Skip to main content
POST
Get all fills globally

Authorizations

Authorization
string
header
required

Optional. API key passed via Authorization: Bearer <key>. Required only when API_KEY is configured on the server.

Body

application/json
type
enum<string>
required
Available options:
allFills
coin
string

Filter by coin symbol

Example:

"ETH"

startTime
integer

Start timestamp in milliseconds

endTime
integer

End timestamp in milliseconds

limit
integer
default:100

Response

List of fills with associated address

result
object[]