/v1/following
The accounts this account follows
Provalo dal vivo
10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.
Funziona. Prendi una chiave API e usala nel tuo progetto.
Ottieni una chiave APIFrammenti di codice
curl "https://api.oanor.com/lensprotocol-api/v1/following" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/lensprotocol-api/v1/following", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/lensprotocol-api/v1/following");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/lensprotocol-api/v1/following",
headers={"x-oanor-key": "oanor_test_..."}
)
Risposta di esempio
Una risposta reale di questo endpoint, acquisita dall'ultimo health check.
{
"data": {
"count": 10,
"source": "Lens",
"address": "0xAd2c0BEAdE60fb9f7ec5C87bDE8e4c126145F6E7",
"following": [
{
"name": "Artem Militonian",
"address": "0xCe812129DFc3177EA523f6A2721bb96877E68031",
"picture": "https://ik.imagekit.io/lens/16031b1200b3c154925d20a5b93a16bccc1a605977a5c6cfec18995564c3edd1_wArBsi9in3.webp",
"username": "artem"
},
{
"name": "SOCLLY",
"address": "0x6c4AfE4B98a08aa330C4b7e7D53BB3F67d97f3C5",
"picture": "https://ik.imagekit.io/lens/0b7258ec7a1a76ef3ba8571456e7661fc5c99d8110b328f26c7e1666ab006ee3_ycStoJigHn.webp",
"username": "socllyofficial"
},
{
"name": "meluhian",
"address": "0xC6eA25De1e9879A5FB761043D3dc15610f44CFd3",
"picture": "https://ik.imagekit.io/lens/01183d1d80c91ee076cb373caec9a8e91534dda55cccb0aed33b48e5e4b174a1_MMvMh6aNvn.jpeg",
"username": "meluhian"
},
{
"name": "Lens AI",
"address": "0x667E98d41eC55B59D01E91819f2ea1A39311f261",
"picture": "https://ik.imagekit.io/lens/8e01b8cedf8086dd8a89ef32b207b817d44a4894429b36ac864d34f8d5c0eebb_M5EYEIJsT.webp",
"username": "lensaihelper"
},
{
"name": "LensForum",
"address": "0xB0Aba4F15a2DdC08F1Bc953Bf0518d8f9ed3a68d",
"picture": "https://ik.imagekit.io/lens/a784a35cadfeedede1c28b819575e36fea115eb8dd59ec87ea890788b4f7cc98_VRyahok2W.png",
"username": "lensforum"
},
{
"name": "0Kelvin",
"address": "0xFf71D38a47e753FE81A4be8Fd48b8Aa556c6640d",
"picture": "https://gw.ipfs-lens.dev/ipfs/bafybeiaimclvqsvs5djornqhvr5ywuntzsahryquut4djyztfmnooqtpey",
"username": "91811"
},
{
"name": "beantny",
"address": "0x7997a8834c4B853eB3E72B87Fd1F027059CAD324",
"picture": "https://ik.imagekit.io/lens/e950c39a884fa94a4d7ff9fd35d6dbcc7fabb2192e005ab505fe95e67b698167_XybN3BzeD.webp",
"username": "beantny"
},
{
"name": "ciefa.eth",
"address": "0x398480445C7397EeAC6AC8453dCbaf529faDcC8B",
"picture": "https://ik.imagekit.io/lens/6fc39be1acae0ebcc09a5e077febffba1ab1dcf0a40b9b531f019d5723df2a96_WjUUrGXRj.webp",
"username": "ciefa"
},
{
"name": "Lora AI",
"address": "0x00285163100EEE8F080C0f8A1DC397771B8C8ed6",
"picture": "https://ik.imagekit.io/lens/1eb076737b2db22059e53a91b21f802054f8da723d5caca2f3112d43c477e05d_YgLYNizf0.webp",
"username": "onlora"
},
{
…