Skip to main content
GET
/
v2
/
wallet
/
{account_id}
/
seqno
cURL
curl --request GET \
  --url https://tonapi.io/v2/wallet/{account_id}/seqno
{
  "seqno": 123
}

Path Parameters

account_id
string<address>
required

account ID

Example:

"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"

Response

account seqno

seqno
integer<int32>
required