Reference
Asset List
Reference
Analytics Endpoints
- Market
- Developer
- Venture
- Stablecoins
- Exchange
- Social
- News
Reference
Asset List
Get list all assets supported by the Invezo API.
GET
/
v1
/
assets
curl --request GET \
--url https://api.invezo.com/v1/assets \
--header 'x-invezo-api-key: <api-key>'
{
"status": "OK",
"request_id": "",
"result_count": 5000,
"data": [
{
"symbol": "AAVE",
"name": "Aave"
},
{
"symbol": "ADA",
"name": "Cardano"
},
...
]
}
{
"status": "OK",
"request_id": "",
"result_count": 5000,
"data": [
{
"symbol": "AAVE",
"name": "Aave"
},
{
"symbol": "ADA",
"name": "Cardano"
},
...
]
}
curl --request GET \
--url https://api.invezo.com/v1/assets \
--header 'x-invezo-api-key: <api-key>'
{
"status": "OK",
"request_id": "",
"result_count": 5000,
"data": [
{
"symbol": "AAVE",
"name": "Aave"
},
{
"symbol": "ADA",
"name": "Cardano"
},
...
]
}