Skip to main content
GET
/
account
/
{network}
/
{address}
/
balance
Gets native balance owned by the given address
curl --request GET \
  --url https://solana-gateway.moralis.io/account/{network}/{address}/balance \
  --header 'X-Api-Key: <api-key>'
{
  "solana": "<string>",
  "lamports": "<string>"
}
Endpoint cost: CUs. Learn more about compute units.

Authorizations

X-Api-Key
string
header
required

Path Parameters

network
enum<string>
required

The network to query

Available options:
mainnet,
devnet
address
string
required

The address to query

Example:

"kXB7FfzdrfZpAZEW3TZcp8a8CwQbsowa6BdfAHZ4gVs"

Response

200 - application/json
solana
string
required
lamports
string
required