Fetch Listing Details
This API fetches all the details of an NFT listed on marketplace or to be airdropped to a user
Fetch listing details
Authorizations
api_keystringRequired
Path parameters
listing_uuidstringRequired
listing_uuid of the listing whose details need to be fetched
Responses
200
Listing details fetched successfully
application/json
messagestringOptionalExample:
Listing details fetched successfullystatusstringOptionalExample:
successrequest_idstringOptionalExample:
7e0c3676-82c9-43dc-8678-61bc4aa7c72c400
Invalid request
application/json
404
Listing not found
application/json
get
/orders/claim-nft/{listing_uuid}Last updated