v1

latestOpenAPI 3.1.02026-07-2410781551.8 KB
Holder

Token - Holder

Retrieve a list of top holders of a specified token.

get/defi/v3/token/holder

Query parameters

addressstring required

The address of the token contract.

offsetinteger

Pagination start position. offset + limit <= 10000

limitinteger

Number of items per page.

ui_amount_mode'raw' | 'scaled'

Indicate whether to use the scaled amount for scaled ui amount tokens. Only support solana

Headers

x-chain'solana'

Solana network only.

Response

JSON object containing a list of token holder

successboolean required

Indicates whether the request was successful.