-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathendpoints.json
More file actions
93 lines (93 loc) · 2.24 KB
/
endpoints.json
File metadata and controls
93 lines (93 loc) · 2.24 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"login": true,
"logout": true,
"resync": true,
"generate_mnemonic": false,
"import_key": true,
"delete_key": false,
"delete_database": false,
"rename_key": false,
"get_key": false,
"get_secret_key": false,
"get_keys": false,
"get_sync_status": true,
"get_version": false,
"get_database_stats": true,
"perform_database_maintenance": true,
"check_address": true,
"get_derivations": true,
"get_are_coins_spendable": true,
"get_spendable_coin_count": true,
"get_coins_by_ids": true,
"get_coins": true,
"get_cats": true,
"get_all_cats": true,
"get_token": true,
"get_dids": true,
"get_profile": true,
"get_minter_did_ids": true,
"get_options": true,
"get_option": true,
"get_pending_transactions": true,
"get_transaction": true,
"get_transactions": true,
"get_nft_collections": true,
"get_nft_collection": true,
"get_nfts": true,
"get_nft": true,
"get_nft_icon": true,
"get_nft_thumbnail": true,
"get_nft_data": true,
"send_xch": true,
"bulk_send_xch": true,
"combine": true,
"split": true,
"auto_combine_xch": true,
"auto_combine_cat": true,
"issue_cat": true,
"send_cat": true,
"bulk_send_cat": true,
"multi_send": true,
"create_did": true,
"bulk_mint_nfts": true,
"transfer_nfts": true,
"add_nft_uri": true,
"assign_nfts_to_did": true,
"transfer_dids": true,
"normalize_dids": true,
"mint_option": true,
"transfer_options": true,
"exercise_options": true,
"sign_coin_spends": true,
"view_coin_spends": true,
"submit_transaction": true,
"make_offer": true,
"take_offer": true,
"combine_offers": false,
"view_offer": true,
"import_offer": true,
"get_offers": true,
"get_offer": true,
"delete_offer": true,
"cancel_offer": true,
"cancel_offers": true,
"get_peers": true,
"remove_peer": true,
"add_peer": true,
"set_discover_peers": true,
"set_target_peers": true,
"set_network": true,
"set_network_override": true,
"get_networks": false,
"get_network": false,
"set_delta_sync": false,
"set_delta_sync_override": false,
"resync_cat": true,
"update_cat": true,
"update_did": true,
"update_option": true,
"update_nft": true,
"update_nft_collection": true,
"redownload_nft": true,
"increase_derivation_index": true
}