Skip to content

API Online Call

Test VoidChain JSON-RPC methods against the official test environment.

Get Edge Trust Machine ID

chain_queryInfo

Test environment: https://api-backend.voidchain.net/api

Example Request
{
  "jsonrpc": "3.0",
  "method": "chain_queryInfo",
  "params": [
    "pubTrustQuery",
    "op=edgeInfo",
    "encryp=none"
  ],
  "id": "1"
}

Payload

Response

Send a request to view the raw response.

On this page

No Headings