Skip to main content
GET
/
v1
/
ui
/
fx
/
currencies
Get list of supported currencies
curl --request GET \
  --url https://api.example.com/v1/ui/fx/currencies
{
  "currencies": [
    {
      "code": "<string>",
      "name": "<string>",
      "symbol": "<string>",
      "decimals": 123,
      "isActive": true
    }
  ],
  "count": 123
}

Response

List of supported currencies for transactions and exchange

currencies
object[]
count
number

Total number of supported currencies