|
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? |
Answered by
Petersoj
Aug 3, 2024
Replies: 1 comment 1 reply
|
A few things:
|
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:
ApiClientotherwise the Alpaca authorization headers won't be present in requests. All API requests should be made through method calls in theAlpacaAPIinstance and its endpoint methods (e.g.api.trader().accountActivities()...).