Skip to main content
GET
/
v1
/
admin
/
trading
/
timeseries
Error
A valid request URL is required to generate request examples
{
  "buckets": [
    {
      "bucketStart": "<string>",
      "trades": 123,
      "volumeUsd": 123,
      "volumeNative": 123
    }
  ]
}

Authorizations

aura_session
string
cookie
required

HttpOnly session cookie set by POST /v1/auth/session. Mutating requests must also send the CSRF token (returned by that call) in the x-csrf-token header.

Query Parameters

range
enum<string>
default:24h
Available options:
1h,
24h,
7d,
30d
bucket
enum<string>
Available options:
5m,
1h,
1d

Response

Default Response

range
enum<string>
required
Available options:
1h,
24h,
7d,
30d
bucket
enum<string>
required
Available options:
5m,
1h,
1d
buckets
object[]
required