Skip to main content
GET
Recent 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.

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>
end_time
string<date-time>
limit
integer
default:100
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.

include_order_type
boolean
default:false

Set to true to add orderType to each fill: the originating order's type (e.g. Limit, Market, Stop Market, Take Profit Limit), resolved server-side from the order status by (user, oid); null when unknown. Default false: response unchanged, key absent.

Response

200 - application/json

OK

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