POST
/
management
/
list-transactions
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>"
}

Authorizations

x-api-key
string
header
required

Body

application/json
walletAddress
string
initialDate
string
finalDate
string

Response

200
application/json
Transactions relative to a wallet
to
string
from
string
hash
string
transactionFee
number
price
string
timestamp
string