curl --location '/v1/ramp/history?limit=&offset=' \
--header 'X-Managed-Profile-Id;' \
--header 'X-API-Key: <api-key>'{
"totalCount": "string",
"transactions": {
"currentPhase": "initial",
"date": "string",
"expiresAt": "string",
"externalTxExplorerLink": "string",
"externalTxHash": "string",
"from": "assethub",
"fromAmount": "string",
"fromCurrency": "EUR",
"id": "string",
"status": "string",
"to": "assethub",
"toAmount": "string",
"toCurrency": "EUR",
"type": "BUY",
"walletAddress": "string"
}
}