Skip to main content
GET
Returns trades where the wallet was maker or taker, newest first, across every stock book your instance owns or has imported. Trades that originated from a request for quote on your instance are included even when they carry no book, since an RFQ trade can stand alone. The scope follows shared liquidity: a fill against a pooled peer book appears here because the trade is recorded against both the maker’s and the taker’s book.

Path Parameters

string
required
Wallet address. Matched case-insensitively.

Query Parameters

integer
default:"50"
Page size, capped at 100.
integer
default:"0"
Rows to skip.

Response Fields

object
This list is unfiltered by settlement outcome, so a trade whose settlement failed still appears. The market data reads take the opposite view and exclude failed trades from last price, volume and counts.

Error Codes