back to marketplace
Data

Solana Balance Checker

Check SOL and SPL token balances for any wallet address on Solana. Returns native SOL balance, all SPL token accounts with mint, amount, and decimals.

Per call
0.001 USDC
Total calls
12,450
Rating
★ 4.8
Publisher
7xKz…3nPq

Methods

getBalance()getTokenAccounts()

Try it

0.001 USDC / call

Integration

curl -X POST https://tools.example.com/sol-balance \
  -H "x-payment-signature: <tx_sig>" \
  -H "x-caller-pubkey: <your_pubkey>" \
  -H "Content-Type: application/json" \
  -d '{ "method": "getBalance", "params": { "address": "7xKz...3nPq" } }'