cURL
curl --request POST \ --url https://api.bullring.finance/v1/ramp/{subaccountId}/banking/conversions \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "fromCurrency": "USD", "toCurrency": "NGN", "amount": 17 } '
{ "id": "dba54d80-73fc-45aa-adbe-c9c75b7f9c9a", "createdAt": "2026-01-05T00:39:12.624Z", "from": { "currency": "USD", "amount": 17 }, "to": { "currency": "BRL", "grossAmount": 92.184761, "netAmount": 91.904761 }, "feeAmount": 0.28, "feeCurrency": "BRL", "rate": 5.422633 }
Convert funds from one currency to another within a subaccount.
The unique identifier of the subaccount
"USD"
"NGN"
17
Successful conversion
"dba54d80-73fc-45aa-adbe-c9c75b7f9c9a"
"2026-01-05T00:39:12.624Z"
Show child attributes
0.28
"BRL"
5.422633