POST
/
v1
/
jettons
/
trust-score
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"
}'
{
  "items": [
    {
      "address": "0:906697a57af1cdb1bc39214b7049ae02b3c92a5b0c342ac61e0eb8bd9304b5f1",
      "score": 78,
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "next": "<string>"
}

Body

application/json
limit
integer

Max value: 500

cursor
string

Should be set by value from response field next

excludeScam
boolean

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]

address
string[]

Example: EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz Max count: 100

admin
string[]

Example: EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz Max count: 10

verification
enum<string>[]

Max count: 5

Available options:
JVS_NONE,
JVS_APPROVED,
JVS_COMMUNITY_VERIFIED,
JVS_VERIFIED,
JVS_SCAM
sort
enum<string>
default:
createdAt
Available options:
createdAt,
fdmc,
tvl,
trustScore,
volume24h,
holders,
traders24h,
transactions24h
order
enum<string>
default:
asc
Available options:
asc,
desc

Response

200
application/json
A successful response.
items
object[]
next
string

If the field is empty or not exists there's no next page