Request and Response Example
curl -X 'POST' \
'https://api.tako.so/v2/farcaster/id_index/pairs' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"fids": [
15706
]
}'
{
"status": "success",
"data": {
"15706": [
{
"index": 6,
"hash": "0xbc8a2256384c6e995611fa90ce8c664d40e5c5d4",
"fid": 15706,
"create_at": 1694587902,
"update_at": 1694587939,
"state": "Pass"
},
{
"index": 8,
"hash": "0x38e07f27f169c4125282c12364b64a47d00b673f",
"fid": 15706,
"create_at": 1694588919,
"update_at": 1694588919,
"state": "Pass"
},
{
"index": 8,
"hash": "0xc692b93c06651250b883519b11921a3a278cf8a5",
"fid": 15706,
"create_at": 1694592190,
"update_at": 1694592196,
"state": "Pass"
},
{
"index": 21,
"hash": "0x900d0a0878661d178a694eb5924629ead1ee9d6e",
"fid": 15706,
"create_at": 1694765390,
"update_at": 1694765390,
"state": "Pending"
}
]
}
}