GET
/
v1
/
api
/
enso_txs
curl --request GET \
  --url https://earn.turtle.vision/v1/api/enso_txs
[
  {
    "tx_hash": "<string>",
    "chain": 123,
    "block": 123,
    "from": "<string>",
    "success": true,
    "referral": "<string>"
  }
]

Query Parameters

chain
integer

Optional chain ID to filter transactions.

user
string

Optional user's EOA address (sender) to filter transactions.

referral
string

Optional referral code to filter transactions.

id
string

Optional ID to filter transactions.

Response

200 - application/json; charset=utf-8

The response is of type EnsoTx · object[].