Bridge

Report missing observed deposit from origin chain

post
/bridge/report

Deposits are initiated on the origin chain by interacting with the Bondis Bridge contract. This endpoint lets a client notify validators about an origin-chain transaction that should be observed but hasn't been reflected on Bondis yet.

Authorizations
AuthorizationstringRequired

Compact signature envelope. Only keccak256 + secp256k1 are supported.

Authorization: Bondis alg=<secp256k1-keccak-eip712|secp256k1-keccak-raw>, h=<0x..>, sig=<0x..>

  • Default alg is secp256k1-keccak-eip712.
  • h is keccak256(CRR) of the Canonical Request Representation.
  • sig signs h.
Body
anyOptional
Responses
chevron-right
200

Report accepted

application/json
post
/bridge/report
200

Report accepted

Bridge status by intent id

get
/bridge/{intentId}
Authorizations
AuthorizationstringRequired

Compact signature envelope. Only keccak256 + secp256k1 are supported.

Authorization: Bondis alg=<secp256k1-keccak-eip712|secp256k1-keccak-raw>, h=<0x..>, sig=<0x..>

  • Default alg is secp256k1-keccak-eip712.
  • h is keccak256(CRR) of the Canonical Request Representation.
  • sig signs h.
Path parameters
intentIdstringRequired
Responses
chevron-right
200

Current status

application/json
get
/bridge/{intentId}
200

Current status

Last updated