Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 484 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 484 Bytes

The ShoonyaApi Go client

The non-official Go client for communicating with the Shoonya APIs.

ShoonyaApi provides a set of REST-like APIs that expose many capabilities required to build a complete investment and trading platform. Execute orders in real time, manage user portfolio, stream live market data (WebSockets), and more, with the simple HTTP API collection.

Installation

go get github.com/gauravjnigam/norenapigo

API usage

Websocket

Examples

Unit tests