Skip to main content
GET
Relevant owners

Node.js SDK

šŸ”— SDK Method: fetchRelevantFungibleOwners Use this API endpoint with the Neynar Node.js SDK for typed responses and better developer experience.

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Query Parameters

contract_address
string
required

Contract address of the fungible asset

Example:

"0x0db510e79909666d6dec7f5e49370838c16d950f"

network
enum<string>
required

Network of the fungible asset.

Available options:
ethereum,
optimism,
base,
arbitrum
viewer_fid
integer

If you provide a viewer_fid, the response will include token holders from the user's network, respecting their mutes and blocks and including viewer_context; if not provided, the response will show top token holders across the network—both sets can be combined to generate a longer list if desired.

Required range: x >= 1

Response

Success

all_relevant_fungible_owners_dehydrated
UserDehydrated Ā· object[]
required
top_relevant_fungible_owners_hydrated
User Ā· object[]
required