Dear Upstox API Support,
I am trying to connect to the live market data feed using the endpoint:
bash
CopyEdit
POST https://api.upstox.com/v2/feed/market-data-feed/authorize
However, I consistently receive the following error response:
json
CopyEdit
{
"status": "error",
"errors": [
{
"errorCode": "UDAPI100012",
"message": "Invalid Endpoint"
}
]
}
My app is already using the official API, and I am able to successfully authenticate and fetch historical data using the same access token. It seems this WebSocket authorization endpoint might be restricted.
I request you to kindly enable WebSocket Market Feed access for my application so that I can receive real-time market data using Upstoxâs Market Data Feed.
Please let me know if any additional steps or approvals are required.
Thank you,