limit and offset query parameters.curl --location '/v1/ramp/history/?limit=undefined&offset=undefined'{
"totalCount": "string",
"transactions": {
"date": "string",
"externalTxExplorerLink": "string",
"externalTxHash": "string",
"from": "assethub",
"fromAmount": "string",
"fromCurrency": "EUR",
"id": "string",
"status": "string",
"to": "assethub",
"toAmount": "string",
"toCurrency": "EUR",
"type": "BUY"
}
}