curl --request GET \
--url https://tonapi.io/v2/rates/markets{
"markets": [
{
"market": "OKX",
"usd_price": 5.2,
"last_date_update": 1668436763
}
]
}Get the TON price from markets
curl --request GET \
--url https://tonapi.io/v2/rates/markets{
"markets": [
{
"market": "OKX",
"usd_price": 5.2,
"last_date_update": 1668436763
}
]
}markets rates
Show child attributes
Was this page helpful?