/v1/casts
A user's recent casts
Pruébalo en vivo
10 llamadas gratis al día — sin registro, sin clave API. Pasa por el gateway de oanor.
Funciona. Consigue una clave API y úsala en tu proyecto.
Obtener una clave APIFragmentos de código
curl "https://api.oanor.com/farcaster-api/v1/casts" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/farcaster-api/v1/casts", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/farcaster-api/v1/casts");
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/farcaster-api/v1/casts",
headers={"x-oanor-key": "oanor_test_..."}
)
Respuesta de ejemplo
Una respuesta real de este endpoint, capturada en la última comprobación de estado.
{
"data": {
"fid": 3,
"casts": [
{
"url": "https://warpcast.com/dwr/0x5e462315",
"hash": "0x5e462315f1d12a2f8a579656c1455c5793964fac",
"text": null,
"likes": 176,
"author": "dwr",
"channel": null,
"recasts": 15,
"replies": 15,
"timestamp": "2026-06-02T00:23:37.000Z"
},
{
"url": "https://warpcast.com/dwr/0xd91e39f1",
"hash": "0xd91e39f1f09babe39ae5755eb876d54d20bc0cef",
"text": null,
"likes": 248,
"author": "dwr",
"channel": null,
"recasts": 23,
"replies": 20,
"timestamp": "2026-05-15T23:20:40.000Z"
},
{
"url": "https://warpcast.com/dwr/0xd04b5fa7",
"hash": "0xd04b5fa7b7e345b91aa950b98ff130ab75f1a2be",
"text": null,
"likes": 171,
"author": "dwr",
"channel": null,
"recasts": 10,
"replies": 11,
"timestamp": "2026-05-14T01:54:04.000Z"
},
{
"url": "https://warpcast.com/dwr/0xcec60a65",
"hash": "0xcec60a658b4e0329256820dcbd416440fa9bde13",
"text": null,
"likes": 282,
"author": "dwr",
"channel": null,
"recasts": 21,
"replies": 24,
"timestamp": "2026-05-12T16:51:42.000Z"
},
{
"url": "https://warpcast.com/dwr/0xd658bb46",
"hash": "0xd658bb462c7c1781db1cb65beaef891563ce6c0c",
"text": "Bain*",
"likes": 2,
"author": "dwr",
"channel": null,
"recasts": 0,
"replies": 0,
"timestamp": "2026-05-06T02:40:15.000Z"
},
{
"url": "https://warpcast.com/dwr/0xf7c1ab29",
"hash": "0xf7c1ab298cdaaaf2497ab0320b509d57e879a56e",
"text": "Smart",
"likes": 62,
"author": "dwr",
"channel": null,
"recasts": 5,
"replies": 4,
"timestamp": "2026-05-04T21:59:04.000Z"
},
{
"url": "https://warpcast.com/dwr/0xb305a5f8",
"hash": "0xb305a5f81039d7baf0158a27935667742a9582d8",
"text": null,
"likes": 153,
"author": "dwr",
"channel": null,
"recasts": 7,
"replies": 15,
"timestamp": "2026-05-04T21:54:38.000Z"
},
{
"url": "https://warpcast.com/dwr/0x5cc540d0",
"hash": "0x5cc540d0013
…