You need to enable JavaScript to run this app.
Products
0xGraph
Explore
0xAPI
Admin
Profile
User Management
API Keys
Help
Documentation
Pricing
Contact Support
Ormi Community
New Feature Launched
Lorem ipsum dolor sit amet consectetur. Mus nam elit porttitor nisl praesent tellus et integer. In a lectus morbi diam eu diam congue vitae.
Learn More
0xAPI (Beta)
API Reference
2/5
Clear
0xAPI provides a comprehensive suite of multichain data APIs and development tools designed to simplify Web3 integration across more than 20 blockchain networks.
Blocks
Events
NFTs
Tokens
Transactions
APIs Detail
GET
Get Events
Fetches a paginated list of smart contract event logs. Can be filtered by contract address and event signatures (topic0).
v2/{chain_name}/events
Try it
GET
Get NFTs By Collection
Fetches a paginated list of all NFTs that belong to a specific collection contract address.
v2/{chain_name}/collections/{collection_address}/nfts
Try it
GET
Lookup NFT By Token ID
Retrieves detailed information about a specific NFT token within a collection, identified by its token ID.
v2/{chain_name}/collections/{collection_address}/nfts/{token_id}
Try it
GET
Get NFT Collection Traits
Retrieves a list of all trait types and their values for a specific NFT collection.
v2/{chain_name}/collections/{collection_address}/traits
Try it
GET
Get NFTs By Wallet
Fetches a paginated list of all Non-Fungible Tokens (NFTs) currently owned by a specific wallet address.
v2/{chain_name}/wallets/{wallet_address}/nfts
Try it