getAddressInformation

TONC1

Returns the full account state for a TON address — balance (in nanotons), account status and last transaction reference. Served from our own TON nodes.

Endpoint
GET https://api.1st-node.com/v1/ton/getAddressInformation?address=EQD%E2%80%A6

Parameters

NameTypeDescription
addressstringTON address (raw or user-friendly).

Returns

object — balance (nanotons), state and last_transaction_id.

Request

curl "https://api.1st-node.com/v1/ton/getAddressInformation?address=EQD%E2%80%A6" \
  -H "Authorization: Bearer $ONE_KEY"

Response

{ "balance": "4200000000", "state": "active", "last_transaction_id": {} }
More state methods on TON

TON API

Sıkça sorulanlar

What unit is the balance in?

Nanotons — 1 TON = 1e9 nanotons. Divide by 1e9 for TON.

Bakiye yükle, anahtarını al, yayına çık.

Self servis. Kripto ya da kartla öde. Krediyle ölçümlenir — ağır ilkel yapılar daha pahalı, basitler ucuz.

API anahtarı al