/token/metadata/:token_id
Get NFT metadata for a specified token id
Sample Query
curl https://api.ethfollow.xyz/api/v1/token/metadata/4
// sample response
{
"name": "EFP List #4",
"description": "Ethereum Follow Protocol (EFP) is an onchain social graph protocol for Ethereum accounts.",
"image": "https://api.ethfollow.xyz/api/v1/token/image/3",
"external_url": "https://ethfollow.xyz/3",
"attributes": [
{
"trait_type": "User",
"value": "brantly.eth",
},
{
"trait_type": "Primary List",
"value": true,
},
{
"trait_type": "Followers",
"value": 368,
},
{
"trait_type": "Following",
"value": 1079,
},
{
"trait_type": "Mutuals Rank",
"value": "1",
},
{
"trait_type": "Followers Rank",
"value": "1",
},
{
"trait_type": "Following Rank",
"value": "6",
},
{
"trait_type": "Blocked Rank",
"value": "7",
},
],
}