REST API
Validator APIs
GET|POST /Returns the brief status of validator instance.
GET|POST /v1/gov/getAddress/:chainReturns the chain Address of validator instance.
GET|POST /v1/gov/getTransaction/:chain/:address/:transactionIdReturns the submitted transaction in multi-sig wallet contract.
GET|POST /v1/gov/confirm/:chain/:address/:transactionIdReturns the transaction hash that has been sent by the Validator.
GET|POST /v1/gov/confirmRange/:chain/:address/:start/:endReturns the transaction hash that has been sent by the Validator.
GET|POST /v1/gov/validate/:chain/:address/:sigHashReturns the transaction hash that has been sent by the Validator.
Last updated
Was this helpful?