GET
/
v1
/
jettons
/
{address}
/
transactions
curl --request GET \
  --url https://api.dyor.io/v1/jettons/{address}/transactions
{
  "transactions": [
    {
      "time": "2023-11-07T05:31:56Z",
      "timeLt": "52226626000004",
      "hash": "7zWgejtXNKUqsrWwwgQdKYN3txlUTye7D5PRcsGbwRw=",
      "who": "0:0000000000000000000000000000000000000000000000000000000000000000",
      "whoFriendly": "<string>",
      "type": "TT_BUY",
      "counterpart": "0:f83f7d94d74b2736821abe8aba7183d3411f367b00233b6d1ea6282b59102ea7",
      "exchangeId": "dedust",
      "pool": "<string>",
      "amount": {
        "value": "1000500000",
        "decimals": 9
      },
      "counterpartAmount": {
        "value": "1000500000",
        "decimals": 9
      },
      "price": {
        "value": "1000500000",
        "decimals": 9
      }
    }
  ],
  "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

who
string

Wallet address

Example: 0:934ceb2baa49d803a531cafc2f799c27a94759f9fa1b5637ddb1feaa758fdf5b

hash
string

Hash of transaction

Example: IO9IDQaNEDvltTsattGa4j16s3vrtABR90MrBVXURc4=

type
enum<string>[]

Type of transaction

Available options:
TT_BUY,
TT_SELL,
TT_LIQUIDITY_DEPOSIT,
TT_LIQUIDITY_WITHDRAW
counterpart
string

Jetton address

Example: EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz

exchangeId
enum<string>
default:
dedust

ID of the exchange that made the transaction

Available options:
dedust,
stonfi
timeFrom
string
timeTo
string

Response

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

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