Check Nft Item Approval Permission
Check approval is permissioned or not. You might be want to make some Nft operations behalf of the user.
Check Nft Item Approval Permission
GET
{{server-url}}/web3/:contractType/approval
It returns true or false
Query Parameters
Name
Type
Description
address*
String
Represents address that will give allowance
operatorAddress*
String
Represents the address to be allowed.
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