Skip to content

Commit

Permalink
Merge pull request #180 from bitshares/bsip60-market-uri
Browse files Browse the repository at this point in the history
Update market URI in BSIP60
  • Loading branch information
abitmore authored Oct 7, 2019
2 parents 03e237f + 47962db commit d440976
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions bsip-0060.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,20 @@ lowalpha = "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" |

Market paths start with the word "market", followed by two `asset_id_or_symbol`s.

Example: `market/BTS/USD`
Example:
* `market/BTS/USD`
* `market/BTS_USD`

```BNF
market_path = "market" "/" asset_id_or_symbol "/" asset_id_or_symbol
market_path = "market" "/" asset_id_or_symbol [ "/" | "_" ] asset_id_or_symbol
```

Note:
the `/` character has been chosen as the most preferable separator between the assets.
Due to historical reasons, the `_` separator had already been used in some applications
before the first version of this document was published.
New applications may consider supporting both for compatibility.

### Public Keys

Public Key paths start with the "public_key" word, followed by `bitshares_public_key`.
Expand Down

0 comments on commit d440976

Please sign in to comment.