Skip to main content

Get Order Book

Get all orders for the day

curl --location 'https://api.upstox.com/v2/order/retrieve-all' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {your_access_token}'