PBV

Vault status

get
/pbv/{asset}
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
assetstringRequired
Responses
chevron-right
200

Utilization and rates

application/json
get
/pbv/{asset}
200

Utilization and rates

Deposit to vault

post
/pbv/{asset}/deposit
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
assetstringRequired
Body
anyOptional
Responses
chevron-right
200

Accepted

application/json
post
/pbv/{asset}/deposit
200

Accepted

Open borrow

post
/pbv/{asset}/borrow
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
assetstringRequired
Body
anyOptional
Responses
chevron-right
200

Accepted

application/json
post
/pbv/{asset}/borrow
200

Accepted

Last updated