Search
⌘K
NFT API
API version: v2.0
Introduction
Quickstart guide
Methods
Get supported chains GET
Get NFTs by wallet address GET
Get NFT by contract and token ID GET
Docs·APIs·NFT API·Methods·v2.0·Get NFT by contract and token ID

Get NFT by contract and token ID

Returns detailed information about a specific NFT including collection data and metadata

GEThttps://api.1inch.com/nft/v2/contract

Parameters

chainId
* number (Enum)query
contract
* string query
id
* string query
provider
* string (Enum)query

Request Body

This request doesn’t have any request body.

1

Returns

200
400
401
500
SingleNft object
id
* string
token_id
* string
name
* string
image_url
* object
chainId
* number
provider
* string
description
* string
collection
* any
allOf[0]
Collection object
image_url
* string
name
* string
description
* string
creator
* any
allOf[0]
Creator object
profile_img_url
* string
address
* string
user
* any
allOf[0]
User object
username
* string
traits
* array
items
Traits object
value
* string
asset_contract
* any
allOf[0]
AssetContract object
address
* string
schema_name
* string
JSON
1

Did you find what you need?