Skip to main content
GET
Get TWAP price candles

Authorizations

X-API-Key
string
header
required

Tayho project API key with the scope declared by the operation.

Path Parameters

marketId
string<tayho-uint64>
required
Maximum string length: 20

Query Parameters

interval
enum<string>
Available options:
60,
300,
900,
3600,
14400,
86400
from
string<tayho-uint48>
Maximum string length: 15
to
string<tayho-uint48>
Maximum string length: 15
limit
string
Pattern: ^(?:[1-9]|[1-9][0-9]|100)$

Response

Successful response.

data
object[]
required
intervalSeconds
enum<integer>
required
Available options:
60,
300,
900,
3600,
14400,
86400
Last modified on July 23, 2026