v1
latestOpenAPI 3.0.22026-07-24113565544.0 KBStatements
List Account Trade Confirmations
Retrieves a list of Account Trade Confirmations by accountID.
get/accounts/{accountID}/confirms
Path parameters
accountIDstring required
The user's unique account identifier.
Example:cc07f91b-7ee1-4868-b8fc-823c70a1b932.1407775317759
Query parameters
fromstring
Filter, the date from which to start the search.
tostring
Filter, the date to which to end the search.
Response
Retrieving a list of Account Trade Confirmations by accountID was Successful.
Example response
[
{
"displayName": "Jun 02, 2017 Trade Confirm",
"fileKey": "2017060201"
}
]