cURL
curl --request GET \ --url https://api.walletsuite.io/api/assets/{id}/status \ --header 'x-api-key: <api-key>'
{ "ok": true, "code": "<string>", "message": "<string>", "data": { "chain": "<string>", "assetId": "<string>", "status": "ENABLED", "updatedAt": "2023-11-07T05:31:56Z", "reason": "<string>" } }
API key provided by WalletSuite team
OK
Show child attributes
Was this page helpful?