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

Headers

X-API-Key
string

Query Parameters

user
string

User address

coin
string

Coin symbol

side
enum<string>

Side (B=Buy, A=Sell)

Available options:
B,
A
size_usd
number

Minimum notional amount in USD

start_time
string<date-time>

ISO 8601 UTC start time

end_time
string<date-time>

ISO 8601 UTC end time

limit
integer
default:100

Max items to return

cursor
string

Pagination cursor (format: <time_ms>:<tid>)

order
enum<string>
default:DESC

Sort order

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