cURL
curl --request GET \ --url https://api.walletsuite.io/api/assets/{id} \ --header 'x-api-key: <api-key>'
{ "ok": true, "code": "<string>", "message": "<string>", "data": { "id": "<string>", "name": "<string>", "symbol": "<string>", "type": "<string>", "decimals": 123, "logo": "<string>", "description": "<string>", "website": "<string>", "explorer": "<string>" } }
Returns metadata for a single asset id if present
API key provided by WalletSuite team
OK
Show child attributes
Was this page helpful?