Lookup NFT By Token ID
NFTs
Lookup NFT By Token ID
Retrieves detailed information about a specific NFT token within a collection, identified by its token ID.
GET
Lookup NFT By Token ID
Documentation Index
Fetch the complete documentation index at: https://ormilabs.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your API key in the format: Bearer <api_key>. Providing an API key may grant higher rate limits or access to additional features. The API will function without an API key for basic access.
Path Parameters
The NFT collection contract address.
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D"
The unique identifier of the NFT token.
Example:
3123121
The name or ID of the blockchain.
Available options:
ethereum, apechain, arbitrum, avalanche, base, bsc, polygon Example:
"ethereum"
Response
Successfully retrieved NFT details.