curl -X GET 'https://api.visionwallet.com.br/api/v1/withdraw/list?limit=50&offset=0&status=COMPLETED' \ -H 'X-API-Key: sua_api_key'
{ "success": true, "data": { "withdraws": [ { "id": "withdraw_abc123", "correlationID": "mistic_transaction_id", "value": 10000, "status": "COMPLETED", "pixKey": "usuario@example.com", "description": "Saque para conta pessoal", "metadata": {}, "createdAt": "2024-01-15T10:30:00Z", "updatedAt": "2024-01-15T10:30:00Z" } ], "pagination": { "total": 1, "limit": 50, "offset": 0, "hasMore": false }, "statistics": { "total": 1, "completed": 1, "pending": 0, "failed": 0, "totalValue": 10000 } } }
Liste todos os saques do usuário com filtros e paginação
PENDING
COMPLETED
FAILED
read:withdraws
API Key para autenticação. Use o header X-API-Key ou Authorization: Bearer {api_key}
Lista de saques