Check Marketplace Token Allowance
Check allowance with specified informations. You can check the operator address allowed or not for specified amount of the project token.
Check Marketplace Token Allowance
GET
{{server-url}}/marketplace-tokens/allowance
It returns true or false
Query Parameters
Name | Type | Description |
---|---|---|
symbol* | String | Represents marketplace token symbol |
address* | String | Represents address that will give allowance |
operatorAddress* | String | Represents the address to be allowed. |
amount* | Number | Represents amount of marketplace 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