Search NFTs API
Search for NFTs using available filters through the `/v1/cl2c/nfts/search` endpoint.
⚠️ This content is not available in your language yet.
The POST /v1/cl2c/nfts/search
endpoint allows you to search for NFTs using various filters and pagination options.
Endpoint
POST
/v1/cl2c/nfts/search
Search for NFTs based on specified criteria.
Parameters
Name | Type | Location | Required | Description |
---|---|---|---|---|
tenant | string | Header | Yes | Tenant ID for accessing this API. |
X-API-Key | string | Header | Yes | API Key ID for accessing this API. |
Request Body
Content Type: application/json
Example Request Body
Responses
Success (200)
Content Type: application/json
The response includes a list of NFTs that match the search criteria along with pagination information.
Example Response
Error Responses
400 Bad Request
Content Type: application/json
Indicates that the request was invalid due to missing or incorrect parameters.
Example Response
Default Error Response
Content Type: application/json
May include general error information.
Example Response
Code Samples
Usage in Different Frameworks
Node.js Example