get https://api.0xscope.com/v2/token/transfers
get transfers of the token
Sample Request
curl --request GET \
--url 'https://api.0xscope.com/v2/token/transfers?token_address=0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48&chain=ethereum&limit=10&page=1' \
--header 'API-KEY: your-api-key' \
--header 'accept: */*'
Sample Response
{
"code": 0,
"data": [
{
"timestamp": "2023-05-12 03:17:11",
"txhash": "0x8f366436423b29825033b58244675f79846623bbf2ccb88a36f5ad4c8f988b78",
"from": "0xe34fc36e80816df44df3fa78e5e0525d49002f71",
"to": "0x512f4514375909aec1d164da7059fd52abca9500",
"value": 14686.959494,
"token_price": 0.996334
},
{
"timestamp": "2023-05-12 03:17:11",
"txhash": "0xacc7602ad3b549e04ffa5b2d7e920c303fc7aca5e3f31462478c55ec2ce73bb0",
"from": "0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640",
"to": "0x289aa48798649b398150a2c5e92cece34fa75daf",
"value": 15849.594504260944,
"token_price": 0.996334
},
{
"timestamp": "2023-05-12 03:17:23",
"txhash": "0xf94491f22b80243c3de358a1802ecf5216124e69efe29eebda486d1ab3601970",
"from": "0x88ad09518695c6c3712ac10a214be5109a655671",
"to": "0x65a8f07bd9a8598e1b5b6c0a88f4779dbc077675",
"value": 29890.02,
"token_price": 0.996334
},
{
"timestamp": "2023-05-12 03:17:35",
"txhash": "0x8eb253333eb46b0d68e7e2c34bb087fa8748ba8b3597ec9701977c7bc3442ea4",
"from": "0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640",
"to": "0xdef171fe48cf0115b1d80b88dc8eab59176fee57",
"value": 3086.196028640102,
"token_price": 0.996334
},
...
],
"uuid": 1656861356454183000
}