Skip to main content
POST
/
api
/
v1
/
auth
/
pricing
/
quote
Compute quote from active profile + FX (admin)
curl --request POST \
  --url https://crypto.westminister.tech/api/v1/auth/pricing/quote \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "flow_type": "<string>",
  "asset": "<string>",
  "fiat_currency": "<string>",
  "amount_in": "<string>",
  "amount_in_type": "fiat",
  "network": "<string>",
  "order_type_hint": "<string>"
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
flow_type
string
required
asset
string
required
fiat_currency
string
required
amount_in
string
required
amount_in_type
enum<string>
required
Available options:
fiat,
crypto
network
string
order_type_hint
string

Response

Quote payload