curl --request GET \
--url https://api.bullring.finance/v1/ramp/{subaccountId}/banking/offramp/ \
--header 'x-api-key: <api-key>'{
"success": true,
"data": [
{
"id": "6b32169e-c20e-49c9-aa7f-b73fe863c231",
"status": "pending",
"targetAmount": 12,
"targetCurrency": "brl",
"lightningAmount": 226,
"withdrawalId": null,
"invoicePaidAt": null,
"withdrawalInitiatedAt": null,
"completedAt": null,
"errorMessage": null,
"createdAt": "2025-11-25T13:48:02.667Z",
"updatedAt": "2025-11-25T13:48:02.667Z",
"lightningCurrency": "stablesats",
"exchangeRate": 0.18822916,
"lightningFee": 0,
"withdrawalFee": 0.11,
"totalFees": 0.11
},
{
"id": "d79c9799-bb8e-4c17-9d5a-79fefa34484f",
"status": "pending",
"targetAmount": 88,
"targetCurrency": "brl",
"lightningAmount": 1656,
"withdrawalId": null,
"invoicePaidAt": null,
"withdrawalInitiatedAt": null,
"completedAt": null,
"errorMessage": null,
"createdAt": "2025-11-25T13:37:46.829Z",
"updatedAt": "2025-11-25T13:37:46.829Z",
"lightningCurrency": "stablesats",
"exchangeRate": 0.18822916,
"lightningFee": 0,
"withdrawalFee": 0.64,
"totalFees": 0.64
}
],
"count": 2,
"page": 1,
"limit": 10,
"totalPages": 1
}Retrieve a list of crypto withdrawals via offramp for a subaccount.
curl --request GET \
--url https://api.bullring.finance/v1/ramp/{subaccountId}/banking/offramp/ \
--header 'x-api-key: <api-key>'{
"success": true,
"data": [
{
"id": "6b32169e-c20e-49c9-aa7f-b73fe863c231",
"status": "pending",
"targetAmount": 12,
"targetCurrency": "brl",
"lightningAmount": 226,
"withdrawalId": null,
"invoicePaidAt": null,
"withdrawalInitiatedAt": null,
"completedAt": null,
"errorMessage": null,
"createdAt": "2025-11-25T13:48:02.667Z",
"updatedAt": "2025-11-25T13:48:02.667Z",
"lightningCurrency": "stablesats",
"exchangeRate": 0.18822916,
"lightningFee": 0,
"withdrawalFee": 0.11,
"totalFees": 0.11
},
{
"id": "d79c9799-bb8e-4c17-9d5a-79fefa34484f",
"status": "pending",
"targetAmount": 88,
"targetCurrency": "brl",
"lightningAmount": 1656,
"withdrawalId": null,
"invoicePaidAt": null,
"withdrawalInitiatedAt": null,
"completedAt": null,
"errorMessage": null,
"createdAt": "2025-11-25T13:37:46.829Z",
"updatedAt": "2025-11-25T13:37:46.829Z",
"lightningCurrency": "stablesats",
"exchangeRate": 0.18822916,
"lightningFee": 0,
"withdrawalFee": 0.64,
"totalFees": 0.64
}
],
"count": 2,
"page": 1,
"limit": 10,
"totalPages": 1
}Page number for pagination
Number of items per page
Successful response
Show child attributes