Transfer
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)
GET
Query Parameters
The criteria for filtering quotes.
Response
200 - application/json
An array of Quote objects matching the specified criteria.
The response is of type object[]
.