Endpoints
| Network | URL |
|---|---|
| Mainnet | https://toncenter.com/api/v2 |
| Testnet | https://testnet.toncenter.com/api/v2 |
SDK Usage
| Resource group | Property |
|---|---|
| Accounts | client.v2.accounts |
| Blocks | client.v2.blocks |
| Transactions | client.v2.transactions |
| Send | client.v2.send |
| Run Method | client.v2.runmethod |
| Configuration | client.v2.configuration |
| Utils | client.v2.utils |
| RPC | client.v2.rpc |
429 and 5xx are enabled by default with exponential backoff. See Reference for retry policy, rate limiting, and session management.