GET v1/{chainID}/transaction/allowance
Checks how many user’s tokens the exchange smart contract has access to
Input Parameters
Name
Required
Description
chainID
+
The ID of the blockchain the token is located on (supported networks - /v1/platforms
).
tokenAddress
+
Smart contract address of the token for which access is being checked.
walletAddress
+
Wallet of the user for which access is being checked.
Response Options
Name
Data Type
Description
remaining
str
The number of tokens in decimals of the token the smart contract has access to.
Request Example
Response Example
Last updated