🟢Get Addresses for Handles

Given a list of Farcaster handles, this API returns a list of addresses.

/metadata/addresses/handles

Get Addresses For Handles

post

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

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

[
  "vitalik.eth",
  "dwf.eth"
]

No content

Last updated