How Assets Work
The Assets API provides a unified interface for working with NFTs across multiple blockchain networks:- Asset Discovery - Search and filter NFTs by collection, owner, traits, and more
- Metadata Access - Retrieve complete NFT information including images and attributes
- Market Integration - Access current listings and pricing data
- Ownership Tracking - Monitor NFT ownership and transfer history
Integration Workflow
1. Asset Discovery
Discover NFTs using advanced filtering by chain, contract, owner, verification status, and listing availability. Results include collection metadata and current market listings.2. Asset Details
Access comprehensive information about specific NFTs by chain ID, contract address, and token ID. Responses include metadata, media URLs, token standards, and current market data.3. Market Integration
Access real-time market data including current listings, pricing information, and trading metrics for informed decision-making.API Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/assets/explore | Search and filter assets |
GET | /v1/assets/{chainId}/{contractAddress}/{tokenId} | Get specific asset details |
Error Handling
The API returns standard HTTP status codes:- 400 - Invalid request parameters (validation errors)
- 404 - Asset not found for the specified chain, contract, and token ID
- 500 - Internal server errors (network issues, SDK failures)
Getting Started
- Set up API Access - Get your API credentials for asset data access
- Explore Assets - Use filtering to discover relevant NFTs for your application
- Retrieve Details - Get comprehensive asset information including metadata and market data