GET
/
v1
/
provider
/
get_commitment_info
{
  "commitments": [
    {
      "blockNumber": "<string>",
      "commitments": [
        {
          "txnHashes": [
            "<string>"
          ],
          "revertableTxnHashes": [
            "<string>"
          ],
          "amount": "<string>",
          "blockNumber": "<string>",
          "providerAddress": "<string>",
          "decayStartTimestamp": "<string>",
          "decayEndTimestamp": "<string>",
          "dispatchTimestamp": "<string>",
          "slashAmount": "<string>",
          "status": "<string>",
          "details": "<string>",
          "payment": "<string>",
          "refund": "<string>"
        }
      ]
    }
  ]
}

Query Parameters

blockNumber
string<int64>

Optional block number for which to get the commitment information. If not specified all block numbers are returned in ascending order

page
integer

Optional page number for pagination. Defaults to 0.

limit
integer

Optional limit for the number of commitments to return per page. Defaults to 100.

Response

200
application/json

A successful response.

Response containing the commitment information.