Skip to main content
GET
Request Quote

Authorizations

X-API-KEY
string
header
required

Query Parameters

buy_amount
string

Exact buy amount. Mutually exclusive with sell_amount for firm quotes.

buy_chain_id
string

Buy-side chain ID for digital assets.

buy_currency
string
required

Buy-side currency symbol (required).

buy_token_address
string

Buy-side token contract address when not the native asset.

deposit_account_id
integer

Settlement/deposit account ID to fund the trade from.

deposit_method
string

Deposit method hint (defaults to Deposit when omitted).

is_estimate_only
boolean

When true, return an estimate only and do not create a firm quote.

sell_amount
string

Sell amount(s). Mutually exclusive with buy_amount for firm quotes.

sell_chain_id
string

Sell-side chain ID(s), comma-separated for baskets.

sell_currency
string
required

Sell-side currency symbol (required). Comma-separated for multi-asset baskets.

sell_token_address
string

Sell-side token address(es), comma-separated for baskets.

settlement_account_id
integer

Settlement account ID. Mutually exclusive with settlement_address.

settlement_address
string

External settlement wallet address. Mutually exclusive with settlement_account_id.

Response

OK

data
object

Response payload when the request succeeded.

error
boolean

True when the request failed.

message
string

Human-readable status or error message.