Skip to main content
GET
SOL Balance

Authorizations

apikey
string
header
required

API key for authentication

Path Parameters

account_address
string
required

The Solana account address (base58 encoded, 32-44 characters)

Example:

"GWmnqn5hHeDos73XhP6rZ4ejQPnqSSocxyZwzxjyeJCi"

Query Parameters

datetime_filter
string
required

Datetime at 10-minute intervals with timezone. Format: YYYY-MM-DDTHH:MM:SSZ or YYYY-MM-DDTHH:MM:SS+00:00. Minutes must be 00, 10, 20, 30, 40, or 50, and seconds must be 00. Note: Cannot be within the last hour of current UTC time due to data processing lag.

Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:(00|10|20|30|40|50):00(Z|[+-]\d{2}:\d{2})$
Example:

"2024-06-01T12:00:00Z"

Response

SOL balance at the specified timestamp

SOL balance for the account

as_of_datetime
string

The datetime of the balance snapshot

account
string

The Solana account address

balance
number

The SOL balance in human-readable format (converted from lamports)

balance_source
integer

Raw balance in smallest units (lamports for SOL, raw token units for SPL tokens) before decimal conversion

datetime_last_updated
string

When this balance was last updated

block_slot_last_updated
integer

The block slot when this balance was last updated