-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstatus.txt
79 lines (48 loc) · 1.01 KB
/
status.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
GET /api/v1/account_list
CODE: OK
DOCS: OK
GET /api/v1/currency_list
CODE: OK
DOCS: OK
GET /api/v1/market_list
CODE: OK
DOCS: OK
GET /api/v1/offer_list
CODE: NOK - filtering is not implemented
DOCS: NOK
GET /api/v1/offer_detail
CODE: OK - could we add checks?
DOCS: OK
DELETE /api/v1/offer_cancel
CODE: OK
DOCS: OK
GET /api/v1/offer_make
CODE: OK - offer is made with missing inputs !
DOCS: OK
GET /api/v1/offer_take
CODE: OK - retest when offer_make is fixed, works with manually made offer
DOCS: OK
GET /api/v1/trade_detail
CODE: OK - move code to proxy?
DOCS: OK
GET /api/v1/trade_list
CODE: OK - no filtering atm.
DOCS: OK
GET /api/v1/payment_started
CODE: OK
DOCS: OK
GET /api/v1/payment_received
CODE: OK
DOCS: OK
GET /api/v1/move_funds_to_bisq_wallet
CODE: OK - needs countdownlatch/error handling
DOCS: OK
GET /api/v1/wallet_detail
CODE: OK - add locked balance
DOCS: OK
GET /api/v1/wallet_addresses
CODE: OK - filtering doesn't work yet
DOCS: OK
GET /api/v1/wallet_tx_list
CODE: OK
DOCS: NOK