cURL
curl --request GET \ --url https://api.amberdata.com/blockchains/analytics/assets/information \ --header 'x-api-key: <api-key>'
{ "status": 200, "title": "OK", "description": "Successful request", "payload": { "data": [ { "arcId": "AMB:BTC000000000", "arcName": "Bitcoin", "arcSymbol": "BTC" } ], "metadata": {} } }
Retrieves information about supported assets for on-chain analytics.
Documentation IndexFetch the complete documentation index at: https://docs.amberdata.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.amberdata.io/llms.txt
Use this file to discover all available pages before exploring further.
Successful request
HTTP status code
200
Status title
"OK"
Status description
"Successful request"
Show child attributes
Was this page helpful?