p2pb2b

module
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 2, 2021 License: MIT

README

pipeline status coverage report License MIT

p2pb2b

Golang module for communicating with the P2PB2B Exchange API.

This software is provided as-is, without any warranty of correctness or merchantability. I created it to make my life a little easier for my own personal projects. Use at your own peril! If you happen to find it useful, please fork it, as anything may change at any time whenever I feel like it!

Types

  • API (interface)

    • Test() (int, error)
    • Balances() (*account.Balances, int, error)
    • ExecutedHistory(offset int, limit int) (*account.Orders, int, error)
    • Markets() (*market.Markets, int, error)
    • Klines(string, enum.Interval, int, int, int) (*market.Klines, int, error)
  • Markets (struct)

    • FindMarket(name string) *Market
  • Market (struct)

  • Klines (struct)

  • Kline (struct)

  • Balances (struct)

  • Balance (struct)

  • Orders (struct)

  • Order (struct)

Directories

Path Synopsis
models

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL