v1

latestOpenAPI 3.0.0MIT2026-07-131340.8 KB
JSON-RPC

Stateless, lightweight, remote procedure call (RPC) protocol that is commonly used when interacting with chain.

post/json-rpc

Query parameters

chainIdstring required

Unique identifier for a blockchain network.

providerstring

Specify which provider to use. The project's provider priority list is used by default if no providers are selected. (Priority list can be managed on Uniblock's dashboard)

Request body

OR

Example request

{
  "jsonrpc": "2.0"
}

Response

idobject required
jsonrpcstring required
resultobject
statusnumber
dataobject
errorobject