Get fills for a specific user
Returns fills for one or more Ethereum addresses. Reads from the node_fills fullnode volume files.
Accepts both type: "userFills" and type: "userFillsByTime" (identical behavior).
Provide either user (single address) or addresses (list). Addresses are matched case-insensitively.
Authorizations
Optional. API key passed via Authorization: Bearer <key>. Required only when API_KEY is configured on the server.
Body
userFills, userFillsByTime Single Ethereum address (0x-prefixed)
"0xabc123..."
List of Ethereum addresses. Takes precedence over user if both provided.
Start timestamp in milliseconds since epoch
1700000000000
End timestamp in milliseconds since epoch
1700100000000
Maximum number of results to return
50
Response
List of fills with associated address