Payment
Quote a payment without creating it
post/payment/quote
Headers
Datestring
GMT server time (e.g. Tue, 21 Jan 2025 12:00:00 GMT). Required for every request.
Authorizationstring
HMAC-SHA256 Signature header. See the Authentication guide.
Digeststring
SHA-256 digest of the request body (when a body is present).
Request body
Example request
{
"order_id": "ord-123",
"payment_method": 1,
"chain": "ETHEREUM",
"token_id": "USDT"
}Response
Example response
{
"amount": "100.00",
"due_amount_fiat": "100.00",
"amount_confirmed": "0",
"amount_confirming": "0",
"quoted_token_amount": "100.00",
"quoted_token_currency": "USDT",
"quoted_token_price_usdc": "0"
}Changes
Changed in 1 of the 2 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○