curl --request POST \ --url https://dev-api.rootkey.ai/api-v1/management/list-transactions \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "walletAddress": "<string>", "initialDate": "<string>", "finalDate": "<string>" }'
{ "to": "<string>", "from": "<string>", "hash": "<string>", "transactionFee": 123, "price": "<string>", "timestamp": "<string>" }