---
title: "Create Notification"
method: POST
path: "/v2/ton/{network}/notify"
tags: ["TON"]
---

# Create Notification

`POST /v2/ton/{network}/notify`

Issues an exit validator request notification to Blockdaemon

## Path parameters

- `network` string, required

## Request body

- TonCreateNotificationRequest
  - `network` string — The target TON network (allowed 'mainnet' or 'testnet').
  - `pool_address` string, required — The customer's TON pool address

## Response `200`

OK

- TonCreateNotificationResponse

## Other responses

- `400` — Invalid request.
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/blockdaemon/apis/staking-api.md) · [All operations](https://skmtc.net/blockdaemon/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockdaemon/staking-api/versions/f94e296a08a3/schema)
