curl --request GET \
--url https://toncenter.com/api/v3/walletInformation{
"balance": "<string>",
"last_transaction_hash": "<string>",
"last_transaction_lt": "<string>",
"seqno": 123,
"status": "<string>",
"wallet_id": 123,
"wallet_type": "<string>"
}Get wallet smart contract information. The following wallets are supported: v1r1, v1r2, v1r3, v2r1, v2r2, v3r1, v3r2, v4r1, v4r2, v5beta, v5r1. In case the account is not a wallet error code 409 is returned.
curl --request GET \
--url https://toncenter.com/api/v3/walletInformation{
"balance": "<string>",
"last_transaction_hash": "<string>",
"last_transaction_lt": "<string>",
"seqno": 123,
"status": "<string>",
"wallet_id": 123,
"wallet_type": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://toncenter.ness.su/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?