We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alpaca-docs/oas/broker/openapi.yaml
Line 5121 in 4a250e0
is missing NTA events:
https://alpaca.markets/docs/api-references/broker-api/events/#non-trading-activities-events
One of the things I noticed is that the data is not in the same format as a NonTradeActivity here:
https://alpaca.markets/docs/api-references/broker-api/accounts/account-activities/#the-non-trade-activity-nta-object
For example, activity_type in NTA is entry_type in NTA events. net_amount also switches between num and string.
activity_type
entry_type
net_amount
num
string
The text was updated successfully, but these errors were encountered:
No branches or pull requests
alpaca-docs/oas/broker/openapi.yaml
Line 5121 in 4a250e0
is missing NTA events:
https://alpaca.markets/docs/api-references/broker-api/events/#non-trading-activities-events
One of the things I noticed is that the data is not in the same format as a NonTradeActivity here:
https://alpaca.markets/docs/api-references/broker-api/accounts/account-activities/#the-non-trade-activity-nta-object
For example,
activity_type
in NTA isentry_type
in NTA events.net_amount
also switches betweennum
andstring
.The text was updated successfully, but these errors were encountered: