cURL
curl --request GET \ --url https://api.neynar.com/v2/farcaster/ban/list/ \ --header 'x-api-key: <api-key>'
{ "bans": [ { "object": "ban", "banned_at": "2023-11-07T05:31:56Z" } ], "next": { "cursor": "<string>" } }
Fetches all FIDs that your app has banned.
API key to authorize requests
Enables experimental features including filtering based on the Neynar score. See docs for more details.
Number of results to fetch
1 <= x <= 100
20
Pagination cursor.
Success
Show child attributes
Returns next cursor
Was this page helpful?
Contact support