date_start to date_end, with the search period limited to a maximum of 31 days.Authorization: ********************curl --location --request GET 'https://test.whitelabel.bitpanda.com/v1/trades/transactions?date_start=2021-04-25&date_end=2021-06-25&page_size=10&page=1&order=asc&type=deposit&payment_reference' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"pid": "2e4c89ac-1290-426f-8de0-4c7b40b91d3a",
"amount": "25000.00000000",
"state": "pending",
"type": "deposit",
"fiat_id": 1,
"fiat_symbol": "EUR",
"payment_reference": "string",
"created_at": "2021-07-01T14:56:45+03:00"
}
],
"meta": {
"total_count": 48,
"page": 3,
"page_size": 10
},
"links": {
"first": "?page=1&page_size=10",
"last": "?page=5&page_size=10",
"prev": "?page=2&page_size=10",
"next": "?page=4&page_size=10",
"self": "?page=3&page_size=10"
}
}