Interact with Solana Token program and related components
This service is aware token mints and configuration
Get balance by either ATA, wallet + token or wallet + mint
getTokenBalance({ ata: ... })getTokenBalance({ wallet: ..., token: "MOVEUSD" })getTokenBalance({ wallet: ..., mint: .... }) Copy
getTokenBalance({ ata: ... })getTokenBalance({ wallet: ..., token: "MOVEUSD" })getTokenBalance({ wallet: ..., mint: .... })
Balance with decimals accounted for
Get the total supply of a token mint
Supply as a human-readable number (decimals accounted for), or null if unavailable
Token transfer instruction and create ATA instructions (if required)
Interact with Solana Token program and related components
This service is aware token mints and configuration