GET
/
useroperations
/
{hash}
/
transfers
Get Transfers for a User Operation
curl --request GET \
  --url https://indexer.testnet.incentiv.net/api/useroperations/{hash}/transfers
[
  {
    "from": "<string>",
    "to": "<string>",
    "value": "<string>",
    "token": "<string>",
    "transactionHash": "<string>",
    "logIndex": 123
  }
]

Path Parameters

hash
string
required

Hash of the user operation to retrieve transfers for.

Response

200
application/json

List of transfer events associated with the user operation.

The response is of type object[].