-
Hello, please tell me, can I get data on currency pairs using my Broker Api or do I necessarily need to create a Trader Api for this?
|
Beta Was this translation helpful? Give feedback.
Answered by
Petersoj
Aug 3, 2024
Replies: 1 comment 1 reply
-
A few things:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Petersoj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A few things:
ApiClient
otherwise the Alpaca authorization headers won't be present in requests. All API requests should be made through method calls in theAlpacaAPI
instance and its endpoint methods (e.g.api.trader().accountActivities()...
).