Skip to content

Commit

Permalink
fix: adding protcols to newOrder description
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminLu committed Sep 18, 2023
1 parent 6d86903 commit d22324d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/mmsk-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ GET
|quote|String|YES|quote symbol|
|side|String|YES|'BUY' or 'SELL'|
|amount|Number|**NO**|**BUY** or **SELL** base amount|
protocol|String|YES|'PMMV5', 'RFQV1' and 'RFQV2'
|feefactor|Number|YES|fee in bps unit

#### request return
#### Returned in normal conditions
Expand Down Expand Up @@ -143,6 +141,9 @@ GET
|userAddr|String|YES|user's address|
|amount|Number|**YES**|**BUY** or **SELL** base amount|
|uniqId|String|**YES**|represents the user's unique Id|
protocol|String|YES|'PMMV5', 'RFQV1' and 'RFQV2'
|feefactor|Number|YES|fee in bps unit


#### request return

Expand Down

0 comments on commit d22324d

Please sign in to comment.