POST
/
v1
/
jettons
/
transactions
/
change
curl --request POST \
  --url https://api.dyor.io/v1/jettons/transactions/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

Response

200
application/json

A successful response.

The response is of type object.