Skip to content

Metadata

/token/metadata/:token_id

Get NFT metadata for a specified token id

Sample Query

Terminal window
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/4",
"external_url": "https://testing.ethfollow.xyz/4",
"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"
}
]
}