In the context of CoinAPI, symbol metadata refers to the comprehensive set of descriptive information associated with each trading symbol available through the API. This metadata provides essential details about the cryptocurrency pairs, enabling users to understand and interact with the market data effectively.
symbol_id
): A unique identifier for each trading pair (e.g., BINANCE_SPOT_BTC_USD
).exchange_id
): Specifies the exchange where the symbol is listed (e.g., BINANCE_SPOT
).symbol_type
): Indicates the type of trading pair, such as SPOT
, FUTURES
, PERPETUAL
, etc.asset_id_base
): The primary asset in the trading pair (e.g., BTC
in BTC/USD
).asset_id_quote
): The secondary asset used to price the base asset (e.g., USD
in BTC/USD
).price_precision
): The number of decimal places used for the asset's price.size_precision
): The number of decimal places used for the asset's size.data_start
, data_end
): The time frame during which the symbol's data is available.volume_1hrs_usd
, volume_1day_usd
, volume_1mth_usd
): Trading volumes over different time intervals.Developers can integrate Symbol Metadata into their applications by:
GET https://rest.coinapi.io/v1/symbols