RPC Reference
This is an RPC reference of Matchmaker, meant to aid when building non-rust RPC clients.
JSON RPC
Request
{
"method": "health",
"params": [],
"id": 1,
"jsonrpc": "2.0"
}Response
{
"result": 1
"id": 1,
"jsonrpc": "2.0",
}Name
Type
Description
Types
SignedData
ProofRequest
ProofStatus
Reference
Name
Value
Submit Proof Request
Position
Type
Description
Type
Description
Check Request Status
Position
Type
Description
Type
Description
Last updated
Was this helpful?
