AArtery

Recent fills involving any registered wallet of the caller org

get/v1/me/fills

Returns canonical account fills for your bound wallets. Polymarket includes only the V2 OrderFilled row owned by the wallet (`maker`); a taker-only counterparty row is excluded. Hyperliquid uses the wallet-authoritative userFills projection. **Forced closes are marked (QF-10877):** a HL fill that was a liquidation or auto-deleverage carries `closeReason` (`liquidation` | `adl`) + `liquidationMethod` (`market` | `backstop`) + HL raw `dir` — so a system liquidation is distinguishable from a manual close (absent on normal fills). Default sort `-ts` (newest first); `-price` / `price` also supported. Default limit 100, max 500.

Recent fills involving any registered wallet of the caller org · Artery API Docs