Skip to content

Instantly share code, notes, and snippets.

@gane5h
Created January 8, 2021 07:13
Show Gist options
  • Save gane5h/e0e5f9ae2517d353324465d9cbe64ae9 to your computer and use it in GitHub Desktop.
Save gane5h/e0e5f9ae2517d353324465d9cbe64ae9 to your computer and use it in GitHub Desktop.
NFT external metadata
# https://api.covalenthq.com/v1/1/tokens/0xe4605d46fd0b3f8329d936a8b258d69276cba264/nft_metadata/123/
{
"data": {
"items": [
{
"contract_decimals": 0,
"contract_name": "Meme Ltd.",
"contract_ticker_symbol": "MEMES",
"contract_address": "0xe4605d46fd0b3f8329d936a8b258d69276cba264",
"logo_url": "https://logos.covalenthq.com/tokens/0xe4605d46fd0b3f8329d936a8b258d69276cba264.png",
"type": "nft",
"balance": null,
"quote_rate": null,
"quote": null,
"nft_data": [
{
"token_id": "123",
"token_balance": null,
"token_url": "https://api.dontbuymeme.com/memes/123",
"external_data": {
"name": "I wish I was understood",
"description": null,
"image": "https://images.dontbuymeme.com/artist-series/fewocious/static/i-wish-i-was-understood.jpg",
"external_url": "https://dontbuymeme.com/artist-series/fewocious",
"attributes": [
{
"trait_type": "Set",
"value": "Artist Drop 8 - Fewocious"
},
{
"trait_type": "Artist",
"value": "Fewocious"
},
{
"trait_type": "Type",
"value": "Pop Surreal"
},
{
"display_type": "date",
"trait_type": "birthday",
"value": 1609267020
},
{
"trait_type": "Max Supply",
"value": "100"
}
]
}
}
]
}
],
"pagination": null
},
"error": false,
"error_message": null,
"error_code": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment