Order Book - GoldFund/goldfundapi GitHub Wiki
BASE URL
HTTP REQUEST
GET /api/v1/orderbook
Example
GET https://api.goldfund.io/api/v1/orderbook?symbol=GFUN-AUD
Parameters
| Field | Type | Mandatory | Description |
|---|---|---|---|
| symbol | String | Yes | Symbol |
| limit | Number | No | Default 500; Max 5000 |
RESPONSES
| Field | Description |
|---|---|
| time | Current time |
| bids | Buy book |
| asks | Sell book |