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 密钥