JsonRPC

Jsonrpc Handler

post

All methods in the API are available through JSON-RPC protocol (spec).

Authorizations
Body
methodstringRequired
paramsobject · ParamsOptionalDefault: {}
idstringOptional
jsonrpcstringOptional
Responses
200
Successful Response
application/json
post
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"
}
{
  "ok": true,
  "result": null,
  "error": "text",
  "code": 1,
  "id": "text",
  "jsonrpc": "2.0"
}