REST API
- JettonsService
- GETgetJettons
- POSTgetJettons
- GETgetJettonDetails
- GETgetJettonTrustScore
- GETgetJettonTrustScoreList
- POSTgetJettonTrustScoreList
- GETgetJettonMetrics
- GETgetJettonMetricsList
- POSTgetJettonMetricsList
- GETgetJettonStatistics
- GETgetJettonStatisticsList
- POSTgetJettonStatisticsList
- GETgetJettonPrice
- GETgetJettonPriceChart
- GETgetJettonPriceHistory
- GETgetJettonLiquidity
- GETgetJettonHolders
- GETgetJettonHoldersHistory
- GETgetJettonTransactions
- GETgetJettonMarkets
- GETgetJettonMarketStatistics
- GETgetJettonMarketPrice
- GETgetJettonMarketPriceHistory
- GETgetJettonMarketLiquidity
- GETgetJettonMarketLiquidityHistory
- GET
- SystemService
getJettons
The list of all indexed jettons
curl --request POST \
--url https://api.dyor.io/v1/jettons \
--header 'Content-Type: application/json' \
--data '{
"limit": 123,
"cursor": "<string>",
"excludeScam": true,
"search": "<string>",
"address": [
"<string>"
],
"admin": [
"<string>"
],
"verification": [
"JVS_NONE"
],
"sort": "createdAt",
"order": "asc"
}'
{
"jettons": [
{
"metadata": {
"address": "0:906697a57af1cdb1bc39214b7049ae02b3c92a5b0c342ac61e0eb8bd9304b5f1",
"name": "DYOR Coin",
"symbol": "DYOR",
"decimals": 15,
"image": "https://storage.dyor.io/jettons/EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz/image.png",
"description": "DYOR Coin is the utility token by DYOR.io, the biggest analytics platform on TON Blockchain.",
"offchainImage": "https://storage.dyor.io/jettons/EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz/image.png",
"offchainDescription": "DYOR Coin is the utility token by DYOR.io, the biggest analytics platform on TON Blockchain.",
"links": [
{
"name": "Chat EN",
"url": "https://t.me/DYORchatEN",
"type": "LINK_TYPE_UNSPECIFIED"
}
],
"createdAt": "2023-11-07T05:31:56Z"
},
"admin": {
"address": "0:0000000000000000000000000000000000000000000000000000000000000000",
"offchainAddress": "<string>"
},
"totalSupply": "299999852059244670506",
"mintable": true,
"modifiedContract": true,
"verification": "JVS_NONE",
"price": {
"value": "1000500000",
"decimals": 9
},
"priceUsd": {
"value": "1000500000",
"decimals": 9
},
"holdersCount": "7351",
"liquidityUsd": {
"value": "1000500000",
"decimals": 9
},
"fdmc": {
"value": "1000500000",
"decimals": 9
},
"trustScore": 100,
"chartPreviews": [
{
"url": "<string>",
"metric": "price",
"period": "month",
"color": "dark"
}
]
}
],
"addressBook": {},
"next": "<string>"
}
Body
Max value: 500
Should be set by value from response field next
Jettons marked as scam will be excluded, if it's set to true
Search by phrase in jetton name or symbol Length should be in range [3:255]
Example: EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz
Max count: 100
Example: EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz
Max count: 10
Max count: 5
JVS_NONE
, JVS_APPROVED
, JVS_COMMUNITY_VERIFIED
, JVS_VERIFIED
, JVS_SCAM
createdAt
, fdmc
, tvl
, trustScore
, volume24h
, holders
, traders24h
, transactions24h
asc
, desc
Response
"0:906697a57af1cdb1bc39214b7049ae02b3c92a5b0c342ac61e0eb8bd9304b5f1"
"DYOR Coin"
"DYOR"
15
"https://storage.dyor.io/jettons/EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz/image.png"
"DYOR Coin is the utility token by DYOR.io, the biggest analytics platform on TON Blockchain."
"https://storage.dyor.io/jettons/EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz/image.png"
"DYOR Coin is the utility token by DYOR.io, the biggest analytics platform on TON Blockchain."
"Chat EN"
"https://t.me/DYORchatEN"
LINK_TYPE_UNSPECIFIED
, LINK_TYPE_WEBSITE
, LINK_TYPE_TELEGRAM
, LINK_TYPE_TWITTER
, LINK_TYPE_FACEBOOK
, LINK_TYPE_INSTAGRAM
, LINK_TYPE_DISCORD
, LINK_TYPE_GITHUB
, LINK_TYPE_WHITEPAPPER
, LINK_TYPE_GETGEMS
, LINK_TYPE_OTHER
Basic token unit. To get the decimals value: totalSupply * pow(10, -decimals)
"299999852059244670506"
JVS_NONE
, JVS_APPROVED
, JVS_COMMUNITY_VERIFIED
, JVS_VERIFIED
, JVS_SCAM
"7351"
Value in range [0, 100]
100
If the field is empty or not exists there's no next page
curl --request POST \
--url https://api.dyor.io/v1/jettons \
--header 'Content-Type: application/json' \
--data '{
"limit": 123,
"cursor": "<string>",
"excludeScam": true,
"search": "<string>",
"address": [
"<string>"
],
"admin": [
"<string>"
],
"verification": [
"JVS_NONE"
],
"sort": "createdAt",
"order": "asc"
}'
{
"jettons": [
{
"metadata": {
"address": "0:906697a57af1cdb1bc39214b7049ae02b3c92a5b0c342ac61e0eb8bd9304b5f1",
"name": "DYOR Coin",
"symbol": "DYOR",
"decimals": 15,
"image": "https://storage.dyor.io/jettons/EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz/image.png",
"description": "DYOR Coin is the utility token by DYOR.io, the biggest analytics platform on TON Blockchain.",
"offchainImage": "https://storage.dyor.io/jettons/EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz/image.png",
"offchainDescription": "DYOR Coin is the utility token by DYOR.io, the biggest analytics platform on TON Blockchain.",
"links": [
{
"name": "Chat EN",
"url": "https://t.me/DYORchatEN",
"type": "LINK_TYPE_UNSPECIFIED"
}
],
"createdAt": "2023-11-07T05:31:56Z"
},
"admin": {
"address": "0:0000000000000000000000000000000000000000000000000000000000000000",
"offchainAddress": "<string>"
},
"totalSupply": "299999852059244670506",
"mintable": true,
"modifiedContract": true,
"verification": "JVS_NONE",
"price": {
"value": "1000500000",
"decimals": 9
},
"priceUsd": {
"value": "1000500000",
"decimals": 9
},
"holdersCount": "7351",
"liquidityUsd": {
"value": "1000500000",
"decimals": 9
},
"fdmc": {
"value": "1000500000",
"decimals": 9
},
"trustScore": 100,
"chartPreviews": [
{
"url": "<string>",
"metric": "price",
"period": "month",
"color": "dark"
}
]
}
],
"addressBook": {},
"next": "<string>"
}