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/recipients/{id} \ --header 'x-api-key: <x-api-key>'
{ "success": true, "message": "Recipient retrieved successfully", "data": { "id": "rec_01J8V9ZP3A7", "type": "crypto", "name": "Vendor Payment", "active": true, "details": { "network": "Polygon", "wallet_address": "0x3fA91D6b84bE2c0BFD7647a92E5B1A2Ec6F8C91e", "symbol": "USDT" }, "created_at": "2025-10-10T09:15:21Z" } }
API key for authentication
Recipient ID
"rec_01J8V9ZP3A7"
Recipient retrieved successfully
true
"Recipient retrieved successfully"
Show child attributes