Finalize Offramps Quote
https://sandboxapi.bitnob.co/api/v1/payouts/finalize (opens in a new tab)
Body Parameters
| Parameter | Type | Required | Description | Allowed Values |
|---|---|---|---|---|
| quoteId | string | ✅ | ID of the previously generated quote | - |
Request
Offramps/Finalize Quote [POST]
curl --request POST \
--url https://sandboxapi.bitnob.co/api/v1/payouts/finalize \
--header 'Authorization: Bearer API-KEY' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{
"quoteId": "QT_6158"
}'Responses
🟢 200 - Result example
{
"status": true,
"message": "OffRamp quote finalized successfully",
"data": {
"id": "4c281868-7b0d-4c4f-bcd7-bb3bbc9248bc",
"fees": 0,
"chain": "trc20",
"amount": 200,
"status": "pending_address_deposit",
"address": "TNgGpCkphycU4pLg2LSJGUdb1mdwgMP8xs",
"quoteId": "QT_6158",
"btcAmount": 0.00201816,
"fromAsset": "usdt",
"reference": "ref_QT_OF_RM-123",
"satAmount": 201816,
"paymentETA": "3-5 minutes",
"exchangeRate": 1636.21,
"expiresInText": "This invoice expires in 15 minutes",
"paymentReason": "Funds for stuff",
"expiryTimeStamp": 1736952410,
"settlementAmount": 327242,
"beneficiaryDetails": {
"id": "41b1e004-ce45-4591-bebe-6a2debcf05fd",
"status": "success",
"country": "NG",
"currency": "NGN",
"createdAt": "2025-01-15T14:30:48.773Z",
"reference": "QT_6158_24ccd39d2345",
"updatedAt": "2025-01-15T14:30:48.773Z",
"destination": {
"type": "BANK",
"bankCode": "000014",
"accountName": "JOHN DOE",
"accountNumber": "1421795566"
}
},
"settlementCurrency": "ngn"
}
}