Fees
Read the fee calculations Wirex recorded for a user, and reconcile them against settlement.
Before You Start
Read the following guides before proceeding:
| Guide | Why |
|---|---|
| Getting Started | Platform overview and setup |
| Api Basics | Required headers and request configuration |
| Authentication | How to obtain access tokens |
Every operation the platform prices — a trade, a transfer, a card order — writes a fee calculation. The
fee ledger is a read-only log of those calculations for one user, so a partner can audit charging per
operation and reconcile settlement against the quote the user was shown, without re-deriving fee math
client-side.
A calculation is written when an operation is quoted, and moves forward as the operation settles:
Quoted → Bound to a transaction → Settled
(PENDING) (CONSUMED) (FINALIZED)
| Guide | Description |
|---|---|
| Fee Ledger | Read a user's fee calculations, filtered by operation type, status, transaction, or settlement window |
Updated 17 days ago
Did this page help you?

