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