> ## Documentation Index
> Fetch the complete documentation index at: https://docs.binibit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GET /api/currencies

> List of currency codes supported by the exchange.

## Description

Returns a flat array of uppercase currency codes for every asset listed on Binibit.

For per-asset fees see [Commissions](/api-reference/market-data/commissions); for withdrawal limits see the withdrawal-limits endpoint.

## Parameters

This endpoint takes no query parameters.

## Response

Array of strings.

## Example request

```bash theme={null}
curl https://public-api.binibit.com/api/currencies
```

## Example response

```json theme={null}
[
  "AAVE",
  "ARB",
  "ASTER",
  "BINI",
  "BNB",
  "BTC",
  "CRO",
  "CRV",
  "DAI",
  "ENA",
  "ETH",
  "FET",
  "IMX",
  "LDO",
  "LINK",
  "MORPHO",
  "NFT",
  "OKB",
  "ONDO",
  "PEPE",
  "POL",
  "SHIB",
  "SKY",
  "TON",
  "TRX",
  "TWT",
  "UNI",
  "USDT",
  "WLD",
  "WLFI",
  "XAUT",
  "ZRO"
]
```
