Skip to main content
POST

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:
userFills,
userFillsByTime
user
string

Single Ethereum address (0x-prefixed)

Example:

"0xabc123..."

addresses
string[]

List of Ethereum addresses. Takes precedence over user if both provided.

startTime
integer

Start timestamp in milliseconds since epoch

Example:

1700000000000

endTime
integer

End timestamp in milliseconds since epoch

Example:

1700100000000

limit
integer
default:100

Maximum number of results to return

Example:

50

Response

List of fills with associated address

result
object[]