Create a quote for currency/token conversion
Quotes
Create Quote
Creates a quote for converting between different assets (fiat currencies and tokens). Either source-amount OR target-amount must be provided, but not both.
POST
Create a quote for currency/token conversion
Documentation Index
Fetch the complete documentation index at: https://docs.crown-brlv.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
The asset to convert from (e.g., 'fiat/brl', 'eth-base/brlv', 'eth-base/wbrly')
Available options:
eth-base/brlv, eth-mainnet/brlv, fiat/brl, eth-base/usdt, fiat/usd, eth-mainnet/usdt, eth-mainnet/usdc, eth-base/wbrly, eth-base/usdc, eth-base/brly Example:
"fiat/brl"
The asset to convert to (e.g., 'fiat/brl', 'eth-base/brlv', 'eth-base/wbrly')
Available options:
eth-base/brlv, eth-mainnet/brlv, fiat/brl, eth-base/usdt, fiat/usd, eth-mainnet/usdt, eth-mainnet/usdc, eth-base/wbrly, eth-base/usdc, eth-base/brly Example:
"eth-base/brlv"
Amount of source asset to convert (provide either source-amount OR target-amount, not both)
Example:
"100.50"
Desired amount of target asset to receive (provide either source-amount OR target-amount, not both)
Example:
"500.25"
Response
Quote created successfully