Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix links and update orderbook field names #750

Merged
merged 1 commit into from
Jan 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}` |