mschneider / solcpp

A fast Solana and Mango Markets C++ SDK
Other
40 stars 13 forks source link

Mango v3: low latency fills websocket #35

Open mschneider opened 2 years ago

mschneider commented 2 years ago

The low latency fills API receives eventually consistent fill events and revocations thereof. The endpoint is documented and can be so far accessed from TS and C#.

https://docs.mango.markets/development-resources/client-libraries/fills-websocket-feed

The documentation can be updated to include a c++ example with a PR to https://github.com/blockworks-foundation/mango-docs