Gets account transactionsAsk AIget https://api.sandbox.cuentamono.com/v1/ledger/accounts/{account_id}/transactionsGets account transactionsPath Paramsaccount_idstringrequiredAccount ID (Base 62 format)Query Paramspage_numberinteger≥ 1Defaults to 1Number of the pagepage_sizeinteger10 to 500Defaults to 10Amount of registers that must be listed by pagetransaction_atobjectFilters the transactions by date time ranges when the transaction was actually performedtransaction_at objectorigin_transaction_atobjectFilters the transactions by date time ranges when the transaction was createdorigin_transaction_at objectexclude_reversedbooleanDefaults to falseAllow excluding transactions that were reversed by other transactions.falsetruefalseoperation_typearraystringFilters by the four operations available (credit, debit, hold and release)operation_type array of stringsoriginarraystringFilters by the following origins: card_transaction card_presentment_payment subaccount_operation payout fee synced_bank_transaction origin array of stringssortobjectSorts the ledger account transactionssort objectResponses 200Successful response 400400 Bad Request 401401 Unauthorized 403403 Forbidden 404404 Not Found 422422 Unprocessable ContentCallbackUpdated 7 months ago