List a project's buyers
Returns a cursor-paginated page of a project’s buyers, ordered by follower count (highest first). When the request’s API key owns the project, each buyer additionally carries maxSpendUsdc & maxFdvUsdc.
Authorizations
API key issued via POST /api/public/v1/api-keys.
Path Parameters
URL-safe identifier of the project.
"yurts-by-nurt"
Query Parameters
Opaque cursor marking where the previous page ended. Omit it to fetch the first page; pass the meta.nextCursor from a response verbatim to fetch the next. A null meta.nextCursor means there are no more pages. Treat the value as opaque — its format varies per endpoint.
1Maximum number of items per page. Defaults to 20; values are clamped to 1–100.

