cURL
curl --request GET \ --url https://api.decentri.org/token/{address}/transactions
[ { "txHash": "0x27a51e3483885e399d5c9f60283c6bc379f24631a5c15f79009da96c0490d413", "tokenId": "0xA2c296171e9faCe580800AE82920CF1A2D974B53", "sender": "0x999999cf1046e68e36E1aA2E0E07105eDDD1f08E", "receiver": "0x999999cf1046e68e36E1aA2E0E07105eDDD1f08E", "value": "1050", "blockIndex": 5, "blockNumber": 7978342, "timestamp": "2021-05-12T12:00:00Z" } ]
Get all the transactions of the token
The transactions have been successfully retrieved
The response is of type object[].
object[]