Inds getLastBlockNumberIndexed

Example Request

{
  "method": "inds_getLastBlockNumberIndexed", // jsonrpc method name
  "id": 1, // request id
  "jsonrpc": "2.0", // jsonrpc version
  "params": [
    ["avalanche"] // chain name array
  ]
}

Example Response

Curl Example

Last updated

Was this helpful?