Skip to content

Commit 5713aff

Browse files
authored
Fix: Remove non-existent low balance event (openware#2964)
1 parent 36e7eeb commit 5713aff

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

docs/api/event_api.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -246,21 +246,6 @@ event: {
246246
| `record` | The up-to-date account attributes. |
247247
| `changes` | The changed account attributes and their values. |
248248

249-
## Format of `system.low_hot_wallet_balance` event
250-
251-
```ruby
252-
event: {
253-
name: "system.system.low_hot_wallet_balance",
254-
currency: "btc",
255-
balance: "2.82480099"
256-
}
257-
```
258-
259-
| Field | Description |
260-
| ---------- | ----------------------- |
261-
| `currency` | The currency code. |
262-
| `balance` | The up-to-date balance. |
263-
264249
## Format of `market.btcusd.order_created` event
265250

266251
Buy 14 BTC for 0.42 USD (0.03 USD per BTC).

0 commit comments

Comments
 (0)