mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 08:18:07 +00:00
HTTP
The HTTP module is a simple implementation that aims to provide just 2 things:
GetNextNonceso that users can send transactions w/out calling managing nonces on their sideGetApiKeyso that users can callCheckClientfrom other sources, which makes sure that the client was configured correctly.
Other usages, like sending trades, fetching open orders or any WebSocket operations should happen outside the core SDK.