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

Headers

{
    // Response
}

Example Response Body

{
    "data": true,
    "message": null,
    "code": 0,
    "error": false
}

Last updated