Environment
Postman and C# WPF app using HttpClient
Alpaca SDK Version
N/A
Other Environment Details
N/A
Problem
Summary
When making a POST call to https://paper-api.alpaca.markets/v2/orders
I get zero results. Note that the other APIs besides this one work fine for me.
I can get a order if I pass the ID of a known order.
However, trying to get all orders, closed orders, active orders, etc. returns zero results.
Paper or Live Trading?
Paper
Example Code
https://paper-api.alpaca.markets/v2/orders
Headers:
APCA-API-KEY-ID *******************
APCA-API-SECRET-KEY *******************
Body:
{
“status”: “all”
}
Thanks,
–Mike