Links

NFT details

Fetch all the details of an NFT in a specific collection
This API endpoint returns you details for a particular NFT. To make a request, send your Client ID in the request header alongside required query parameters. On success, the API will return an NFT object.
get
https://api.hyy.pe/api/v1
/token/<smart_contract_address>/<token_id>
NFT Details
Take a look at how you might want to pass on the client ID via HTTP or curl:
cURL
HTTP
curl --location --request GET 'https://api.hyy.pe/api/v1/token/0x8a90cab2b38dba80c64b7734e58ee1db38b8992e/4864?refresh=false' \
--header 'client-id: YOUR_CLIENT_ID_HERE' \
--data-raw ''
HTTP
GET /api/v1/token/0x8a90cab2b38dba80c64b7734e58ee1db38b8992e/4864?refresh=false HTTP/1.1
Host: api.hyy.pe
client-id: YOUR_CLIENT_ID_HERE