/exportState/:token_id
Get all accounts that are being followed by EFP list id, excludes blocks and mutes
Path Parameters
token_id
(string): The EFP List of the account
Sample Query
curl https://api.ethfollow.xyz/api/v1/exportState/333
// sample response
{
"following": [
{
"version": 1,
"record_type": "address",
"data": "0x4c47ab777f1f64d1f3d6efbf1cc7ab5a5224af4a",
"tags": [],
},
{
"version": 1,
"record_type": "address",
"data": "0x5b76f5b8fc9d700624f78208132f91ad4e61a1f0",
"tags": [],
},
{
"version": 1,
"record_type": "address",
"data": "0x27cd3a463df1b3f6c95a222616d474be009c2cbb",
"tags": [],
},
{
"version": 1,
"record_type": "address",
"data": "0xd1efdd037566b0c75cebace9150d26ea0153faa9",
"tags": [],
},
],
}