Skip to content

Commit

Permalink
trade doc fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerweller committed Dec 21, 2017
1 parent 9c4eca9 commit b70226a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ A trade occurs between two parties - `base` and `counter`. Which is which is eit

| Resource | Type | Resource URI Template |
|--------------------------|------------|--------------------------------------|
| [Trades](../trades.md) | Collection | `/trades?{orderbook_params}` |
| [Trades](../endpoints/trades.md) | Collection | `/trades` |
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A Trade Aggregation represents aggregated statistics on an asset pair (`base` an
| trade_count | int | total number of trades aggregated.|
| base_volume | string | total volume of `base` asset.|
| counter_volume | string | total volume of `counter` asset.|
| avg | string | average price of `counter` asset in terms of `base` asset.|
| avg | string | weighted average price of `counter` asset in terms of `base` asset.|
| high | string | highest price for this time period.|
| low | string | lowest price for this time period.|
| open | string | price as seen on first trade aggregated.|
Expand All @@ -22,4 +22,4 @@ A Trade Aggregation represents aggregated statistics on an asset pair (`base` an

| Resource | Type | Resource URI Template |
|--------------------------|------------|--------------------------------------|
| [Trades](../trade_aggregations.md) | Collection | `/trades?{orderbook_params}` |
| [Trade Aggregations](../endpoints/trade_aggregations.md) | Collection | `/trade_aggregations?{orderbook_params}` |

0 comments on commit b70226a

Please sign in to comment.