List position transactions
Retrieve the position's transaction activity.
Path parameters
Query parameters
Response
OK
Example response
[
{
"accrued_interest": "871.23",
"booked_at": "2026-07-14T09:34:12Z",
"cash_amount": "-99250.00",
"settlement_date": "2026-07-16",
"tax": "19.85",
"taxes": [
{
"amount": "19.85",
"rate": "20.00"
}
],
"unit_price": "99.25",
"unit_quantity": "1000.00"
}
]Changes
Changed in 3 of the 10 revisions of this API.2224
- ●
added the new
portfolio_transferenum value to theitems/reference_type/allOf[subschema #1: ReferenceType]/response property for the response status200response-property-enum-value-added
- ●
added the new
portfolio_transferenum value to theitems/transaction_type/allOf[subschema #1: TransactionType]/response property for the response status200response-property-enum-value-added
- ○
added the enum value
portfolio_transferto the propertyanyOf[subschema #1]/items/of thequeryrequest parametertransaction_typesrequest-parameter-property-enum-value-added
- ●
- ▲
the
items/reference_typeresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ▲
the
items/transaction_typeresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ○
added
ReferenceTypeto theitems/reference_typeresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
TransactionTypeto theitems/transaction_typeresponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed the
book_transferenum value from theitems/reference_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
book_transferenum value from theitems/transaction_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
buyenum value from theitems/transaction_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
corporate_actionenum value from theitems/reference_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
coupon_paymentenum value from theitems/transaction_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
depositenum value from theitems/reference_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
depositenum value from theitems/transaction_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
feeenum value from theitems/transaction_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
fee_chargeenum value from theitems/reference_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
fxenum value from theitems/transaction_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
maturityenum value from theitems/transaction_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
mergerenum value from theitems/transaction_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
orderenum value from theitems/reference_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
position_migration_inenum value from theitems/reference_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
position_migration_inenum value from theitems/transaction_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
refundenum value from theitems/reference_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
refundenum value from theitems/transaction_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
sellenum value from theitems/transaction_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
withdrawalenum value from theitems/reference_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
withdrawalenum value from theitems/transaction_typeresponse property for the response status200response-property-enum-value-removed
- ▲
- ○
api tag
activityaddedapi-tag-added
This revision also has 53 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○