Get Cash Activity
GET {{BASE_URL}}/cash
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
IsProvisional | boolean | (optional) Set to false to exclude cash associated with unallocated (provisional) trades | |
Status | string | (optional)Pending or Cancel or omit for all | |
Token | null | Set to the value returned in nextToken field to fetch the next page of results. | |
Currencies | string | List of currencies | |
Fields | string | List of fields to project | |
Funds | string | List of fund codes | |
TradeDate | string | DateRange | |
SettlementDate | null | DateRange | |
TransactionIds | string | List of transaction ids or single transaction id |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |