Ton Rate
API ver.: 1.9
Returns historical TON exchange rate data
HTTP Request
GET https://api.giftstat.app/history/ton-rate
Query Parameters
|
Parameter |
Description |
|
scale |
String (optional) |
|
limit |
UInt |
|
offset |
UInt |
Request Example
GET https://api.giftstat.app/history/ton-rate?scale=day&limit=100&offset=0
Response Structure
HTTP code: 200 - OK
{
"data": [],
"meta": {
"limit": 200,
"offset": 0,
"count": 0,
"api_path": "/history/ton-rate",
}
}
Available Fields
Basic Fields (always available)
|
Field |
Description |
|
price |
Float |
|
volume_24h |
Float |
|
market_cap |
Float |
|
dt |
String |
|
dttm |
DateTime |
API ver.: 1.9
Was the article helpful?
Previous
Next