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>"
}
'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>"
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Quote payload