v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
TON

Create Notification

Issues an exit validator request notification to Blockdaemon

post/v2/ton/{network}/notify

Path parameters

networkstring required
Example:mainnet

The target TON network (allowed 'mainnet' or 'testnet').

Request body

networkstring

The target TON network (allowed 'mainnet' or 'testnet').

pool_addressstring required

The customer's TON pool address

Example request

{
  "network": "mainnet",
  "pool_address": "0QBObTB6xSvahuI__XXtuQiaLwD9sCtdhyIYICM8GXEPPTJJ"
}

Response

OK

TonCreateNotificationResponse required