This endpoint allows you to get the status of an offramp.
cURL
curl --request GET \ --url https://processor-prod.up.railway.app/status/offramp \ --header 'x-service-key: <api-key>'
{ "success": true, "status": 200, "message": "Offramp status fetched successfully", "timestamp": "2025-09-11T21:29:42.416Z", "data": { "id": "68c1b920196a18d7bd1998d6", "reference": "rk7fimzmx3r5uvsjwpdx70uz4tjhmeoc", "address": "0x0000000000000000000000000000000000000000", "blockchain": { "id": 8453, "icon": "https://i.imgur.com/zvJz8OR.png", "name": "Base", "code": "Base" }, "token": { "id": "base:usdc", "icon": "https://i.imgur.com/ilNGZVh.png", "name": "USD Coin", "code": "USDC" }, "currency": { "icon": "https://i.imgur.com/RhBMnVC.png", "name": "Nigerian Naira", "code": "NGN" }, "recipient": { "account_name": "John Doe", "account_number": "0123456789", "bank_name": "Opay" }, "from_amount": 0.997598, "to_amount": "738", "rate": 1522, "fee": 0.996600402, "time_to_arrive": 60, "status": "completed" } }
The wallet ID to get offramp status for
"68bc290df51feea8c53f5275"
The reference of the offramp transaction
"rk7fimzmx3r5uvsjwpdx70uz4tjhmeoc"
Offramp status fetched successfully
true
200
"Offramp status fetched successfully"
"2025-09-11T21:29:42.416Z"
Show child attributes