Skip to content

Commit

Permalink
modify trondex instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-liu55 committed Jul 28, 2020
1 parent 21994cb commit 0728234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
| marketsellasset | | |
| marketcancelorder | | |
| getmarketorderbyaccount | | |
| getmarketpairlist | | |
| getmarketorderlistbypair | | |
| getmarketpricebypair | | |
| getmarketorderbyid | | |
Expand Down
4 changes: 2 additions & 2 deletions docs/mechanism&algorithm/trondex.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ GetMarketPriceByPair _ 1000001
"buy_token_id": "1000001",
"prices": [
{
"sell_token_quantity": 100,
"buy_token_quantity": 200
"sell_token_quantity": 1,
"buy_token_quantity": 2
}
]
}
Expand Down

0 comments on commit 0728234

Please sign in to comment.