API Documentation
⌘K
API Key
Get free key GET
/api/1/crypto-extended/symbol-mapBinance Symbol Map API
Returns the mapping between Binance trading pair symbols and internal crypto identifiers. Useful for resolving which pairs are available and their trading status.
Related endpoints
- GETTop Cryptocurrencies API
- GETCrypto Market Overview API
- GETCrypto Analysis Summary API
- GETCrypto Derivatives API
- GETCrypto FAQ Content
- GETOn-Chain Metrics API
- GETCrypto Exchanges Directory
- GETDeFi Protocol Stats API
- GETDeFi Protocols List API
- GETDeFi Yields API
- GETDEX Volumes API
- GETExchange Listings for a Coin
- GETExchange Trading Pairs
- GETStablecoin Market Caps API
- GETCrypto Fear & Greed History API
- GETCrypto Liquidation Events
- GETCrypto OHLCV Candles API
- GETChain TVL API
- GETDeFi Fees & Revenue API
- GETStablecoin Supply History API
- GETBridge Volumes API
- GETCrypto Funding Rates API
- GETCrypto Open Interest API
- GETCrypto Intraday Quotes API
- GETCrypto Categories API
- GETPublic Treasury Holdings API
- GETGlobal Crypto Market Data API
- GETTrending Cryptocurrencies API
- GETCrypto Top Movers API
- GETNewly Listed Cryptocurrencies API
- GETDerivatives Exchanges API
- GETExchange Volume History API
- GETCoin Tickers API
- GETBTC Exchange Rates API
- GETAsset Platforms (Blockchains) API
- GETDerivatives Tickers API
Parameters
3statusstringFilter by trading status (e.g. TRADING)
basestringFilter by base asset (e.g. BTC, ETH)
quotestringFilter by quote asset (e.g. USDT, BTC)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/crypto-extended/symbol-map' \
-H 'Accept: application/json'200 Response
[
{
"binance_symbol": "BTCUSDT",
"base_asset": "BTC",
"quote_asset": "USDT",
"identifier": "BTC",
"status": "TRADING"
}
]