Documentation
¶
Index ¶
- func AuthenticatedGetBots(c echo.Context) error
- func AuthenticatedGetBotsHistory(c echo.Context) error
- func GenerateBotID(c echo.Context) error
- func Init()
- func IsIPAllowed(c echo.Context) bool
- func PublicGetCount(c echo.Context) error
- func RegisterBot(c echo.Context) error
- func TopEvaluationConfigs(c echo.Context) error
- func TopExchanges(c echo.Context) error
- func TopPairs(c echo.Context) error
- func TopTradingModes(c echo.Context) error
- func UpdateBotUptimeAndProfitability(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthenticatedGetBots ¶
AuthenticatedGetBots returns a json representation of all the bots without filters
func AuthenticatedGetBotsHistory ¶
AuthenticatedGetBotsHistory returns a json representation of all the bots with historical data without filters
func IsIPAllowed ¶
IsIPAllowed returns false if API is getting spammed
func PublicGetCount ¶
PublicGetCount returns the number of total / yearly / monthly / daily active bots
func RegisterBot ¶
RegisterBot registers a bot as started (creates a new bot if necessary)
func TopEvaluationConfigs ¶
TopEvaluationConfigs return the top of bot current sessions trading modes and evaluators
func TopExchanges ¶
TopExchanges return the top of bot current sessions exchanges
func TopTradingModes ¶
TopTradingModes return the top of bot current sessions trading modes
func UpdateBotUptimeAndProfitability ¶
UpdateBotUptimeAndProfitability updates a bot uptime
Types ¶
This section is empty.