Wallet fees paid
Wallet Activity
Wallet Fees Paid
Get fee-bearing order fills for a wallet.
GET
Wallet fees paid
Returns fills where the wallet was the order owner and
OrderFilled.fee was greater than zero. Each row is enriched with the same market context used by wallet trade history.
This is fees paid by the trader on executed order fills. It is not the same as maker rebates, LP rewards, or builder payouts.
page_total_fees_paid is the sum for the returned page only. For the exact all-time fee total, use GET /v3/wallets/{address}?include_accounting_summary=true and read accounting_summary.fees_paid.amount.Request
Query parameters
Example
Response fields
The fill objects also include standard trade fields such as
maker_asset_id, taker_asset_id, maker_amount, taker_amount, token_id, asset, amount, amount_usd, transaction_hash, order_hash, builder, side, role, outcome, outcome_index, and image when available.
Errors
Authorizations
Path Parameters
Wallet address
Query Parameters
Unix timestamp lower bound
Unix timestamp upper bound
Sort order
Available options:
asc, desc Max results, clamped to 300
Pagination offset
Response
Fee-bearing fill rows

