Identifiers
Mints, pools and wallets.
Three base58 identifiers show up across the API:
- Mint — a token's address (e.g.
C7heQqfNzdMbUFQwcHkL9FvdwsFsDRBnfwZDDyWYCLTZ). The unit of everything in Token data. - Pool / market — an AMM pool account (e.g. a Raydium pair). Returned by Markets as
markets[].address. - Wallet / owner — a signer's address, surfaced by Trades (
signer) and Top traders (owner).
Note — holder lists return token account addresses, not owner wallets (resolving the owner is a second hop). The two differ — see Holders.