Giter Site home page Giter Site logo

coinbase-pro's Introduction

coinbase-pro

A Coinbase-Pro client library implementation, api doc found here https://docs.pro.coinbase.com

To request features or report a bug, open a github issue with details/steps to reproduce

How To Use

  1. download and install lazarus if you don't already have it (http://www.lazarus-ide.org)
  2. git clone this repo
  3. library needs open ssl binaries in compiled app directory (https://wiki.openssl.org/index.php/Binaries)
  4. open tester.lpr and attempt to compile/run (F9 Key)
  5. type in your key/secret/passphrase (generated on coinbase) on the first screen (required to sign requests)
    • this project shows how to use library
    • also, by going to Toolbar -> Project\Project Options\Paths you can copy the other units text to include in your own project
  6. add .\src path as well required submodule paths to your project other units

Tip Jar

  • ๐Ÿ’ต BTC - bc1q55qh7xptfgkp087sfr5ppfkqe2jpaa59s8u2lz
  • ๐Ÿ’ถ LTC - LPbvTsFDZ6EdaLRhsvwbxcSfeUv1eZWGP6

coinbase-pro's People

Contributors

mr-highball avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

coinbase-pro's Issues

candles to tickers

would be nice to pull candle data, then convert that to a series of tickers. wouldn't be as accurate as collecting them from gdax one at a time, but may be useful regardless

ticker collection

registered products need to be collected/stored which will require polling for now.
allow subscribers to the collection for particular product id's

internetacces

I try to compile it in FPC V2.0.6 r62129 and get th following error on the file gdax.api

{$IFDEF FPC}
internetaccess
{$ELSE}

when I commend it hangs on the next {$ENDIF}; with the error gdax.api.pas (37,11) Fatal:Syntax error, indentifier"expect but";"found.

How can I resolve this? idea's to port this to delphi use ?

base_min_size deprecated (notional too small)

Recently this property was deprecated and removed.

Min_market_size is not removed and notional is calculated as order_size * price

AC's

  • auto calculate the BaseMinSize property on the product ticker to not break caller strategies
    • Calc will be notional / ticker_price

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.