🟢Get FIDs for Addresses

Given a list of addresses, this API returns a list of FIDs.

/metadata/fids

Get Fids For Addresses

post

Given a list of addresses, this API returns a list of fids.

Bodystring[]
string[]Optional
Responses
200
Successful Response
application/json
Responseany
post
POST /metadata/fids HTTP/1.1
Host: graph.cast.k3l.io
Content-Type: application/json
Accept: */*
Content-Length: 91

[
  "0x4114e33eb831858649ea3702e1c9a2db3f626446",
  "0x8773442740c17c9d0f0b87022c722f9a136206ed"
]

No content

Last updated