curl --request GET \
--url https://api.bullring.finance/v1/ramp/{subaccountId}/banking/conversions \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": "261cfa71-01ba-43b5-b1e7-9f48a0e86e83",
"fromCurrency": "usd",
"toCurrency": "ngn",
"amount": "17.000000000000",
"feeAmount": "0.000000000000",
"netAmount": "17.000000000000",
"estimatedReceived": "10179.600000000000",
"rate": "598.800000000000",
"createdAt": "2025-12-16T18:50:44.576Z"
},
{
"id": "445952df-9346-4d45-9478-3cd24fa25531",
"fromCurrency": "usd",
"toCurrency": "ngn",
"amount": "17.000000000000",
"feeAmount": "0.000000000000",
"netAmount": "17.000000000000",
"estimatedReceived": "10179.600000000000",
"rate": "598.800000000000",
"createdAt": "2025-12-16T18:04:55.385Z"
},
{
"id": "d257fc14-5d63-49a4-bcf8-20a2753e6451",
"fromCurrency": "usd",
"toCurrency": "ngn",
"amount": "17.000000000000",
"feeAmount": "0.000000000000",
"netAmount": "17.000000000000",
"estimatedReceived": "10179.600000000000",
"rate": "598.800000000000",
"createdAt": "2025-12-16T17:42:32.416Z"
}
],
"total": 3,
"page": 1,
"limit": 20,
"totalPages": 1
}Retrieve a paginated list of all conversions for a subaccount.
curl --request GET \
--url https://api.bullring.finance/v1/ramp/{subaccountId}/banking/conversions \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": "261cfa71-01ba-43b5-b1e7-9f48a0e86e83",
"fromCurrency": "usd",
"toCurrency": "ngn",
"amount": "17.000000000000",
"feeAmount": "0.000000000000",
"netAmount": "17.000000000000",
"estimatedReceived": "10179.600000000000",
"rate": "598.800000000000",
"createdAt": "2025-12-16T18:50:44.576Z"
},
{
"id": "445952df-9346-4d45-9478-3cd24fa25531",
"fromCurrency": "usd",
"toCurrency": "ngn",
"amount": "17.000000000000",
"feeAmount": "0.000000000000",
"netAmount": "17.000000000000",
"estimatedReceived": "10179.600000000000",
"rate": "598.800000000000",
"createdAt": "2025-12-16T18:04:55.385Z"
},
{
"id": "d257fc14-5d63-49a4-bcf8-20a2753e6451",
"fromCurrency": "usd",
"toCurrency": "ngn",
"amount": "17.000000000000",
"feeAmount": "0.000000000000",
"netAmount": "17.000000000000",
"estimatedReceived": "10179.600000000000",
"rate": "598.800000000000",
"createdAt": "2025-12-16T17:42:32.416Z"
}
],
"total": 3,
"page": 1,
"limit": 20,
"totalPages": 1
}The unique identifier of the subaccount