Skip to main content
Look up on-chain token metadata and a fuller market report for Solana tokens.

Get Token Metadata

Returns name, symbol, decimals, total supply, and Token-2022 extension data when present. Endpoint: /svm/token/meta Example:
Response:

Token-2022 transferFee

Present only when tokenType is Token2022 and the mint has the transfer fee extension enabled. The object reports the currently effective fee schedule.

Token-2022 transferHook

Present only when tokenType is Token2022 and the mint has an active transfer hook.
The request is rejected with NOT_A_TOKEN if the address is not found on chain or is not a valid token mint.

Get Token Report

Returns the token metadata plus market data and the token’s liquidity pools. Endpoint: /svm/token/report Example:
Response:
The report carries every Get Token Metadata field (including transferFee and transferHook on Token-2022 mints), plus:

Pool object

Each pool in deepestPool and otherPools has these base fields: Bonding-curve pools carry extra fields: The request is rejected with NOT_A_TOKEN if the address is not found on chain or is not a valid token mint. When the token exists but liquidity or pricing cannot be resolved, the failure response may include a partialResult carrying the fields that were available.