Currencies

Get a list of currencies

post

Returns a list of either supported or unsupported currencies.

Authorizations
X-processing-keystringRequired

Your API key.

X-processing-signaturestringRequired

The request body, signed with HMAC-SHA512 with your secret key. You can find the secret key in your account.

Body
visiblebooleanOptional

Whether the endpoint should return supported (true) or unsupported (false) currencies.

Responses
200

OK

application/json
post
/currencies/list

List of currency pairs

post

Get a list of available currency exchange pairs. Note that this endpoint only provides exchange pairs as a reference. It should not be used for exchanges in live environments.

Authorizations
X-processing-keystringRequired

Your API key.

X-processing-signaturestringRequired

The request body, signed with HMAC-SHA512 with your secret key. You can find the secret key in your account.

Body
currency_fromstringOptional

Currency to exchange from. For a list of all available currencies, see Supported currencies.

currency_tostringOptional

Currency to exchange to. For a list of all available currencies, see Supported currencies.

Responses
200

OK

application/json
post
/currencies/pairs

List of currency rates

post

Get a particular pair and its price. Note that this endpoint only provides rate estimates as a reference. It should not be used for exchanges in live environments.

Authorizations
X-processing-keystringRequired

Your API key.

X-processing-signaturestringRequired

The request body, signed with HMAC-SHA512 with your secret key. You can find the secret key in your account.

Body
currency_fromstringOptional

Currency to exchange from. For a list of all available currencies, see Supported currencies.

currency_tostringOptional

Currency to exchange to. For a list of all available currencies, see Supported currencies.

Responses
200

OK

application/json
post
/currencies/rates

Last updated

Was this helpful?