NFT Search
API Endpoint: https://eoprdbpm6gbec9w.m.pipedream.net
Cost: 0.01 NUM + Gas (~0.004 NUM per transaction) per API call. No Gas is required if paid with Credits.
Method: GET
Endpoint: /?nid=NID_TO_SEARCH
Description:
This API endpoint finds the NFT records associated to the provided Nid.
Authentication:
This API requires a valid token for Authorization. The token should be passed in the headers of the request using the following format: "Authorization: token YOUR_CAPTURE_TOKEN"
Headers:
- Content-Type: application/json
- Authorization: token YOUR_CAPTURE_TOKEN
Examples:
curl -X GET -H "Content-Type: application/json" \
-H "Authorization: token YOUR_CAPTURE_TOKEN" \
https://eoprdbpm6gbec9w.m.pipedream.net?nid=NID_TO_SEARCH
Response:
{
"nftRecords": list_of_NFT_records,
"nid": input_asset,
"orderID": id_of_this_order
}
Read nftRecords
Description
Support Status
Sample search results
Last updated