List all assets by asset ID
GET/v1/assets/:asset_id
List all assets by asset ID
Request
Path Parameters
The asset ID.
Responses
- 200
successful operation
- text/plain
- application/json
- text/json
- application/x-msgpack
- Schema
- Example (from schema)
- Example response
Schema
Array [
Array [
]
]
Gets or sets the asset ID.
Gets or sets the name of the asset.
Gets or sets a value indicating whether the asset is a cryptocurrency.
Gets or sets the start date of quote data.
Gets or sets the end date of quote data.
Gets or sets the start date of order book data.
Gets or sets the end date of order book data.
Gets or sets the start date of trade data.
Gets or sets the end date of trade data.
Gets or sets the number of symbols.
Gets or sets the USD volume in the last 1 hour.
Gets or sets the USD volume in the last 1 day.
Gets or sets the USD volume in the last 1 month.
Gets or sets the USD price of the asset.
Gets or sets the ID of the icon for the asset.
Gets or sets the current supply of the asset.
Gets or sets the total supply of the asset.
Gets or sets the maximum supply of the asset.
chain_addresses
object[]
nullable
Gets or sets chain id
Gets or sets network id
Gets or sets chain address
[
{
"asset_id": "string",
"name": "string",
"type_is_crypto": 0,
"data_quote_start": "2024-11-12T12:17:30.289Z",
"data_quote_end": "2024-11-12T12:17:30.289Z",
"data_orderbook_start": "2024-11-12T12:17:30.289Z",
"data_orderbook_end": "2024-11-12T12:17:30.289Z",
"data_trade_start": "2024-11-12T12:17:30.289Z",
"data_trade_end": "2024-11-12T12:17:30.289Z",
"data_symbols_count": 0,
"volume_1hrs_usd": 0,
"volume_1day_usd": 0,
"volume_1mth_usd": 0,
"price_usd": 0,
"id_icon": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"supply_current": 0,
"supply_total": 0,
"supply_max": 0,
"chain_addresses": [
{
"chain_id": "string",
"network_id": "string",
"address": "string"
}
],
"data_start": "string",
"data_end": "string"
}
]
[
{
"asset_id": "BTC",
"name": "Bitcoin",
"type_is_crypto": 1,
"data_quote_start": "2014-02-24T17:43:05.0000000Z",
"data_quote_end": "2019-11-03T17:55:07.6724523Z",
"data_orderbook_start": "2014-02-24T17:43:05.0000000Z",
"data_orderbook_end": "2019-11-03T17:55:17.8592413Z",
"data_trade_start": "2010-07-17T23:09:17.0000000Z",
"data_trade_end": "2019-11-03T17:55:11.8220000Z",
"data_symbols_count": 22711,
"volume_1hrs_usd": 102894431436.49,
"volume_1day_usd": 2086392323256.16,
"volume_1mth_usd": 57929168359984.54,
"price_usd": 9166.207274778093,
"chain_addresses": [
{
"chain_id": "ARBITRUM",
"network_id": "MAINNET",
"address": "0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f"
},
{
"chain_id": "ETHEREUM",
"network_id": "MAINNET",
"address": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599"
}
],
"data_start": "2010-07-17",
"data_end": "2019-11-03"
},
{
"asset_id": "USD",
"name": "US Dollar",
"type_is_crypto": 0,
"data_quote_start": "2014-02-24T17:43:05.0000000Z",
"data_quote_end": "2019-11-03T17:54:49.3807706Z",
"data_orderbook_start": "2014-02-24T17:43:05.0000000Z",
"data_orderbook_end": "2019-11-03T17:55:13.1863931Z",
"data_trade_start": "2010-07-17T23:09:17.0000000Z",
"data_trade_end": "2019-11-03T17:55:07.7870000Z",
"data_symbols_count": 10728,
"volume_1hrs_usd": 9466454016.52,
"volume_1day_usd": 221580758173.49,
"volume_1mth_usd": 11816685174661.7,
"price_usd": 1,
"chain_addresses": [
{
"chain_id": "ETHEREUM",
"network_id": "MAINNET",
"address": "0xd233d1f6fd11640081abb8db125f722b5dc729dc"
}
],
"data_start": "2010-07-17",
"data_end": "2019-11-03"
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
Array [
]
]
Gets or sets the asset ID.
Gets or sets the name of the asset.
Gets or sets a value indicating whether the asset is a cryptocurrency.
Gets or sets the start date of quote data.
Gets or sets the end date of quote data.
Gets or sets the start date of order book data.
Gets or sets the end date of order book data.
Gets or sets the start date of trade data.
Gets or sets the end date of trade data.
Gets or sets the number of symbols.
Gets or sets the USD volume in the last 1 hour.
Gets or sets the USD volume in the last 1 day.
Gets or sets the USD volume in the last 1 month.
Gets or sets the USD price of the asset.
Gets or sets the ID of the icon for the asset.
Gets or sets the current supply of the asset.
Gets or sets the total supply of the asset.
Gets or sets the maximum supply of the asset.
chain_addresses
object[]
nullable
Gets or sets chain id
Gets or sets network id
Gets or sets chain address
[
{
"asset_id": "string",
"name": "string",
"type_is_crypto": 0,
"data_quote_start": "2024-11-12T12:17:30.290Z",
"data_quote_end": "2024-11-12T12:17:30.290Z",
"data_orderbook_start": "2024-11-12T12:17:30.290Z",
"data_orderbook_end": "2024-11-12T12:17:30.290Z",
"data_trade_start": "2024-11-12T12:17:30.290Z",
"data_trade_end": "2024-11-12T12:17:30.290Z",
"data_symbols_count": 0,
"volume_1hrs_usd": 0,
"volume_1day_usd": 0,
"volume_1mth_usd": 0,
"price_usd": 0,
"id_icon": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"supply_current": 0,
"supply_total": 0,
"supply_max": 0,
"chain_addresses": [
{
"chain_id": "string",
"network_id": "string",
"address": "string"
}
],
"data_start": "string",
"data_end": "string"
}
]
[
{
"asset_id": "BTC",
"name": "Bitcoin",
"type_is_crypto": 1,
"data_quote_start": "2014-02-24T17:43:05.0000000Z",
"data_quote_end": "2019-11-03T17:55:07.6724523Z",
"data_orderbook_start": "2014-02-24T17:43:05.0000000Z",
"data_orderbook_end": "2019-11-03T17:55:17.8592413Z",
"data_trade_start": "2010-07-17T23:09:17.0000000Z",
"data_trade_end": "2019-11-03T17:55:11.8220000Z",
"data_symbols_count": 22711,
"volume_1hrs_usd": 102894431436.49,
"volume_1day_usd": 2086392323256.16,
"volume_1mth_usd": 57929168359984.54,
"price_usd": 9166.207274778093,
"chain_addresses": [
{
"chain_id": "ARBITRUM",
"network_id": "MAINNET",
"address": "0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f"
},
{
"chain_id": "ETHEREUM",
"network_id": "MAINNET",
"address": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599"
}
],
"data_start": "2010-07-17",
"data_end": "2019-11-03"
},
{
"asset_id": "USD",
"name": "US Dollar",
"type_is_crypto": 0,
"data_quote_start": "2014-02-24T17:43:05.0000000Z",
"data_quote_end": "2019-11-03T17:54:49.3807706Z",
"data_orderbook_start": "2014-02-24T17:43:05.0000000Z",
"data_orderbook_end": "2019-11-03T17:55:13.1863931Z",
"data_trade_start": "2010-07-17T23:09:17.0000000Z",
"data_trade_end": "2019-11-03T17:55:07.7870000Z",
"data_symbols_count": 10728,
"volume_1hrs_usd": 9466454016.52,
"volume_1day_usd": 221580758173.49,
"volume_1mth_usd": 11816685174661.7,
"price_usd": 1,
"chain_addresses": [
{
"chain_id": "ETHEREUM",
"network_id": "MAINNET",
"address": "0xd233d1f6fd11640081abb8db125f722b5dc729dc"
}
],
"data_start": "2010-07-17",
"data_end": "2019-11-03"
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
Array [
]
]
Gets or sets the asset ID.
Gets or sets the name of the asset.
Gets or sets a value indicating whether the asset is a cryptocurrency.
Gets or sets the start date of quote data.
Gets or sets the end date of quote data.
Gets or sets the start date of order book data.
Gets or sets the end date of order book data.
Gets or sets the start date of trade data.
Gets or sets the end date of trade data.
Gets or sets the number of symbols.
Gets or sets the USD volume in the last 1 hour.
Gets or sets the USD volume in the last 1 day.
Gets or sets the USD volume in the last 1 month.
Gets or sets the USD price of the asset.
Gets or sets the ID of the icon for the asset.
Gets or sets the current supply of the asset.
Gets or sets the total supply of the asset.
Gets or sets the maximum supply of the asset.
chain_addresses
object[]
nullable
Gets or sets chain id
Gets or sets network id
Gets or sets chain address
[
{
"asset_id": "string",
"name": "string",
"type_is_crypto": 0,
"data_quote_start": "2024-11-12T12:17:30.291Z",
"data_quote_end": "2024-11-12T12:17:30.291Z",
"data_orderbook_start": "2024-11-12T12:17:30.291Z",
"data_orderbook_end": "2024-11-12T12:17:30.291Z",
"data_trade_start": "2024-11-12T12:17:30.291Z",
"data_trade_end": "2024-11-12T12:17:30.291Z",
"data_symbols_count": 0,
"volume_1hrs_usd": 0,
"volume_1day_usd": 0,
"volume_1mth_usd": 0,
"price_usd": 0,
"id_icon": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"supply_current": 0,
"supply_total": 0,
"supply_max": 0,
"chain_addresses": [
{
"chain_id": "string",
"network_id": "string",
"address": "string"
}
],
"data_start": "string",
"data_end": "string"
}
]
[
{
"asset_id": "BTC",
"name": "Bitcoin",
"type_is_crypto": 1,
"data_quote_start": "2014-02-24T17:43:05.0000000Z",
"data_quote_end": "2019-11-03T17:55:07.6724523Z",
"data_orderbook_start": "2014-02-24T17:43:05.0000000Z",
"data_orderbook_end": "2019-11-03T17:55:17.8592413Z",
"data_trade_start": "2010-07-17T23:09:17.0000000Z",
"data_trade_end": "2019-11-03T17:55:11.8220000Z",
"data_symbols_count": 22711,
"volume_1hrs_usd": 102894431436.49,
"volume_1day_usd": 2086392323256.16,
"volume_1mth_usd": 57929168359984.54,
"price_usd": 9166.207274778093,
"chain_addresses": [
{
"chain_id": "ARBITRUM",
"network_id": "MAINNET",
"address": "0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f"
},
{
"chain_id": "ETHEREUM",
"network_id": "MAINNET",
"address": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599"
}
],
"data_start": "2010-07-17",
"data_end": "2019-11-03"
},
{
"asset_id": "USD",
"name": "US Dollar",
"type_is_crypto": 0,
"data_quote_start": "2014-02-24T17:43:05.0000000Z",
"data_quote_end": "2019-11-03T17:54:49.3807706Z",
"data_orderbook_start": "2014-02-24T17:43:05.0000000Z",
"data_orderbook_end": "2019-11-03T17:55:13.1863931Z",
"data_trade_start": "2010-07-17T23:09:17.0000000Z",
"data_trade_end": "2019-11-03T17:55:07.7870000Z",
"data_symbols_count": 10728,
"volume_1hrs_usd": 9466454016.52,
"volume_1day_usd": 221580758173.49,
"volume_1mth_usd": 11816685174661.7,
"price_usd": 1,
"chain_addresses": [
{
"chain_id": "ETHEREUM",
"network_id": "MAINNET",
"address": "0xd233d1f6fd11640081abb8db125f722b5dc729dc"
}
],
"data_start": "2010-07-17",
"data_end": "2019-11-03"
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
Array [
]
]
Gets or sets the asset ID.
Gets or sets the name of the asset.
Gets or sets a value indicating whether the asset is a cryptocurrency.
Gets or sets the start date of quote data.
Gets or sets the end date of quote data.
Gets or sets the start date of order book data.
Gets or sets the end date of order book data.
Gets or sets the start date of trade data.
Gets or sets the end date of trade data.
Gets or sets the number of symbols.
Gets or sets the USD volume in the last 1 hour.
Gets or sets the USD volume in the last 1 day.
Gets or sets the USD volume in the last 1 month.
Gets or sets the USD price of the asset.
Gets or sets the ID of the icon for the asset.
Gets or sets the current supply of the asset.
Gets or sets the total supply of the asset.
Gets or sets the maximum supply of the asset.
chain_addresses
object[]
nullable
Gets or sets chain id
Gets or sets network id
Gets or sets chain address
[
{
"asset_id": "string",
"name": "string",
"type_is_crypto": 0,
"data_quote_start": "2024-11-12T12:17:30.292Z",
"data_quote_end": "2024-11-12T12:17:30.292Z",
"data_orderbook_start": "2024-11-12T12:17:30.292Z",
"data_orderbook_end": "2024-11-12T12:17:30.292Z",
"data_trade_start": "2024-11-12T12:17:30.292Z",
"data_trade_end": "2024-11-12T12:17:30.292Z",
"data_symbols_count": 0,
"volume_1hrs_usd": 0,
"volume_1day_usd": 0,
"volume_1mth_usd": 0,
"price_usd": 0,
"id_icon": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"supply_current": 0,
"supply_total": 0,
"supply_max": 0,
"chain_addresses": [
{
"chain_id": "string",
"network_id": "string",
"address": "string"
}
],
"data_start": "string",
"data_end": "string"
}
]
[
{
"asset_id": "BTC",
"name": "Bitcoin",
"type_is_crypto": 1,
"data_quote_start": "2014-02-24T17:43:05.0000000Z",
"data_quote_end": "2019-11-03T17:55:07.6724523Z",
"data_orderbook_start": "2014-02-24T17:43:05.0000000Z",
"data_orderbook_end": "2019-11-03T17:55:17.8592413Z",
"data_trade_start": "2010-07-17T23:09:17.0000000Z",
"data_trade_end": "2019-11-03T17:55:11.8220000Z",
"data_symbols_count": 22711,
"volume_1hrs_usd": 102894431436.49,
"volume_1day_usd": 2086392323256.16,
"volume_1mth_usd": 57929168359984.54,
"price_usd": 9166.207274778093,
"chain_addresses": [
{
"chain_id": "ARBITRUM",
"network_id": "MAINNET",
"address": "0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f"
},
{
"chain_id": "ETHEREUM",
"network_id": "MAINNET",
"address": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599"
}
],
"data_start": "2010-07-17",
"data_end": "2019-11-03"
},
{
"asset_id": "USD",
"name": "US Dollar",
"type_is_crypto": 0,
"data_quote_start": "2014-02-24T17:43:05.0000000Z",
"data_quote_end": "2019-11-03T17:54:49.3807706Z",
"data_orderbook_start": "2014-02-24T17:43:05.0000000Z",
"data_orderbook_end": "2019-11-03T17:55:13.1863931Z",
"data_trade_start": "2010-07-17T23:09:17.0000000Z",
"data_trade_end": "2019-11-03T17:55:07.7870000Z",
"data_symbols_count": 10728,
"volume_1hrs_usd": 9466454016.52,
"volume_1day_usd": 221580758173.49,
"volume_1mth_usd": 11816685174661.7,
"price_usd": 1,
"chain_addresses": [
{
"chain_id": "ETHEREUM",
"network_id": "MAINNET",
"address": "0xd233d1f6fd11640081abb8db125f722b5dc729dc"
}
],
"data_start": "2010-07-17",
"data_end": "2019-11-03"
}
]