List Quotes
Retrieves a list of quotes based on specified criteria.
This endpoint allows querying for quotes with filters for base and counter assets, as well as the type of quote (BUY or SELL).
You can specify a provider (e.g., “coinsph”, “ebury”) to get quotes from a specific provider. If no provider is specified, “coinsph” is used as the default.
Some providers (like Ebury) require additional parameters:
- counter_amount: The amount of the counter currency that will be sold or bought
- target_country: ISO 3166-1 alpha-2 country code for the destination (determines KYC requirements)
Query Parameters
The criteria for filtering quotes.
Response
Unique identifier for the quote.
The base asset code for the quote.
The counter asset code for the quote.
The tier information for the base asset, including min and max amounts.
The exchange rate for the quote.
The fee information for the quote.
An array of potential targets for the transfer.
Represents a target for the transfer, such as a bank or cash location.
The expiration time of the quote in ISO 8601 format.
The creation time of the quote in ISO 8601 format.