Development
Retrieve transfer events generated by a specific user operation hash.
cURL
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 } ]
Hash of the user operation to retrieve transfers for.
List of transfer events associated with the user operation.
The response is of type object[].
object[]