Contextualizing checkApprove
checkApprovereturns 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.- Token object, containing:
tokenAddress- string.amount- string.
Query example
JSON
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Request to check if a token is approved for swapping.
Version of the JSON-RPC protocol, should be 2.0.
Example:
"2.0"
The request identifier.
Example:
1
API method being called.
Available options:
particle_swap_checkApprove Parameters for the API method call. Parameters for checking token approval.
The blockchain chain ID.
Example:
1
Response
200 - application/json
Successful response with approval status.
