Skip to main content
GET
/
webhooks
/
{webhook_id}
/
account-tx
/
subscriptions
Get account TX subscriptions
curl --request GET \
  --url https://rt.tonapi.io/webhooks/{webhook_id}/account-tx/subscriptions \
  --header 'Authorization: Bearer <token>'
{
  "account_tx_subscriptions": [
    {
      "account_id": "<string>",
      "last_delivered_lt": 123,
      "failed_at": "<string>",
      "failed_lt": 123,
      "failed_attempts": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

API key from tonconsole.com. Can also be passed as a token query parameter.

Path Parameters

webhook_id
integer
required

Webhook identifier.

Query Parameters

offset
integer
default:0

Pagination offset.

limit
integer
default:10

Maximum number of results.

Response

Subscription list

account_tx_subscriptions
object[]
required