All methods in the API are available through JSON-RPC protocol (spec).
{}
POST /jsonRPC HTTP/1.1 Host: ton.nownodes.io X-API-Key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 58 { "method": "text", "params": {}, "id": "text", "jsonrpc": "text" }
Successful Response
{ "ok": true, "result": null, "error": "text", "code": 1, "id": "text", "jsonrpc": "text" }