cURL
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" }, ... ] }
Get list all assets supported by the Invezo API.
Documentation IndexFetch the complete documentation index at: https://docs.invezo.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.invezo.com/llms.txt
Use this file to discover all available pages before exploring further.