REST API
- JettonsService
- SystemService
getJettonStatisticsList
The list of stats by jettons (percent changes of price, volume, traders, transactions by last hour, day, week and month)
curl --request GET \
--url https://api.dyor.io/v1/jettons/stats
{
"items": [
{
"address": "0:906697a57af1cdb1bc39214b7049ae02b3c92a5b0c342ac61e0eb8bd9304b5f1",
"priceChange": {
"ton": {
"min15": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour12": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
}
},
"usd": {
"min15": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour12": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
}
}
},
"traders": {
"hour": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
}
},
"tradersBuy": {
"hour": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
}
},
"tradersSell": {
"hour": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
}
},
"transactions": {
"hour": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
}
},
"transactionsBuy": {
"hour": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
}
},
"transactionsSell": {
"hour": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
}
},
"volume": {
"usd": {
"hour": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
}
},
"buyUsd": {
"hour": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
}
},
"sellUsd": {
"hour": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
}
}
}
}
],
"addressBook": {},
"jettons": {},
"next": "<string>"
}
Query Parameters
Default value: 20
Max value: 100
Cursor to paginate list
Should be set by value from response field next
Flag to exclude scam jettons
Jettons marked as scam will be excluded, if it's set to true
Search by phrase
Search by phrase in jetton name or symbol Length should be in range [3:255]
Jetton address
Example: EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz
Max count: 100
Wallet address
Example: EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz
Max count: 10
Status of jetton verification
Max count: 5
JVS_NONE
, JVS_APPROVED
, JVS_COMMUNITY_VERIFIED
, JVS_VERIFIED
, JVS_SCAM
Sort field
Default is createdAt
createdAt
, fdmc
, tvl
, trustScore
, volume24h
, holders
, traders24h
, transactions24h
Order of sort
Default is asc
asc
, desc
Response
"0:906697a57af1cdb1bc39214b7049ae02b3c92a5b0c342ac61e0eb8bd9304b5f1"
If the field is empty or not exists there's no next page
curl --request GET \
--url https://api.dyor.io/v1/jettons/stats
{
"items": [
{
"address": "0:906697a57af1cdb1bc39214b7049ae02b3c92a5b0c342ac61e0eb8bd9304b5f1",
"priceChange": {
"ton": {
"min15": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour12": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
}
},
"usd": {
"min15": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour12": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
}
}
},
"traders": {
"hour": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
}
},
"tradersBuy": {
"hour": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
}
},
"tradersSell": {
"hour": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
}
},
"transactions": {
"hour": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
}
},
"transactionsBuy": {
"hour": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
}
},
"transactionsSell": {
"hour": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
}
},
"volume": {
"usd": {
"hour": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
}
},
"buyUsd": {
"hour": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
}
},
"sellUsd": {
"hour": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
}
}
}
}
],
"addressBook": {},
"jettons": {},
"next": "<string>"
}