Skip to content

you21979/node-okcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-okcoin

NPM
Build Status Coverage Status

apidoc

install

npm install okcoin.com

sample code

see example directory

request limit

okcoin request limit

1. Request limits
Each IP can send maximum of 3000 https requests within 5 minutes. If the 3000 limit is exceeded, the system will automatically block the IP for one hour. After that hour, the IP will be automatically unfrozen.
  • 3000 request / 5min
  • 600 request / min
  • 10 request / sec

node-okcoin request limit

lib/constant.js
exports.OPT_LIMIT_SEC = 0.2;
  • 5 request / sec

About

Promise-base Cryptocurrency Exchange OKCoin.com API for node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published