Request payment quote

Retrieves a quote for a payout. Exactly one of quantity or total must be supplied. The returned quote_id can be passed to POST /payments/execute before expire_ts.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Quote parameters.

string
required

The participant that the quote is being generated for. Typically the end customer.

string
enum
required

the quoted asset

Allowed:
string
enum
required

the underlying asset

string
enum
required

The participant side of the quote - buy or sell.

Allowed:
string

The desired amount expressed in the quoted_currency. Exactly one of quantity or total must be provided.

string

The desired amount expressed in the underlying_currency. Exactly one of quantity or total must be provided.

string
enum

Requested time-to-live for the quote. Defaults to 5s when omitted.

Allowed:
Headers
string
required

HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.

string
required

Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json