Skip to main content
GET
User fills (All = Spot + Perp)

Headers

X-API-Key
string

Path Parameters

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

Query Parameters

time_range
enum<string>

Preset time range

Available options:
1h,
24h,
7d,
30d
coin
string
start_time
string<date-time> | null

Start time (ISO UTC). Required for Scale/Enterprise historical access. Overrides time_range.

end_time
string<date-time> | null

End time (ISO UTC). Defaults to now if start_time is set.

limit
integer
default:100

Max results (cap 10000)

Required range: 1 <= x <= 10000
cursor
string
order
enum<string>
default:DESC
Available options:
ASC,
DESC
has_priority_gas
boolean | null

Filter by priority gas: true = only fills with priorityGas > 0, false = only fills without, omit = no filter.

Response

200 - application/json

OK

success
boolean
default:true
message
string
default:OK
data
object