🟢Get Addresses for Handles

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

/metadata/addresses/handles

Get Addresses For Handles

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

POSThttps://graph.cast.k3l.io/metadata/addresses/handles
Body
itemsstring
Response

Successful Response

Body
any
Request
const response = await fetch('https://graph.cast.k3l.io/metadata/addresses/handles', {
    method: 'POST',
    headers: {
      "Content-Type": "application/json"
    },
    body: JSON.stringify([
      "vitalik.eth",
      "dwf.eth"
    ]),
});
const data = await response.json();
Response
{
  "detail": [
    {
      "loc": [
        "text"
      ],
      "msg": "text",
      "type": "text"
    }
  ]
}

Last updated

Logo

Copyright 2024