The list of trust score by jettons
💼 Available in paid plans only
curl --request POST \
--url https://api.dyor.io/v1/jettons/trust-score \
--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",
"priceChange": {
"ton": {
"hour": {
"min": 123,
"max": 123
},
"hour6": {
"min": 123,
"max": 123
},
"day": {
"min": 123,
"max": 123
},
"week": {
"min": 123,
"max": 123
}
}
},
"liquidity": {
"usd": {
"min": {
"value": "<string>",
"decimals": 123
},
"max": {
"value": "<string>",
"decimals": 123
}
}
},
"fdmc": {
"min": {
"value": "<string>",
"decimals": 123
},
"max": {
"value": "<string>",
"decimals": 123
}
},
"trustScore": {
"min": "<string>",
"max": "<string>"
},
"holders": {
"min": "<string>",
"max": "<string>"
},
"currency": "ton"
}'
{
"items": [
{
"address": "0:906697a57af1cdb1bc39214b7049ae02b3c92a5b0c342ac61e0eb8bd9304b5f1",
"score": 78,
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"addressBook": {},
"jettons": {},
"next": "<string>"
}
A successful response.
The response is of type object
.
curl --request POST \
--url https://api.dyor.io/v1/jettons/trust-score \
--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",
"priceChange": {
"ton": {
"hour": {
"min": 123,
"max": 123
},
"hour6": {
"min": 123,
"max": 123
},
"day": {
"min": 123,
"max": 123
},
"week": {
"min": 123,
"max": 123
}
}
},
"liquidity": {
"usd": {
"min": {
"value": "<string>",
"decimals": 123
},
"max": {
"value": "<string>",
"decimals": 123
}
}
},
"fdmc": {
"min": {
"value": "<string>",
"decimals": 123
},
"max": {
"value": "<string>",
"decimals": 123
}
},
"trustScore": {
"min": "<string>",
"max": "<string>"
},
"holders": {
"min": "<string>",
"max": "<string>"
},
"currency": "ton"
}'
{
"items": [
{
"address": "0:906697a57af1cdb1bc39214b7049ae02b3c92a5b0c342ac61e0eb8bd9304b5f1",
"score": 78,
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"addressBook": {},
"jettons": {},
"next": "<string>"
}