Skip to main content
POST
Resolve Active Pricing IDs + Commercial Preview (Authenticated)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
flow_type
enum<string>
required
Available options:
onramp,
offramp,
p2p,
b2b,
b2b2c,
remittance
asset
string
required
Example:

"USDT"

fiat_currency
string
required
Example:

"KES"

amount_in
string
required

Positive decimal string

amount_in_type
enum<string>
required
Available options:
fiat,
crypto
network
string

tron or ethereum

source_country
string

Required when flow_type=remittance. Prefer active ISO 3166-1 alpha-3 code from the countries catalog. Example KEN. Legacy alpha-2 input is accepted and normalized to alpha-3

destination_country
string

Required when flow_type=remittance. Prefer active ISO 3166-1 alpha-3 code from the countries catalog. Example UGA. Legacy alpha-2 input is accepted and normalized to alpha-3

vendor_id
string<uuid>

Liquidity provider (publisher of the marketplace line). API name retained as vendor_id.

offer_id
string<uuid>

Liquidity listing id — published USDT/fiat terms the preview should align with. API name retained as offer_id.

order_type
enum<string>
Available options:
ON_RAMP_BUY,
OFF_RAMP_SELL,
ON_RAMP_SELL,
OFF_RAMP_BUY

Response

Resolved IDs and pricing preview

pricing_profile_id
string<uuid>
fx_rate_quote_id
string<uuid>
flow_type
string
network
string
asset
string
fiat_currency
string
source_country
string

Resolved ISO 3166-1 alpha-3 source country code

destination_country
string

Resolved ISO 3166-1 alpha-3 destination country code

amount_in
string
amount_in_type
enum<string>
Available options:
fiat,
crypto
vendor_id
string<uuid>
offer_id
string<uuid>
order_type
string
reference_fx_rate
string
applied_fx_rate
string
spread_bps
integer
spread_amount
string
fees
object
amounts
object
settlement_side
string
rate_source
string
quoted_at
string<date-time>
expires_at
string<date-time> | null