Check the status of currency pairs which can be bought and/or sold on our platform.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Returns the currency pairs for which quotes can be created.
object
Name of the currency pair.
Example
BTC-EURA cryptocurrency representation
object
The currency code.
Example
BTCThe currency name.
Example
BitcoinThe precision.
Example
8Whether the currency supports a memo or a destination tag.
The currency ticker.
Example
BTCThe chain through which the currency is delivered.
Example
SolanaThe token smart contract address
Example
0x514910771af9ca656af840dff83e8264ecf986caobject
The currency code.
Example
EURThe currency name.
Example
EuroThe precision.
Example
2object
Status of trading of this currency pair.
Example
enabledobject
The fiat amount.
Example
3000The fiat currency code.
Example
EURobject
The fiat amount.
Example
3000The fiat currency code.
Example
EURobject
Status of trading of this currency pair.
Example
enabledobject
The amount of the cryptocurrency.
Example
0.5The currency code.
Example
BTCobject
The amount of the cryptocurrency.
Example
0.5The currency code.
Example
BTCobject
The address to send the crypto to. You can use this to estimate transaction fees before requesting a quote.
Example
3FZbgi29cpjq2GjdwV8eyHuJJnkLtktZc5The destination tag which should be used to send the coins. This depends on the coin type and can be a string or an integer. For XRP it is an integer, for other coins it is a string.
Example
{ "default": "ABC1234", "XRP": 12341}A list of possible errors for this endpoint.
object
Example
{ "errors": { "ER800": { "code": "ER800", "message": "Authorization token is invalid.", "solution": "Provide a valid authorization token." }, "ER801": { "code": "ER801", "message": "Authorization token has expired.", "solution": "Request a new authorization token." }, "ER802": { "code": "ER802", "message": "Authorization token not found.", "solution": "Provide an authorization token." }, "ER803": { "code": "ER803", "message": "Multiple authorization methods used.", "solution": "Use exactly one authorization method." }, "ER805": { "code": "ER805", "message": "API key is invalid.", "solution": "Provide a valid API key." }, "ER806": { "code": "ER806", "message": "API key not found.", "solution": "Provide an API key." }, "ER999": { "code": "ER999", "message": "A general error has occurred. Please contact our support team.", "solution": "Contact our support team." } }}