/checkPositionApproval
GET
/checkPositionApprovalRequest
Query Params
chainId
number
required
The chain id of the network. Must be one of the chains supported by Aperture.
Example:
1
tokenId
string
required
The nonfungible token id of the position.
Request samples
Responses
Position approval status check successful.(200)
Bad Request(400)
Position approval status check successful.
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
boolean
optional
Whether Aperture has approval to manage the specified position.
Example
true
Last modified: a year ago