Solana RPC Tokens API

SPL Token-oriented JSON-RPC methods for the Solana blockchain. Provides getTokenAccountBalance to return the token balance for an SPL Token account, getTokenAccountsByDelegate to find accounts with matching delegates, getTokenAccountsByOwner to return SPL Token accounts whose owner matches an address, getTokenLargestAccounts to return the 20 largest token accounts for a mint, and getTokenSupply to return the current total supply for an SPL Token mint.

API entry from apis.yml

apis.yml Raw ↑
aid: solana:solana-rpc-tokens-api
name: Solana RPC Tokens API
tags:
- Tokens
- SPL
- Balances
- Blockchain
humanURL: https://solana.com/docs/rpc/http/gettokenaccountbalance
baseURL: https://api.mainnet.solana.com
properties:
- url: https://solana.com/docs/rpc/http
  type: Documentation
- url: https://solana.com/docs/rpc/http/gettokenaccountbalance
  type: APIReference
description: SPL Token-oriented JSON-RPC methods for the Solana blockchain. Provides getTokenAccountBalance
  to return the token balance for an SPL Token account, getTokenAccountsByDelegate to find accounts with
  matching delegates, getTokenAccountsByOwner to return SPL Token accounts whose owner matches an address,
  getTokenLargestAccounts to return the 20 largest token accounts for a mint, and getTokenSupply to return
  the current total supply for an SPL Token mint.