curl --request GET \
--url https://api.bullring.finance/v1/ramp/{subaccountId}/banking/offramp/{offrampId}/status \
--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,
"targetAmountReceivable": 53.09,
"totalFees": 0.11
}
}Retrieve the status of a crypto withdrawal via offramp.
curl --request GET \
--url https://api.bullring.finance/v1/ramp/{subaccountId}/banking/offramp/{offrampId}/status \
--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,
"targetAmountReceivable": 53.09,
"totalFees": 0.11
}
}