Recent Trade List - GoldFund/goldfundapi GitHub Wiki
HTTP REQUEST
GET /api/v1/trades
BASE URL
Example
GET /api/v1/trades
Parameters
Field | Type | Mandatory | Description |
---|---|---|---|
symbol | String | Yes | Symbol |
limit | Number | No | Default 250; Max 1000 |
RESPONSES
Field | Description |
---|---|
id | Trade id |
side | Order type(BUY,SELL) |
price | Trade price |
amount | Trade amount |
time | Trade time |