Create Notification

Network

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

pool_address
string
required
^(?:EQ|UQ|kQ|0Q|Ef|Uf|kf|0f)[A-Za-z0-9_-]{46}$
The customer's TON pool address

Responses


Example

curl --request POST \  
     --url https://svc.blockdaemon.com/sia/v2/ton/network/notify \  
     --header 'accept: application/json' \  
     --header 'content-type: application/json'

Responses

Updated 2 months ago