{iban} path parameter must match the IBAN returned by GET /banking/accountscurl --location 'https://sandbox.cryptopocket.io/api/banking/accounts//transactions?page=&per_page=&from_date=&to_date=&status=&type=&concept='{
"status": "ok",
"data": [
{
"transaction_id": "abc123",
"ext_transaction_id": "ext-456",
"type": "IN",
"amount": 1500.5,
"currency": "EUR",
"date": "2026-06-20 14:30:00",
"description": "Transfer received",
"status": "completed",
"from_name": "John Doe",
"from_account": "ES1234567890123456789012",
"from_bank": "BBVA",
"to_name": "Cryptopocket",
"to_account": "ES7620770024003101575796"
}
],
"pagination": {
"current_page": 1,
"last_page": 3,
"per_page": 50,
"total": 120,
"from": 1,
"to": 50
}
}