Skip to content

Commit 761c816

Browse files
committed
Add two missing tags on info event
1 parent 9c834af commit 761c816

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/other_events.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ This event contains specific data about a Mostro instance. The instance is ident
4343
"expiration_seconds",
4444
"900"
4545
],
46+
[
47+
"fiat_currencies_accepted",
48+
"USD,EUR,ARS,CUP,VES"
49+
],
50+
[
51+
"max_orders_per_response",
52+
"10"
53+
],
4654
[
4755
"fee",
4856
"0.006"
@@ -115,6 +123,8 @@ Below is an explanation of the meaning of some of the labels in this event, all
115123
- `min_order_amount`: The minimum amount of Satoshis allowed for exchange.
116124
- `expiration_hours`: The maximum time, in hours, that an order can remain in `pending` status before it expires.
117125
- `expiration_seconds`: The maximum time, in seconds, that an order can remain in `waiting-payment` or `waiting-buyer-invoice` status before being canceled or reverted to `pending` status.
126+
- `fiat_currencies_accepted`: Fiat currencies accepted by the Mostro. If no currency is specified, all are accepted.
127+
- `max_orders_per_response`: Maximum complete orders data per response in orders action.
118128
- `fee`: The fee percentage charged by the instance. For example, "0.006" means a 0.6% fee.
119129
- `pow`: The Proof of Work required of incoming events.
120130
- `hold_invoice_expiration_window`: The maximum time, in seconds, for the hold invoice issued by Mostro to be paid by the seller.

0 commit comments

Comments
 (0)