Learn how to use the checkApprove JSON-RPC method.
checkApprovecheckApprove returns a Boolean based upon whether a given address has approved spending of a specified amount for a particular ERC-20 token. It takes:
address - string.tokenAddress - string.amount - string.Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Request to check if a token is approved for swapping.
Version of the JSON-RPC protocol, should be 2.0.
"2.0"
The request identifier.
1
API method being called.
particle_swap_checkApprove Parameters for checking token approval.
User address.
"0x369aa8a7a7BE683E1a46d9A056806B2B3FD778C8"
The blockchain chain ID.
1
Successful response with approval status.