🟢Get Addresses for FIDs
Given a list of FIDs, this API returns a list of addresses linked to each Address.
/metadata/addresses/fids
Given a list of handles, this API returns a list of addresses.
Bodyinteger[]
integer[]Optional
Responses
200
Successful Response
application/json
Responseany
422
Validation Error
application/json
post
POST /metadata/addresses/fids HTTP/1.1
Host: graph.cast.k3l.io
Content-Type: application/json
Accept: */*
Content-Length: 5
[
1,
2
]
No content
Last updated