cURL
curl --request GET \ --url https://api.shuriken.trade/api/v2/swap/approve/allowance \ --header 'Authorization: Bearer <token>'
{ "data": { "allowance": "<string>", "chainId": 1, "tokenAddress": "<string>", "walletAddress": "<string>" }, "requestId": "<string>", "pagination": { "hasMore": true, "limit": 1, "page": 1, "total": 1 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
EVM chain ID (8453=Base, 56=BSC, 143=Monad)
x >= 0
ERC-20 token contract address
Wallet address to check allowance for
Allowance amount
V2 success response envelope
Show child attributes
Page-based pagination info