Skip to main content
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

x-api-key
string
header
required

Path Parameters

address
string
required

Wallet address

Query Parameters

after
integer
default:0

Unix timestamp lower bound

before
integer
default:9999999999

Unix timestamp upper bound

order
enum<string>
default:desc

Sort order

Available options:
asc,
desc
limit
integer
default:100

Max results, clamped to 300

offset
integer
default:0

Pagination offset

Response

Fee-bearing fill rows