v1

latestOpenAPI 3.0.22026-07-24113565544.0 KB
Statements

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.

displayNamestring

Description of trade confirmation file.

fileKeystring

Key to be used to retrieve trade confirmation PDF. Reference Get Statement File for retrieving an account statement.

Example response

[
  {
    "displayName": "Jun 02, 2017 Trade Confirm",
    "fileKey": "2017060201"
  }
]