List all asset icons
GET/v1/assets/icons/:size
Gets the list of icons (of the given size) for all the assets.
Request
Path Parameters
size int32required
The size of the icons.
Responses
- 200
successful operation
- text/plain
- application/json
- text/json
- application/x-msgpack
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
exchange_id stringnullable
Gets or sets the exchange ID associated with the icon.
asset_id stringnullable
Gets or sets the asset ID associated with the icon.
url stringnullable
Gets or sets the URL of the icon.
[
{
"exchange_id": "string",
"asset_id": "string",
"url": "string"
}
]
[
{
"asset_id": "BTC",
"url": "https://s3.eu-central-1.amazonaws.com/bbxt-static-icons/type-id/png_16/f231d7382689406f9a50dde841418c64.png"
},
{
"asset_id": "ETH",
"url": "https://s3.eu-central-1.amazonaws.com/bbxt-static-icons/type-id/png_16/04836ff3bc4d4d95820e0155594dca86.png"
},
{
"asset_id": "USD",
"url": "https://s3.eu-central-1.amazonaws.com/bbxt-static-icons/type-id/png_16/4873707f25fe4de3b4bca6fa5c631011.png"
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
exchange_id stringnullable
Gets or sets the exchange ID associated with the icon.
asset_id stringnullable
Gets or sets the asset ID associated with the icon.
url stringnullable
Gets or sets the URL of the icon.
[
{
"exchange_id": "string",
"asset_id": "string",
"url": "string"
}
]
[
{
"asset_id": "BTC",
"url": "https://s3.eu-central-1.amazonaws.com/bbxt-static-icons/type-id/png_16/f231d7382689406f9a50dde841418c64.png"
},
{
"asset_id": "ETH",
"url": "https://s3.eu-central-1.amazonaws.com/bbxt-static-icons/type-id/png_16/04836ff3bc4d4d95820e0155594dca86.png"
},
{
"asset_id": "USD",
"url": "https://s3.eu-central-1.amazonaws.com/bbxt-static-icons/type-id/png_16/4873707f25fe4de3b4bca6fa5c631011.png"
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
exchange_id stringnullable
Gets or sets the exchange ID associated with the icon.
asset_id stringnullable
Gets or sets the asset ID associated with the icon.
url stringnullable
Gets or sets the URL of the icon.
[
{
"exchange_id": "string",
"asset_id": "string",
"url": "string"
}
]
[
{
"asset_id": "BTC",
"url": "https://s3.eu-central-1.amazonaws.com/bbxt-static-icons/type-id/png_16/f231d7382689406f9a50dde841418c64.png"
},
{
"asset_id": "ETH",
"url": "https://s3.eu-central-1.amazonaws.com/bbxt-static-icons/type-id/png_16/04836ff3bc4d4d95820e0155594dca86.png"
},
{
"asset_id": "USD",
"url": "https://s3.eu-central-1.amazonaws.com/bbxt-static-icons/type-id/png_16/4873707f25fe4de3b4bca6fa5c631011.png"
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
exchange_id stringnullable
Gets or sets the exchange ID associated with the icon.
asset_id stringnullable
Gets or sets the asset ID associated with the icon.
url stringnullable
Gets or sets the URL of the icon.
[
{
"exchange_id": "string",
"asset_id": "string",
"url": "string"
}
]
[
{
"asset_id": "BTC",
"url": "https://s3.eu-central-1.amazonaws.com/bbxt-static-icons/type-id/png_16/f231d7382689406f9a50dde841418c64.png"
},
{
"asset_id": "ETH",
"url": "https://s3.eu-central-1.amazonaws.com/bbxt-static-icons/type-id/png_16/04836ff3bc4d4d95820e0155594dca86.png"
},
{
"asset_id": "USD",
"url": "https://s3.eu-central-1.amazonaws.com/bbxt-static-icons/type-id/png_16/4873707f25fe4de3b4bca6fa5c631011.png"
}
]
Loading...
Was this section helpful?