{"id":27537967,"url":"https://github.com/dheerajagarwal/rgdax","last_synced_at":"2025-04-18T20:48:46.092Z","repository":{"id":48314245,"uuid":"115209627","full_name":"DheerajAgarwal/rgdax","owner":"DheerajAgarwal","description":"Wrapper for Coinbase pro (erstwhile GDAX) Cryptocurrency exchange","archived":false,"fork":false,"pushed_at":"2023-12-26T22:42:37.000Z","size":107,"stargazers_count":34,"open_issues_count":6,"forks_count":16,"subscribers_count":5,"default_branch":"dev","last_synced_at":"2025-04-14T00:50:28.342Z","etag":null,"topics":["coinbase-pro","coinbase-pro-api","coinbasepro","coinbasepro-api","cryptocurrency","gdax","gdax-r","library","mit-license","r","rstudio","unofficial-wrappers","wrapper"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DheerajAgarwal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-12-23T16:59:14.000Z","updated_at":"2024-12-30T17:51:45.000Z","dependencies_parsed_at":"2023-12-26T23:31:52.281Z","dependency_job_id":"11f8549d-1194-41e6-85dd-12b4531be93d","html_url":"https://github.com/DheerajAgarwal/rgdax","commit_stats":{"total_commits":114,"total_committers":5,"mean_commits":22.8,"dds":0.1578947368421053,"last_synced_commit":"2b48a05b6e88db5cf4c5eb3b42706bd00fab62fb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DheerajAgarwal%2Frgdax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DheerajAgarwal%2Frgdax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DheerajAgarwal%2Frgdax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DheerajAgarwal%2Frgdax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DheerajAgarwal","download_url":"https://codeload.github.com/DheerajAgarwal/rgdax/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249544027,"owners_count":21288850,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["coinbase-pro","coinbase-pro-api","coinbasepro","coinbasepro-api","cryptocurrency","gdax","gdax-r","library","mit-license","r","rstudio","unofficial-wrappers","wrapper"],"created_at":"2025-04-18T20:48:42.523Z","updated_at":"2025-04-18T20:48:46.082Z","avatar_url":"https://github.com/DheerajAgarwal.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rgdax 1.2.3\n\n[![Build Status](https://www.travis-ci.com/DheerajAgarwal/rgdax.svg?branch=master)](https://www.travis-ci.com/DheerajAgarwal/rgdax)\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/rgdax)](https://cran.r-project.org/package=rgdax)\n![](https://cranlogs.r-pkg.org/badges/grand-total/rgdax?color=brightgreen)\n\n## _*Note:*_   \nThe version less than 1.1.0 are now *broken* and *unsupported*. Coinbase had support for the old GDAX API's only till the end of 2018. Version 1.1 and above *WILL* break the previous implementations and hence, it is recommended that all users should test this extensively with their existing applications (bulit pre-March 2021) and make changes as necessary.\n\nThis package is inspired by official and unofficial wrappers for [Coinbase Pro API](https://docs.pro.coinbase.com/#api). Please read through the api docs to gain a better understanding of how each end point is likely to work.\n\nThere are two main groups of api end points.\n\n**Public:** All functions belonging to this group start with `public_` and can be used without any authentication.\n\n**Auth:** This category of functions will require _API Key_, _API Secret_ and _Passphrase_ to connect successfully to the account. To get your api keys, refer to [how to create Coinbase Pro api keys](https://help.coinbase.com/en/pro/other-topics/api/how-do-i-create-an-api-key-for-coinbase-pro). The behavior of the functions will also depend upon what kind of access (view, transfer or trade) the api keys have.\n\n## What is New in this version\n\n[News](./NEWS.md)  \n\n## Supported Functions\n\n***Complete List of Supported Public Functions with Coinbase Pro end point mapping:***\n\n|#|function|public mapping|\n|-|-|-|\n|01|candles|[historic rates](https://docs.pro.coinbase.com/#get-historic-rates)|\n|02|daystats|[24hr stats](https://docs.pro.coinbase.com/#get-24hr-stats)|\n|03|info|[currencies](https://docs.pro.coinbase.com/#get-currencies) \u0026 [products](https://docs.pro.coinbase.com/#get-products)|\n|04|orderbook|[product orderbook](https://docs.pro.coinbase.com/#get-product-order-book)|\n|05|ticker|[product ticker](https://docs.pro.coinbase.com/#get-product-ticker)|\n|06|time|[time](https://docs.pro.coinbase.com/#time)|\n|07|trades|[trades](https://docs.pro.coinbase.com/#get-trades)|\n\n***Complete List of Supported Auth Functions with Coinbase Pro end point mapping:***\n\n**Accounts**  \n\n|#|function|auth mapping|\n|-|-|-|\n|08|accounts|[list accounts](https://docs.pro.coinbase.com/#list-accounts)|\n|09|account|[an account](https://docs.pro.coinbase.com/#get-an-account)|\n|10|account_hist|[account history](https://docs.pro.coinbase.com/#get-account-history)|\n|11|holds|[holds](https://docs.pro.coinbase.com/#get-holds)|\n\n\n**Orders**  \n\n|#|function|auth mapping|\n|-|-|-|\n|12|add_order|[place a new order](https://docs.pro.coinbase.com/#place-a-new-order)|\n|13|cancel_order|[cancel an order](https://docs.pro.coinbase.com/#cancel-an-order) \u0026 [cancel all](https://docs.pro.coinbase.com/#cancel-all)|\n|14|list_orders|[list order](https://docs.pro.coinbase.com/#list-orders)|\n|XX|PENDING|[get an order](https://docs.pro.coinbase.com/#get-an-order)|\n\n**Others**  \n\n|#|function|auth mapping|\n|-|-|-|\n|15|fills|[list fills](https://docs.pro.coinbase.com/#fills)|\n|16|pymt_methods|[list payment methods](https://docs.pro.coinbase.com/#list-payment-methods)|\n\nApart from these two categories, the library also contains a few internal functions which are used across the public and the auth functions:\n\n1. parse_response\n2. auth\n\n## Currently Unsupported Functions - AUTH\n\n|#|function|auth mapping|\n|-|-|-|\n|XX|pending|[exchange limits](https://docs.pro.coinbase.com/#get-current-exchange-limits)|\n|XX|pending|[list deposits](https://docs.pro.coinbase.com/#list-deposits)|\n|XX|pending|[single deposit](https://docs.pro.coinbase.com/#single-deposit)|\n|XX|pending|[deposut to payment method](https://docs.pro.coinbase.com/#payment-method)|\n|XX|pending|[deposit from coinbase](https://docs.pro.coinbase.com/#coinbase)|\n|XX|pending|[generate deposit address](https://docs.pro.coinbase.com/#generate-a-crypto-deposit-address)|\n|XX|pending|[list withdrawl](https://docs.pro.coinbase.com/#list-withdrawals)|\n|XX|pending|[single withdrawl](https://docs.pro.coinbase.com/#single-withdrawal)|\n|XX|pending|[cancelled withdrawl](https://docs.pro.coinbase.com/#canceled-withdrawal)|\n|XX|pending|[withdraw to payment method](https://docs.pro.coinbase.com/#payment-method55)|\n|XX|pending|[withdraw to coinbase](https://docs.pro.coinbase.com/#coinbase56)|\n|XX|pending|[withdraw to address](https://docs.pro.coinbase.com/#crypto)|\n|XX|pending|[withdrawal fee](https://docs.pro.coinbase.com/#fee-estimate)|\n|XX|pending|[create conversion](https://docs.pro.coinbase.com/#create-conversion)|\n|XX|pending|[list payment methods](https://docs.pro.coinbase.com/#payment-methods)|\n|XX|pending|[list coinbase accounts](https://docs.pro.coinbase.com/#coinbase-accounts)|\n|XX|pending|[current fee](https://docs.pro.coinbase.com/#fees)|\n|XX|pending|[create a new report](https://docs.pro.coinbase.com/#create-a-new-report)|\n|XX|pending|[report status](https://docs.pro.coinbase.com/#get-report-status)|\n|XX|pending|[list profiles](https://docs.pro.coinbase.com/#profiles26)|\n|XX|pending|[get a profile](https://docs.pro.coinbase.com/#get-a-profile)|\n|XX|pending|[transfer funds across profiles](https://docs.pro.coinbase.com/#create-profile-transfer)|\n\n## Currently Unsupported Functions - PUBLIC\n|#|function|mapping|\n|-|-|-|\n|XX|pending|[get a single product](https://docs.pro.coinbase.com/#get-single-product)|\n\nApart from the above listed pending functions, the current version does not support the following capabilities:  \n1. Pagination   \n\n## How to install:\n\n**From CRAN**  \n```\nlibrary(rgdax)\n```\nThis is same as installing `master` branch from github.\n\n**From Github dev**\n```\nlibrary(devtools)\ninstall_github(\"DheerajAgarwal/rgdax\", ref=\"dev\")\n```\n\n## URLs   \n\n[rgdax CRAN](https://CRAN.R-project.org/package=rgdax)\n\n[CRAN codebase](https://github.com/DheerajAgarwal/rgdax/tree/master)\n\n[DEV codebase](https://github.com/DheerajAgarwal/rgdax)\n\n## License:\n[MIT](https://github.com/DheerajAgarwal/rgdax/blob/master/LICENSE)\n\n**DISCLAIMER** Use at your own risk.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdheerajagarwal%2Frgdax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdheerajagarwal%2Frgdax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdheerajagarwal%2Frgdax/lists"}