Supported assets
GET/assets/
Get the list of all supported assets.
Request
Responses
- 200
The list of all supported assets including their id, name and symbol.
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- Array [
- ]
- ]
from_assets object[]
name string
symbol string
precision integer
asset_type string
hash string
cg_id string
network string
Possible values: [liquid, bitcoin, ethereum, polygon, tron]
to_assets object[]
name string
symbol string
precision integer
asset_type string
hash string
cg_id string
network string
Possible values: [liquid, bitcoin, ethereum, polygon, tron]
[
{
"from_assets": [
{
"name": "string",
"symbol": "string",
"precision": 0,
"asset_type": "string",
"hash": "string",
"cg_id": "string",
"network": "liquid"
}
],
"to_assets": [
{
"name": "string",
"symbol": "string",
"precision": 0,
"asset_type": "string",
"hash": "string",
"cg_id": "string",
"network": "liquid"
}
]
}
]
Loading...