getAddressInformation
TONC1Returns 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%A6Parameters
| Name | Type | Description |
|---|---|---|
| address | string | TON 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
よくある質問
What unit is the balance in?
Nanotons — 1 TON = 1e9 nanotons. Divide by 1e9 for TON.
チャージして、キーを取得し、リリース。
セルフサーブ。暗号資産またはカードで支払い。クレジットで従量課金——重いプリミティブは高く、単純なものは安価。
APIキーを取得