GET
/
v1
/
jettons
/
{address}
/
price
curl --request GET \
  --url https://api.dyor.io/v1/jettons/{address}/price
{
  "ton": {
    "price": {
      "value": "1000500000",
      "decimals": 9
    },
    "changedAt": "2023-11-07T05:31:56Z"
  },
  "usd": {
    "price": {
      "value": "1000500000",
      "decimals": 9
    },
    "changedAt": "2023-11-07T05:31:56Z"
  }
}

Path Parameters

address
string
required

Jetton address

Example: EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz

Response

200
application/json
A successful response.
ton
object
usd
object