Get metadata for a specific token

Authorization required to use this endpoint

To get your API key, follow the instruction here.

The Token Metadata endpoint assists you in obtaining a specific NFT's metadata. To perform a search, it is necessary to provide both the tokenId parameter and the address of the contract being searched.

A successful request to the endpoint will return a JSON response with the metadata of a specific token, along with the information on its collection, transfer, and sale_price. The transfer data will consist of the following fields: transaction_hash, block_number, block_timestamp, from_address, to_address, and origin.

The cURL request below can give you the gist of how the endpoint operates. Be sure to replace YOUR_API_KEY with your actual API key.

curl --location 'https://api.parsiq.net/nft/eip155-1/v1/0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D/1/metadata' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY'
Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!