package
0.0.0-20250311023717-5c21e974eed8
Repository: https://github.com/thrasher-corp/gocryptotrader.git
Documentation: pkg.go.dev

# README

GoCryptoTrader package Alphapoint

Build Status Software License GoDoc Coverage Status Go Report Card

This alphapoint package is part of the GoCryptoTrader codebase.

This is still in active development

You can track ideas, planned features and what's in progress on our GoCryptoTrader Kanban board.

Join our slack to discuss all things related to GoCryptoTrader! GoCryptoTrader Slack

Alphapoint Exchange

How to enable

  • Not currently configurable

Please click GoDocs chevron above to view current GoDoc information for this package

Contribution

Please feel free to submit any pull requests or suggest any desired features to be added.

When submitting a PR, please abide by our coding guidelines:

  • Code must adhere to the official Go formatting guidelines (i.e. uses gofmt).
  • Code must be documented adhering to the official Go commentary guidelines.
  • Code must adhere to our coding style.
  • Pull requests need to be based on and opened against the master branch.

Donations

If this framework helped you in any way, or you would like to support the developers working on it, please donate Bitcoin to:

bc1qk0jareu4jytc0cfrhr5wgshsq8282awpavfahc

# Structs

AccountInfo holds your current account information like balances, trade count and volume.
Alphapoint is the overarching type across the alphapoint package.
DepositAddresses holds information about the generated deposit address for a specific currency.
OpenOrders holds the full range of orders by instrument.
Order is a generalised order type.
Orderbook holds the total Bids and Asks on the exchange.
OrderbookEntry is a sub-type that takes has the individual quantity and price.
OrderInfo holds all open orders across the entire range of all instruments.
Product holds the a single currency product that is supported.
ProductPair holds the individual product pairs that are currently traded.
ProductPairs holds the full range of product pairs that the exchange can trade between.
Products holds the full range of supported currency products.
Response contains general responses from the exchange.
Ticker holds ticker information.
Trade is a sub-type which holds the singular trade that occurred in the past.
Trades holds trade information.
UserInfo holds current user information associated with the apiKey details.
UserInfoKVP is a sub-type that holds key value pairs.
UserInfoSet is the returned response from set user information request.
WebsocketTicker holds current up to date ticker information.