![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
coss_api_ruby_wrapper
Advanced tools
API wrapper for trading on cryptocurrency exchange coss.io
Add this line to your application's Gemfile:
gem 'coss_api_ruby_wrapper'
And then execute:
$ bundle
Or install it yourself as:
$ gem install coss_api_ruby_wrapper
coss = CossApiRubyWrapper::Exchange.new(public_key: 'YourPublicKey', private_key: 'YourPrivateKey')
coss.exchange_info # { ... }
Method | Required Parameters | Optional Parameters | Notes |
---|---|---|---|
place_limit_order | symbol, price, side, amount | None | |
place_market_order | symbol, price, side, amount | None | |
order_details | order_id | None | |
trade_detail | order_id | None | |
open_orders | symbol | limit, page | |
completed_orders | symbol | limit, page | |
all_orders | symbol, from_order_id | limit | |
cancel_order | symbol, order_id | None | |
market_price | symbol | None | |
pair_depth | symbol | None | |
market_summary | symbol | None | Not implemented on COSS side |
exchange_info | None | None | |
ping | None | None | |
time | None | None | |
account_balances | None | None | |
account_details | None | None |
In case if invalid request parameters were supplied, error of class CossApiRubyWrapper::ParamsValidations::InvalidParameter
will be thrown with text indicating specific parameters.
In case if request was sent but response status was not 200 OK, next hash will be provided:
{
status: 400,
error: 'Invalid request'
}
error may contain any string: Error text, JSON object, or HTML page.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the CossApiRubyWrapper project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
FAQs
Unknown package
We found that coss_api_ruby_wrapper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.