Development
List all transfer events related to a specific account address.
cURL
curl --request GET \ --url https://indexer.testnet.incentiv.net/api/account/{address}/transfers
[ { "from": "<string>", "to": "<string>", "value": "<string>", "token": "<string>", "transactionHash": "<string>", "logIndex": 123 } ]
Account address to retrieve transfers for.
Offset for pagination.
Maximum number of transfers to return.
List of transfers related to the account.
The response is of type object[].
object[]