Skip to main content
GET
Raw fills absorbed by the backstop of a dex

Headers

X-API-Key
string

Path Parameters

dex
string
required

Dex identifier

Query Parameters

coin
string

Filter by coin (e.g. km:BTC, xyz:NVDA)

side
enum<string>

Filter by side (B = buy, A = sell)

Available options:
B,
A
start_time
string<date-time>

Start of window (UTC)

end_time
string<date-time>

End of window (UTC)

limit
integer
default:100
Required range: 1 <= x <= 1000
offset
integer
default:0

Response

200 - application/json

OK

Standard response envelope used by every route.

success
boolean
default:true
message
string
data
object[]
total_count
integer | null
execution_time_ms
number

Server-side execution time in milliseconds.

next_cursor
string | null
has_more
boolean