Skip to main content
GET
Aggregated user fills

Authorizations

X-API-Key
string
header
required

Your Hypedexer API key. Create one in the console at https://app.hypedexer.com. Authorization: Bearer <key> and the api_key query parameter are accepted as well.

Path Parameters

user_address
string
required

User address (0x + 40 hex)

Pattern: ^0x[0-9a-fA-F]{40}$

Query Parameters

interval
enum<string>
default:15m

Time bucket size: 1m, 5m, 15m, 1h, 4h, 1d.

Available options:
1m,
5m,
15m,
1h,
4h,
1d
start_time
string<date-time> | null

Start of range (ISO UTC). Default: end_time - 30d.

end_time
string<date-time> | null

End of range (ISO UTC). Default: now.

coin
string | null

Filter by a single market/coin

split_sides
boolean
default:true

true: one row per (bucket, coin, side) — chart-correct (buy/sell distinct). false: merge buys+sells into one row per (bucket, coin).

order
enum<string>
default:DESC

Sort by bucket time: ASC or DESC

Available options:
ASC,
DESC
limit
integer
default:10000

Max aggregated buckets returned

Required range: 1 <= x <= 50000

Response

200 - application/json

OK

success
boolean
message
string
data
object[]
total_count
integer | null
next_cursor
string | null
has_more
boolean | null