api#

API documentation for tradeexecutor.webhook.api Python module in Trading Strategy.

Module description#

API function entrypoints.

Classes#

CharPairsReply

Reply for the /chart-registry/pairs endpoint.

Functions#

web_chart(request)

/chart endpoint.

web_chart_pairs(request)

/chart-registry/pairs

web_chart_registry(request)

/chart-registry

web_chart_render(request)

/chart-registry/render endpoint.

web_file(request)

/file endpoint.

web_home(request)

/ endpoint.

web_icon(request)

Render the icon of the executor.

web_logs(request)

/logs endpoint.

web_metadata(request)

/metadata endpoint

web_notify(request)

Notify the strategy executor about the availability of new data.

web_ping(request)

/ping endpoint

web_source(request)

/source endpoint.

web_state(request)

/state endpoint.

web_status(request)

/status endpoint.

web_visulisation(request)

/visualisation endpoint.