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
Unique identifier for the offramp transaction
"68c1b920196a18d7bd1998d6"
Reference identifier for the offramp transaction
Address of the offramp wallet
"0x0000000000000000000000000000000000000000"
Blockchain identifier
8453
Blockchain icon URL
"https://i.imgur.com/zvJz8OR.png"
Blockchain name
"Base"
Blockchain code
Token identifier
"base:usdc"
Token icon URL
"https://i.imgur.com/ilNGZVh.png"
Token name
"USD Coin"
Token code
"USDC"
Currency icon URL
"https://i.imgur.com/RhBMnVC.png"
Currency name
"Nigerian Naira"
Currency code
"NGN"
Account holder's name
"John Doe"
Account number
"0123456789"
Bank name
"Opay"
Amount being offramped from crypto
0.997598
Amount being received in fiat currency
"738"
Exchange rate used for the offramp
1522
Fee charged for the offramp
0.996600402
Estimated time for funds to arrive (in seconds)
60
Status of the offramp transaction
completed
pending
failed
processing
"completed"