Skip to main content
GET
/
api
/
currencies
GET /api/currencies
curl --request GET \
  --url https://public-api.binibit.com/api/currencies

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.

Description

Returns a flat array of uppercase currency codes for every asset listed on Binibit. For full asset metadata (deposit/withdraw status, fees, limits) see the Aggregator Compatibility / asset endpoint.

Parameters

This endpoint takes no query parameters.

Response

Array of strings.

Example request

curl https://public-api.binibit.com/api/currencies

Example response

[
  "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"
]