Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.railsfromthecrypt.com/v1/transfer-requests/{id} \ --header 'x-api-key: <x-api-key>'
{ "success": true, "message": "Transfer retrieved successfully", "data": { "id": "c17d2777-e604-45e2-b6d5-7743652eadf1", "type": "onramp", "status": "fetching_rates", "source": { "amount": 10000, "currency": "NGN" }, "destination": { "amount": 0, "currency": "USDC" }, "events": [ { "status": "pending", "timestamp": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z" } ], "payments": [], "created_at": "2025-10-10T09:15:21Z", "reference": "TXN-2Z82FVYO6BW22RC7", "rate": { "value": 0, "expires_at": null }, "recipient": { "id": "rec_01J8V9ZP3A7", "type": "crypto", "name": "My USDT Wallet", "details": { "network": "Polygon", "wallet_address": "0xABC123DEF456...", "symbol": "USDT" } }, "payment_instructions": { "type": "bank_transfer", "bank_transfer": { "account_number": "1234567890", "account_name": "HashRails Ltd", "bank_name": "Wema Bank", "bank_code": "035" } } } }
API key for authentication
Unique transfer request ID
"c17d2777-e604-45e2-b6d5-7743652eadf1"
Transfer retrieved successfully
true
"Transfer retrieved successfully"
Show child attributes