cURL
curl --request POST \ --url https://api.bullring.finance/v1/ramp/{subaccountId}/banking/conversions/quote \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "fromCurrency": "USD", "toCurrency": "NGN", "amount": 17 } '
{ "fromCurrency": "USD", "toCurrency": "NGN", "amount": 17, "feeAmount": 0, "netAmount": 17, "estimatedReceived": 10179.6, "rate": 598.8, "quoteTime": "2025-12-16T18:04:55.841Z" }
Get a quote for a currency conversion.
The unique identifier of the subaccount
"USD"
"NGN"
17
Successful quote
0
10179.6
598.8
"2025-12-16T18:04:55.841Z"