List fees
GET
/fees Returns the fee transactions accrued by the logged-in identity — every FeeTransaction posted against any of the identity's instruments, filterable by time window.
For surfaces that need fees inline with their parent activity, the same FeeTransaction records are also exposed via the Transaction Activity API and on Statements V2.
Request
Query parameters
Responses
200OK
Success
Headers
Body
application/json
FeeTransactionListFeeTransactionList · object · 3 fields
Response example
{ "fees": [ { "id": "string", "feeType": "fee_reversals", "amount": { "currency": "GBP", "amount": 1250 }, "instrument": { "id": "123456789", "type": "managed_accounts" }, "status": "PENDING", "description": "string", "relatedTransactionId": "string", "creationTimestamp": 0, "lastUpdatedTimestamp": 0 } ], "count": 0, "responseCount": 0}