Skip to main content
GET
Get Balance Breakdown

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

network
enum<string>
required

TON network:

  • `mainnet` — production network.
  • `testnet` — testnet.
Available options:
mainnet,
testnet
publicKey
string
required

Query Parameters

walletVersion
enum<string>
default:V4

Version of the smart contract used by the wallet in the TON blockchain.

Available options:
V3R1,
V3R2,
V4,
V5R1
Example:

"V4"

Response

OK

Standard API success response envelope wrapping the result payload.

error
object | null
required

Error object. Always null on successful responses.

result
object
required

Response payload containing the requested data.