Check Project Token Allowance
Check allowance with specified informations. You can check the operator address allowed or not for specified amount of the project token.
Check Project Token Allowance
GET
{{server-url}}/project-tokens/allowance
It returns true or false
Query Parameters
Name
Type
Description
symbol*
String
Represents project token symbol
address*
String
Represents address that will give allowance
operatorAddress*
String
Represents the address to be allowed.
amount*
Number
Represents amount of token. (You should send as decimal, NOT wei)
Headers
Name
Type
Description
Authorization*
String
UUID formatted access token
Content-Type*
String
application/json
PROJECT-ID*
String
UUID formatted projectId information
Example Response Body
Last updated