GET
/
v1
/
jettons
/
{address}
/
holders
/
ticks
curl --request GET \
  --url https://api.dyor.io/v1/jettons/{address}/holders/ticks
{
  "items": [
    {
      "value": "7351",
      "time": "2023-11-07T05:31:56Z"
    }
  ],
  "next": "<string>"
}

Path Parameters

address
string
required

Jetton address

Example: EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz

Query Parameters

limit
integer

Default value: 20

Max value: 1000

cursor
string

Cursor to paginate list

Should be set by value from response field next

from
string
to
string

Response

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

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