Get quote limits
Returns the effective amount limits for a swap on the selected account.
Limits reflect current liquidity and trading constraints. They are a point-in-time estimate and can change before a quote is created. When available, limit_reasons explains which constraints contributed to maximum.
Set amount_side to the side whose amount the partner will fix when creating a quote. The returned asset and amounts are denominated in that side’s asset. Clamp create-quote amounts to [minimum_swap, maximum]. Amount-too-large/small errors apply to create quote, not to this discovery call. Dust-only floors are intentionally not exposed here and may be added later for dust-sweep flows.
Authorizations
Your public API key. Identifies the partner making the request.
HMAC signature over the request, computed with your private key.
Monotonically increasing nonce included in the request signature.
Path Parameters
ID of the account the request applies to. This refers to one of the accounts held by the user the request is acting on behalf of (typically the user's main account, but any of the user's accounts is accepted). Routes the request to that specific account container. Canonical identifier for an account in the Payward public API.
14 - 42Query Parameters
Source asset ticker symbol.
1 - 16Classification of the source asset.
fiat, crypto, stablecoin, xstock Destination asset ticker symbol.
1 - 16Classification of the destination asset.
fiat, crypto, stablecoin, xstock Side whose amount will be fixed when creating the quote and whose asset denominates the returned limits.
from, to Response
Successful response
Effective point-in-time create-quote limits for the selected amount side. Dust-only minimums are not exposed; a dust-sweep-specific floor may be added later.