All methods in the API are available through JSON-RPC protocol (spec).
Parameters:
None
// Request url -X 'POST' \ 'https://ton.blockpi.network/v1/rpc/your-rpc-key/jsonRPC' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "method": "string", "params": {}, "id": "string", "jsonrpc": "string" }' // Result
Last updated 2 months ago