Skip to content

Commit

Permalink
format kline response (phemex#75)
Browse files Browse the repository at this point in the history
Co-authored-by: adams.zhou <[email protected]>
  • Loading branch information
phemex and adams.zhou authored Jan 25, 2022
1 parent d8e1e7c commit f8413dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Public-Contract-API-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -1422,6 +1422,7 @@ GET /exchange/public/md/kline?symbol=<symbol>&to=<to>&from=<from>&resolution=<re

* Response

```
{
"code": 0,
"msg": "OK",
Expand All @@ -1430,6 +1431,7 @@ GET /exchange/public/md/kline?symbol=<symbol>&to=<to>&from=<from>&resolution=<re
"rows": [[<timestamp>, <interval>, <last_close>, <open>, <high>, <low>, <close>, <volume>, <turnover>], [...]]
}
}
```

| Field | Type | Required | Description | Possible Values |
|-------------|---------|-------------|------------------------|----------------------------------------|
Expand Down

0 comments on commit f8413dc

Please sign in to comment.