cURL
curl --request POST \ --url https://dev-api.rootkey.ai/api-v1/platform/vaults/{vaultAddress}/transactions \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "cursor": "<string>", "initialDate": "2023-12-25", "finalDate": "2023-12-25" }'
{ "hash": "0x1234567890123456789012345678901234567890123456789012345678901234", "from": "0x1234567890123456789012345678901234567890", "to": "0x1234567890123456789012345678901234567890", "value": "1000000000000000000", "timestamp": "2025-05-28T22:07:31.000Z" }
List transactions relative to a vault
The vault address
Vault transactions list request payload
The body is of type object.
object
Transactions list successfully retrieved
The response is of type any[].
any[]