celestia · Example Payload

Celestia Header Getbyheight Example

Celestia Header Getbyheight Example is an example object payload from celestia, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

jsonrpcidmethodparams

Example Payload

Raw ↑
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "header.GetByHeight",
  "params": [1234567]
}