TONTONDocs
TON CenterV3Apiv2

applications/api/toncenter/v3/apiv2/get-wallet-information

GET
/api/v3/walletInformation

Query Parameters

address*string

Account address in any form.

use_v2?boolean

Use method from api/v2. Not recommended

Defaulttrue

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v3/walletInformation?address=string"
{
  "balance": "string",
  "last_transaction_hash": "string",
  "last_transaction_lt": "string",
  "seqno": 0,
  "status": "string",
  "wallet_id": 0,
  "wallet_type": "string"
}
{
  "code": 0,
  "error": "string"
}

Last updated on