POST
/
platform
/
vaults
/
{vaultAddress}
/
transactions
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"
}

Authorizations

x-api-key
string
header
required

Path Parameters

vaultAddress
string
required

The vault address

Body

application/json

Vault transactions list request payload

The body is of type object.

Response

200
application/json

Transactions list successfully retrieved

The response is of type any[].