Quotes
Authorizations
X-API-KeystringRequired
Body
strategyIdstringRequiredExample:
Strategy identifier.
stable_vaultfromAccountstringRequiredExample:
User EVM wallet address.
0x1111111111111111111111111111111111111111assetIdstringRequiredExample:
Input token symbol or configured asset id.
USDCnetworkstring · enumRequiredExample:
Source network for the quote.
basePossible values: amountstringRequiredExample:
Human-readable amount to deposit.
1.0Responses
200
Deposit quote generated successfully.
application/json
400
Quote request is invalid.
application/json
401
Missing or invalid X-API-Key.
application/json
429
Rate limit exceeded.
application/json
post
/v1/quotes/depositAuthorizations
X-API-KeystringRequired
Body
strategyIdstringRequiredExample:
Strategy identifier.
stable_vaultfromAccountstringRequiredExample:
User EVM wallet address.
0x1111111111111111111111111111111111111111modestring · enumRequiredExample:
Withdraw quoting mode.
amountPossible values: amountstringOptionalExample:
Human-readable withdraw amount.
1.0amountAtomicstringOptionalExample:
Atomic withdraw amount (legacy field, optional).
1000000Pattern: ^\d+$Responses
200
Withdraw quote generated successfully.
application/json
400
Quote request is invalid.
application/json
401
Missing or invalid X-API-Key.
application/json
429
Rate limit exceeded.
application/json
post
/v1/quotes/withdrawLast updated