Quotes

Partner quote calculation endpoints

Create deposit quote

post

Calculates expected shares for a deposit request.

Authorizations
X-API-KeystringRequired
Body
strategyIdstringRequired

Strategy identifier.

Example: stable_vault
fromAccountstringRequired

User EVM wallet address.

Example: 0x1111111111111111111111111111111111111111
assetIdstringRequired

Input token symbol or configured asset id.

Example: USDC
networkstring · enumRequired

Source network for the quote.

Example: basePossible values:
amountstringRequired

Human-readable amount to deposit.

Example: 1.0
Responses
chevron-right
200

Deposit quote generated successfully.

application/json
post
/v1/quotes/deposit

Create withdraw quote

post

Calculates expected withdrawal outputs and authorization method.

Authorizations
X-API-KeystringRequired
Body
strategyIdstringRequired

Strategy identifier.

Example: stable_vault
fromAccountstringRequired

User EVM wallet address.

Example: 0x1111111111111111111111111111111111111111
modestring · enumRequired

Withdraw quoting mode.

Example: amountPossible values:
amountstringOptional

Human-readable withdraw amount.

Example: 1.0
amountAtomicstringOptional

Atomic withdraw amount (legacy field, optional).

Example: 1000000Pattern: ^\d+$
Responses
chevron-right
200

Withdraw quote generated successfully.

application/json
post
/v1/quotes/withdraw

Last updated