Returns a fully executable deposit quote for bridging and depositing funds from any supported chain into the vault. The response includes ordered transaction steps, fee breakdown, and time estimate.
Returns 423 if the account type is halted.
SHA-256 hashed API key issued per organization
ISO 4217 currency code (e.g. EUR, GBP). When set, all monetary
response fields include an additional key for the requested currency
alongside USD. When absent, monetary fields contain USD only.
^[A-Z]{3}$"EUR"
Account UUID (returned by GET /account)
Origin chain where user's funds are
1
Token address on origin chain
^0x[0-9a-fA-F]{40}$"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
User's EOA (transaction sender)
^0x[0-9a-fA-F]{40}$"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
Amount in token's smallest unit
^(?:0|[1-9]\d*)$"1000000"