Get Wallet
Retrieve wallet details and deposit status.
GET /v1/wallets/:id
Example Response (with deposit):
{
"success": true,
"wallet": {
"id": "wal_tW_hoGlA1SpQNB1y",
"address": "TYVVgZBSUrvntue4WSGWNi15b3er3wiYnh",
"network": "trc20",
"crypto": "USDT",
"status": "confirmed",
"txHash": "abc123...",
"amount": "100.50",
"confirmations": 19,
"detectedAt": "2024-03-03T08:45:00.000Z",
"confirmedAt": "2024-03-03T08:50:00.000Z",
"createdAt": "2024-03-03T08:38:12.000Z",
"metadata": {
"orderId": "ORD-12345"
}
}
}