List symbol mapping for the exchange
GET/v1/symbols/map/:exchange_id
List symbol mapping for the exchange
Request
Path Parameters
The ID of the exchange (from the Metadata -> Exchanges)
Responses
- 200
successful operation
- text/plain
- application/json
- text/json
- application/x-msgpack
- Schema
- Example (from schema)
Schema
Array [
]
The symbol ID.
The exchange-specific symbol ID.
The exchange-specific base asset ID.
The exchange-specific quote asset ID.
The base asset ID.
The quote asset ID.
The price precision.
The size precision.
[
{
"symbol_id": "string",
"symbol_id_exchange": "string",
"asset_id_base_exchange": "string",
"asset_id_quote_exchange": "string",
"asset_id_base": "string",
"asset_id_quote": "string",
"price_precision": 0,
"size_precision": 0
}
]
- Schema
- Example (from schema)
Schema
Array [
]
The symbol ID.
The exchange-specific symbol ID.
The exchange-specific base asset ID.
The exchange-specific quote asset ID.
The base asset ID.
The quote asset ID.
The price precision.
The size precision.
[
{
"symbol_id": "string",
"symbol_id_exchange": "string",
"asset_id_base_exchange": "string",
"asset_id_quote_exchange": "string",
"asset_id_base": "string",
"asset_id_quote": "string",
"price_precision": 0,
"size_precision": 0
}
]
- Schema
- Example (from schema)
Schema
Array [
]
The symbol ID.
The exchange-specific symbol ID.
The exchange-specific base asset ID.
The exchange-specific quote asset ID.
The base asset ID.
The quote asset ID.
The price precision.
The size precision.
[
{
"symbol_id": "string",
"symbol_id_exchange": "string",
"asset_id_base_exchange": "string",
"asset_id_quote_exchange": "string",
"asset_id_base": "string",
"asset_id_quote": "string",
"price_precision": 0,
"size_precision": 0
}
]
- Schema
- Example (from schema)
Schema
Array [
]
The symbol ID.
The exchange-specific symbol ID.
The exchange-specific base asset ID.
The exchange-specific quote asset ID.
The base asset ID.
The quote asset ID.
The price precision.
The size precision.
[
{
"symbol_id": "string",
"symbol_id_exchange": "string",
"asset_id_base_exchange": "string",
"asset_id_quote_exchange": "string",
"asset_id_base": "string",
"asset_id_quote": "string",
"price_precision": 0,
"size_precision": 0
}
]