Skip to main content
GET
curl

Authorizations

API-Key
string
header
required

Your public API key. Identifies the partner making the request.

API-Sign
string
header
required

HMAC signature over the request, computed with your private key.

API-Nonce
string
header
required

Monotonically increasing nonce included in the request signature.

Path Parameters

account_id
string
required

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.

Required string length: 14 - 42

Query Parameters

from_symbol
string
required

Source asset ticker symbol.

Required string length: 1 - 16
from_type
enum<string>
required

Classification of the source asset.

Available options:
fiat,
crypto,
stablecoin,
xstock
to_symbol
string
required

Destination asset ticker symbol.

Required string length: 1 - 16
to_type
enum<string>
required

Classification of the destination asset.

Available options:
fiat,
crypto,
stablecoin,
xstock
amount_side
enum<string>
required

Side whose amount will be fixed when creating the quote and whose asset denominates the returned limits.

Available options:
from,
to

Response

Successful response

data
object
required

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.