Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revskill10/frp-test3
https://github.com/revskill10/frp-test3
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/revskill10/frp-test3
- Owner: revskill10
- Created: 2015-06-18T12:03:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-19T04:01:21.000Z (over 9 years ago)
- Last Synced: 2024-10-12T19:04:26.673Z (27 days ago)
- Language: JavaScript
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
`webpack --watch`
currency_pair_code: "BTCUSD"
leverage_level: 1
nonce: 1434448050089
order_type: "market"
price: 0
product_code: "CASH"
quantity: 0.11
settings: null
side: "buy"currency_pair_code: "BTCUSD"
leverage_level: 1
nonce: 1434449854914
order_type: "market_with_range"
price: 0.2
product_code: "CASH"
quantity: 0.1
settings: null
side: "sell"GET /accounts
{fiat_accounts: [
{balance: 591.61988
bank: {name: "OCBC Bank", branch: "503, North Branch", acc_type: "", acc_name: "QUOINE PTE LTD ",…}
currency: "USD"
currency_symbol: "$"
free_balance: 569.36428
highest_offer_interest_rate: "0.00020"
id: 5121
lowest_offer_interest_rate: "0.00005"
pusher_channel: "user_5219_account_usd"
send_to_btc_address: null}
]}POST /orders
payload: {currency_pair_code: "BTCUSD"
leverage_level: 1
nonce: 1434449722568
order_type: "limit"
price: 0.1
product_code: "CASH"
quantity: 0.01
settings: null
side: "sell"}response: {created_at: "2015-06-16T10:35:01+00:00"
currency_pair_code: "BTCUSD"
filled_quantity: 0
id: "57822"
notes: null
order_type: "market"
price: 224.72
product_code: "CASH"
quantity: 0.01
side: "sell"
status: "live"
success: true}