cURL
curl --request GET \ --url https://api.base.org/v1/TokenDetails
{ "name": "<string>", "description": "<string>", "image": "<string>", "attributes": [ { "trait_type": "<string>", "value": "<string>" } ] }
Returns data required to view an NFT
The NFT contract address
The token ID of the NFT
Successful response
Name of the NFT
Description of the NFT
URL of the NFT image
Show child attributes