/slots/:chain_id/:contract/:slot/details
Get details of a list by their EFP slot.
Path Parameters
chain_id
(string): The chain id of the list’s storage locationcontract
(string): The contract address of the list’s storage locationslot
(string): The slot of the list’s storage location
Query Parameters
cache
(string, optional): If set to ‘fresh’ the cache lookup will be skipped, fresh data will be returned and the cache record will be updated with the new data.
Sample Query
curl https://api.ethfollow.xyz/api/v1/slots/8453/0x41aa48ef3c0446b46a5b1cc6337ff3d3716e2a33/0x605bf10a43bf606af225430fcc1a0003570625e60833ee4c1dbb64aa18ebea66/details
// sample response
{
"slotDetails": {
"chainId": 8453,
"contractAddress": "0x41aa48ef3c0446b46a5b1cc6337ff3d3716e2a33",
"tokenId": 9,
"owner": "0xc9c3a4337a1bba75d0860a1a81f7b990dc607334",
"manager": "0xc9c3a4337a1bba75d0860a1a81f7b990dc607334",
"user": "0xc9c3a4337a1bba75d0860a1a81f7b990dc607334",
"userName": "0xthrpw.eth",
"userAvatar": "https://euc.li/0xthrpw.eth",
"userHeader": "https://storage.googleapis.com/nftimagebucket/tokens/0xb7def63a9040ad5dc431aff79045617922f4023a/1897.svg",
"isPrimaryList": true
}
}