Skip to content

Lists

API URL: https://api.ethfollow.xyz/api/v1

Routes

Terminal window
GET /lists/:token_id/records?includeTags=true

/lists/:token_id/records

Get list records by token id

TODO: pagination

Terminal window
curl https://api.ethfollow.xyz/api/v1/lists/0/records?includeTags=true
// sample response
{
"records": [
{
"version": 1,
"record_type": "address",
"data": "0xf4212614c7fe0b3feef75057e88b2e77a7e23e83",
"tags": ["efp"]
},
{
"version": 1,
"record_type": "address",
"data": "0xbdb41bff7e828e2dc2d15eb67257455db818f1dc",
"tags": ["efp", "ens"]
},
{
"version": 1,
"record_type": "address",
"data": "0x983110309620d911731ac0932219af06091b6744",
"tags": ["efp", "ens"]
},
{
"version": 1,
"record_type": "address",
"data": "0x86a41524cb61edd8b115a72ad9735f8068996688",
"tags": ["block", "mute"]
}
]
}