Files
gocryptotrader/cmd/exchange_template
cranktakular 2fd4f5ec5b cmd/exchange_template: Update wrapper template, improve documentation (#2009)
* Updating wrapper template, updating documentation, regenerating documentation

* Renaming "streaming api" to "websocket"

* Context is now t

* Update docs/ADD_NEW_EXCHANGE.md

Co-authored-by: Adrian Gallagher <adrian.gallagher@thrasher.io>

* Update cmd/documentation/root_templates/root_readme.tmpl

Co-authored-by: Adrian Gallagher <adrian.gallagher@thrasher.io>

* Fixes an improper example and regenerates documentation

* Corrects typos

* Makes a table label consistent across files

---------

Co-authored-by: Adrian Gallagher <adrian.gallagher@thrasher.io>
2025-11-11 11:07:26 +11:00
..

{{- define "readme"}}
# GoCryptoTrader {{.CapitalName}} Exchange Wrapper

<img src="/common/gctlogo.png?raw=true" width="350px" height="350px" hspace="70">

An exchange interface wrapper for the GoCryptoTrader application.

## This is still in active development

You can track ideas, planned features and what's in progress on our [GoCryptoTrader Kanban board](https://github.com/orgs/thrasher-corp/projects/3).

## Current {{.CapitalName}} Exchange Features

{{if .REST}}+ REST Support {{end}}
{{if .WS}}+ Websocket Support {{end}}
+ Can be used as a package

## Notes

+ Please add notes here with any production issues
+ Please provide link to exchange website and API documentation
{{end}}