1.1.3 • Published 4 years ago

aofex v1.1.3

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

AOFEX

Aofex API is provided for nodejs users

Install

npm install aofex

Usage

var aofex_nodejs_api = require("aofex");

var token = 8e0f096df9258d16944f0a55f4d014fd; var secretKey = g8t8rt76iaftt84sm152;

aofex_nodejs_api.query_currentList("BTC-USDT",token,secretKey).then((res) => { console.log(res); })

aofex_nodejs_api.query_wallet(token,secretKey).then((res) => { console.log(res); })

var amount = 0.001; var symbol = "BTC-USDT"; var price = 8100; var type = "buy-limit";

aofex_nodejs_api.auto_order(symbol, type, amount, price,token,secretKey).then((res) => { console.log(res); })

E-mail:331277651@qq.com

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago