Skip to main content
Quote a route before creating a deposit account. Quotes do not require a wallet ID or an authorization signature. Omit the input amount to quote approximately $50 of the source asset. Source and destination must both be mainnet or both be testnet. This calls POST /v1/deposit_accounts/crypto/quote.
The body uses input_amount and slippage_bps for the amount and slippage.
object
required
Asset the quote prices as input. Unlike create, both chain and asset are required.
object
required
Asset delivered to the destination wallet.
string
Amount as a decimal string in the source token’s standard unit (for example, "1.5" for 1.5 USDC). Not the smallest on-chain unit. Omit to quote approximately $50 of the source asset.
number
Slippage tolerance in basis points.
The request rejects when the route is unsupported or source and destination are not both mainnet or both testnet. It returns:
string
Quoted input as a decimal string in the source token’s standard unit.
string
Estimated output as a decimal string in the destination token’s standard unit.
string
ISO 8601 timestamp when the quote was created.

Create a deposit account

Provision deposit addresses

Orders

Poll sweep status after a deposit is sent

Quote API

POST /v1/deposit_accounts/crypto/quote