cURL
curl --request POST \ --url https://api.walletsuite.io/api/approvals/check \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "chain": "<string>", "owner": "<string>", "tokenContract": "<string>", "spender": "<string>", "requiredAmount": 123 } '
{ "ok": true, "code": "<string>", "message": "<string>", "data": { "chain": "<string>", "approved": true, "currentAllowance": 123, "requiredAmount": 123 } }
API key provided by WalletSuite team
OK
Show child attributes
Was this page helpful?