---
title: "Get supported currencies"
method: GET
path: "/ramp/currencies"
tags: ["Rates"]
---

# Get supported currencies

`GET /ramp/currencies`

## Response `200`

Successful response

- object
  - `data` object — A mapping of currency symbols to their details.
    - `BNB` object — Details for BNB currency.
      - `name` string — The name of the currency.
      - `symbol` string — The symbol of the currency.
      - `tokens` object[] — List of tokens associated with this currency.
        - `chain_id` string — The chain ID where the token is available.
        - `name` string — The name of the token.
      - `type` string — The type of the currency (e.g., Digital, Fiat).
    - `DAI` object — Details for DAI currency.
      - `name` string — The name of the currency.
      - `symbol` string — The symbol of the currency.
      - `tokens` object[] — List of tokens associated with this currency.
        - `address` string — The token address.
        - `chain_id` string — The chain ID where the token is available.
        - `name` string — The name of the token.
      - `type` string — The type of the currency (e.g., Digital, Fiat).
    - `ETH` object — Details for ETH currency.
      - `name` string — The name of the currency.
      - `symbol` string — The symbol of the currency.
      - `tokens` object[] — List of tokens associated with this currency.
        - `chain_id` string — The chain ID where the token is available.
        - `name` string — The name of the token.
      - `type` string — The type of the currency (e.g., Digital, Fiat).
    - `EUR` object — Details for EUR currency.
      - `name` string — The name of the currency.
      - `symbol` string — The symbol of the currency.
      - `type` string — The type of the currency (e.g., Digital, Fiat).
    - `GBP` object — Details for GBP currency.
      - `name` string — The name of the currency.
      - `symbol` string — The symbol of the currency.
      - `type` string — The type of the currency (e.g., Digital, Fiat).
    - `USD` object — Details for USD currency.
      - `name` string — The name of the currency.
      - `symbol` string — The symbol of the currency.
      - `type` string — The type of the currency (e.g., Digital, Fiat).
    - `USDT` object — Details for USDT currency.
      - `name` string — The name of the currency.
      - `symbol` string — The symbol of the currency.
      - `type` string — The type of the currency (e.g., Digital, Fiat).
      - `tokens` object[] — List of tokens associated with this currency.
        - `address` string — The token address.
        - `chain_id` string — The chain ID where the token is available.
        - `name` string — The name of the token.

---

[API](https://skmtc.net/boomfi/apis/boomfi-merchants-api.md) · [All operations](https://skmtc.net/boomfi/apis/boomfi-merchants-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/boomfi/boomfi-merchants-api/revisions/ace3c3df05fe/schema)
