Portfolios
Get trading calendar
Retrieve daily trading activity over a date range for rendering a GitHub-style activity heatmap.
Requires authentication.
Authorization
ApiKeyAuth ApiSignatureAuth ApiTimestampAuth x-api-key<token>
API key for authentication
In: header
x-api-signature<token>
HMAC-SHA256 signature: base64(HMAC(timestamp + method + path + body, secret))
In: header
x-api-timestamp<token>
Unix timestamp in seconds
In: header
Query Parameters
start_date?string
Start date in "YYYY-MM-DD" format (default: 1 year ago).
end_date?string
End date in "YYYY-MM-DD" format (default: today, max 365 days from start).
Response Body
application/json