Development
Retrieve all token transfers that occurred as part of the given transaction.
cURL
curl --request GET \ --url https://indexer.testnet.incentiv.net/api/transactions/{hash}/transfers
[ { "from": "<string>", "to": "<string>", "value": "<string>", "token": "<string>", "transactionHash": "<string>", "logIndex": 123 } ]
Hash of the transaction to retrieve transfers for.
List of transfer events associated with the transaction.
The response is of type object[].
object[]