Skip to main content
GET
/
api
/
v1
/
auth
/
pricing
/
fx-quotes
/
active
Get active FX quote for flow/asset/fiat (admin)
curl --request GET \
  --url https://crypto.westminister.tech/api/v1/auth/pricing/fx-quotes/active \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Query Parameters

flow_type
string
required
asset
string
required
fiat_currency
string
required
network
string

Response

OK