This endpoint retrieves a paginated list of all crypto transactions, including deposits and withdrawals, for a specified user.
It allows filtering by transaction attributes like type, status, and date range, providing flexibility to view and manage transaction history efficiently.
Success Response
Unauthorized
Forbidden
Validation Error
Internal Error
Service unavailable
{- "data": [
- {
- "id": "1ed83487-f684-62a2-a155-fe633f0db292",
- "internal_address_id": "1ed83487-f684-62a2-a155-fe633f0db292",
- "external_address_id": "779bb70d-715d-4734-824a-0b4d5127c69f",
- "asset_id": "1ed97e4a-912c-69be-9320-0aa759597920",
- "asset_legal_classification": "EMTS",
- "asset_amount": "0.5",
- "asset_fee": "0.1",
- "fiat_id": "1ed97e4a-912c-69be-9320-0aa759597920",
- "fiat_amount": "15000.00",
- "fiat_amount_fee": "300.00",
- "coin_network_id": "1ed83487-f684-62a2-a155-fe633f0db292",
- "transaction_type": "deposit",
- "transaction_hash": "0x123456789abcdef",
- "transaction_status": "finished",
- "required_actions": [
- "PROVIDE_BENEFICIARY_DETAILS"
], - "tax_declaration_status": "declared",
- "created_at": "2023-12-20T08:14:20Z",
- "credited_at": "2023-12-21T08:15:20Z"
}
], - "meta": {
- "size": 10
}
}