X-BPN-API-KEY: ********************X-BPN-SIGNATURE: ********************X-BPN-TIMESTAMP: ********************{
"request_id": "string",
"partner_user_id": "string",
"bpn_user_id": "string",
"business_type": "ON_RAMP",
"from_currency": "string",
"to_currency": "string",
"from_amount": "string",
"to_amount": "string",
"asset": "string",
"network": "string",
"bank_account_id": "string"
}curl --location '/api/v1/quotes' \
--header 'X-BPN-API-KEY: <api-key>' \
--header 'X-BPN-SIGNATURE: <api-key>' \
--header 'X-BPN-TIMESTAMP: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"request_id": "string",
"partner_user_id": "string",
"bpn_user_id": "string",
"business_type": "ON_RAMP",
"from_currency": "string",
"to_currency": "string",
"from_amount": "string",
"to_amount": "string",
"asset": "string",
"network": "string",
"bank_account_id": "string"
}'{
"code": "SUCCESS",
"message": "ok",
"data": {
"quote_id": "string",
"business_type": "ON_RAMP",
"quote_type": "STANDARD",
"from_currency": "string",
"to_currency": "string",
"from_amount": "string",
"to_amount": "string",
"rate": "string",
"fee_amount": "string",
"fee_currency": "string",
"expires_at": "2019-08-24T14:15:22.123Z",
"pricing_note": "string"
},
"trace_id": "b7c1f0c2-3f0a-4e9b-9c2a-2b1d9d6f0a11"
}