Get Token Metadata
Returns name, symbol, decimals, total supply, and Token-2022 extension data when present. Endpoint:/svm/token/meta
Example:
- Socket.IO
- HTTP
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:
- Socket.IO
- HTTP
transferFee and transferHook on Token-2022 mints), plus:
Pool object
Each pool indeepestPool 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.
