# 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

- **200**  OK  
- **400**  Invalid request.  
- **401**  Header 'X-API-Key' missing.  
- **500**  Internal server error.

---

## Example

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

**Responses**  
- **200**
- **400**
- **401**
- **500**

Updated 2 months ago
