Skip to main content
POST
/
v1
/
jettons
/
traders
/
change
getTradersNumberChangeList
curl --request POST \
  --url https://api.dyor.io/v1/jettons/traders/change \
  --header 'Content-Type: application/json' \
  --data '{
  "address": [
    "<string>"
  ]
}'
{
  "items": [
    {
      "address": "<string>",
      "changes": {
        "total": {
          "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"
          }
        },
        "buy": {
          "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"
          }
        },
        "sell": {
          "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"
          }
        }
      }
    }
  ],
  "addressBook": {}
}

Body

application/json
address
string[]

List of jetton addresses Example: EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz Max count: 100

Response

A successful response.

items
object[]
addressBook
object

Possible aliases for all raw addresses in response

I