Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
A simple wrapper for the BitX API.
Add bitx as a dependency:
$ npm install --save bitx
To access the private BitX API methods you must supply your key id and key secret as the first two arguments. If you are only accessing the public API endpoints you can leave these two arguments out.
The optional options argument can be used to override the default options. The default options are equivalent to:
{
hostname: 'bitx.co.za',
port: 443,
ca: undefined
}
For details about the API endpoints see https://bitx.co.za/api.
GET https://bitx.co.za/api/1/BTCZAR/ticker
GET https://bitx.co.za/api/1/BTCZAR/orderbook
GET https://bitx.co.za/api/1/BTCZAR/trades
GET https://bitx.co.za/api/1/BTCZAR/listorders
GET https://bitx.co.za/api/1/BTCZAR/listorders
POST https://bitx.co.za/api/1/BTCZAR/postorder
POST https://bitx.co.za/api/1/BTCZAR/postorder
POST https://bitx.co.za/api/1/BTCZAR/stoporder
Like my work? Please donate 1E1sebnWax5Br2mp8y9dox6oX9Snmf42uz.
Don't like it? Open a pull request or create an issue and help me improve it.
1.0.1
FAQs
A simple wrapper for the BitX API.
The npm package bitx receives a total of 38 weekly downloads. As such, bitx popularity was classified as not popular.
We found that bitx 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.