Skip to main content

How Assets Work

The Assets API provides a unified interface for working with NFTs across multiple blockchain networks:
  1. Asset Discovery - Search and filter NFTs by collection, owner, traits, and more
  2. Metadata Access - Retrieve complete NFT information including images and attributes
  3. Market Integration - Access current listings and pricing data
  4. 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

MethodEndpointDescription
GET/v1/assets/exploreSearch 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

  1. Set up API Access - Get your API credentials for asset data access
  2. Explore Assets - Use filtering to discover relevant NFTs for your application
  3. Retrieve Details - Get comprehensive asset information including metadata and market data
Ready to build with NFT assets? Start with API setup to begin accessing asset data.