GET
/
v1
/
jettons
/
{address}
/
markets
curl --request GET \
  --url https://api.dyor.io/v1/jettons/{address}/markets
{
  "markets": [
    {
      "counterpart": "<string>",
      "exchangeId": "dedust",
      "poolAddress": "<string>",
      "type": "JTN_MRKT_LINEAR",
      "createdAt": "2023-11-07T05:31:56Z",
      "liquidity": {
        "asset": {
          "value": "1000500000",
          "decimals": 9
        },
        "counterpart": {
          "value": "1000500000",
          "decimals": 9
        },
        "ton": {
          "value": "1000500000",
          "decimals": 9
        },
        "usd": {
          "value": "1000500000",
          "decimals": 9
        },
        "changedAt": "2023-11-07T05:31:56Z"
      },
      "price": {
        "counterpart": {
          "value": "1000500000",
          "decimals": 9
        },
        "ton": {
          "value": "1000500000",
          "decimals": 9
        },
        "usd": {
          "value": "1000500000",
          "decimals": 9
        },
        "changedAt": "2023-11-07T05:31:56Z"
      },
      "lastTransactionAt": "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: 100

cursor
string

Cursor to paginate list

Should be set by value from response field next

exchangeId
enum<string>
default:
dedust

ID of the exchange

Available options:
dedust,
stonfi
counterpart
string

Jetton address

Example: EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz

poolAddress
string

Pool address

Example: 0:327054b432bd59b327674ba3a6b30a096420d2c4872200764554a3ab0e597714

Response

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

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