improved
Included new fields
March 27th, 2023
We've added "links" field (e.g. homepage, twitter, discord) to these NFT endpoints responses:
Example of responses:
{
"id": "pudgy-penguins",
"contract_address": "0xBd3531dA5CF5857e7CfAA92426877b022e612cf8",
.......
"links": {
"homepage": "https://www.pudgypenguins.com/", π
"twitter": "https://twitter.com/pudgypenguins",π
"discord": "https://discord.gg/pudgypenguins" π
},
.......
}