Markets
Path Parameters
tokenId*string
Query Parameters
interval?string
Value in
"1h" | "6h" | "1d" | "1w" | "1m" | "max"Response Body
application/json
curl -X GET "https://example.com/history/string"{
"history": [
{
"t": 0,
"p": 0
}
]
}