Skip to main content
POST
Get supported currencies

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Requests the list of supported currency codes. The body is optional.

This endpoint takes no parameters. Send an empty object.

Response

200 - application/json

The list of supported currency codes.

success
boolean

Whether the request was processed successfully. Declines return HTTP 200 with success: false.

message
string

Human-readable result message.

code
string

Machine-readable result code. See the Error Codes reference.

data
object

The response payload.

Last modified on August 20, 2026