Skip to main content
POST
/
webhooks
/
{webhook_id}
/
mempool
/
subscribe
Subscribe to Mempool MSG
curl --request POST \
  --url https://rt.tonapi.io/webhooks/{webhook_id}/mempool/subscribe \
  --header 'Authorization: Bearer <token>'
{
  "message": "unauthorized",
  "status_code": 401
}

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.

Response

Subscribed