GET
/
v1
/
jettons
/
price
/
change
curl --request GET \
  --url https://api.dyor.io/v1/jettons/price/change
{
  "items": [
    {
      "address": "<string>",
      "changes": {
        "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"
        }
      }
    }
  ],
  "addressBook": {}
}

Query Parameters

address
string[]

Jetton address

List of jetton addresses Example: EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz Max count: 100

currency
enum<string>
default:ton
Available options:
ton,
usd,
eur,
gbp,
jpy,
byn,
ves,
rub,
uah,
kzt,
krw,
ils,
idr,
aed,
gel,
twd,
try,
hkd,
inr,
cad,
amd,
aud,
pln,
cop,
brl,
chf,
mxn,
ars,
sgd,
sar,
mdl,
ron,
sek,
azn,
rsd,
nok,
myr,
bgn,
egp,
gtq,
clp,
nzd,
bdt,
kgs,
thb,
uzs,
uyu,
vnd,
ugx,
kes,
zar,
etb,
ngn,
lkr

Response

200
application/json

A successful response.

The response is of type object.