Skip to content

Commit

Permalink
fix links and update orderbook field names (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjia94 authored and tomquisel committed Jan 14, 2019
1 parent f4a4ea2 commit 8958a56
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ title: Orderbook
|--------------|------------------|------------------------------------------------------------------------------------------------------------------------|
| bids | object | Array of {`price_r`, `price`, `amount`} objects (see [offers](./offer.md)). These represent prices and amounts accounts are willing to buy for the given `selling` and `buying` pair. |
| asks | object | Array of {`price_r`, `price`, `amount`} objects (see [offers](./offer.md)). These represent prices and amounts accounts are willing to sell for the given `selling` and `buying` pair.|
| selling | [Asset](http://stellar.org/developers/learn/concepts/assets.html) | The Asset this offer wants to sell.|
| buying | [Asset](http://stellar.org/developers/learn/concepts/assets.html) | The Asset this offer wants to buy.|
| base | [Asset](http://stellar.org/developers/learn/concepts/assets.html) | The Asset this offer wants to sell.|
| counter | [Asset](http://stellar.org/developers/learn/concepts/assets.html) | The Asset this offer wants to buy.|

#### Bid Object
| Attribute | Type | |
Expand Down Expand Up @@ -46,4 +46,4 @@ This resource has no links.
| Resource | Type | Resource URI Template |
|--------------------------|------------|--------------------------------------|
| [Orderbook Details](../orderbook-details.md) | Single | `/orderbook?{orderbook_params}` |
| [Trades for Orderbook](../trades-for-orderbook.md) | Collection | `/orderbook/trades?{orderbook_params}` |
| [Trades](../trades.md) | Collection | `/trades?{orderbook_params}` |

0 comments on commit 8958a56

Please sign in to comment.