Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Base64 encoded signed hash of the http message request components.
Example:
"sig1=:OTEyMjY4...A5NTNDMEQ=:"
An ordered list of components that make up the signature base. It is used to recompute and verify the Signature
Example:
"sig1=(\"Content-Type\" \"Content-Digest\"...expires=<expires>"
Unique identifier assigned to the client
Example:
"client-id"
Query Parameters
The investment type
Available options:
INTERNATIONAL_STOCKS Example:
"INTERNATIONAL_STOCKS"
The page offset for the items returned
Required range:
x >= 0Example:
0
The maximum numbers of items to return.
Required range:
1 <= x <= 1000Example:
100
The date order in which to sort the items
This currently only works to sort createdAt.
Available options:
ASC, DESC Example:
"ASC"