Create executable quote for partner transaction pricing
Partner API
Create executable quote for partner transaction pricing
Creates an executable quote for a token and network. Send exactly one amount mode: crypto_amount or fiat_amount. Quote responses include an expiry timestamp; expired quote IDs will be rejected during transaction creation.
POST
Create executable quote for partner transaction pricing
Documentation Index
Fetch the complete documentation index at: https://docs.cashweb.cash/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
application/json
Create a price quote for a token-network pair. Send exactly one of crypto_amount or fiat_amount.
Stablecoin symbol for the quote.
Example:
"usdt"
Blockchain network used for the deposit.
Example:
"bep20"
Crypto amount for quote generation.
Example:
"100.00"
Fiat amount for quote generation.
Example:
"161500.00"
Response
Quote generated successfully
Standard API response wrapper for all successful responses