This repository was archived by the owner on Dec 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprices.json
More file actions
86 lines (86 loc) · 2.37 KB
/
prices.json
File metadata and controls
86 lines (86 loc) · 2.37 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
{
"admin": {
"base_url": "http://data-dude:5000/management/",
"headers": ["X-Management-Token"],
"billing_method": "none",
"endpoints": {
"GET.unresolved-tickets": 0,
"POST.generate-gift-codes": 0,
"POST.resolve-ticket": 0,
"POST.verify-email": 0,
"POST.api-key-info": 0
}
},
"stripe": {
"base_url": "http://data-dude:5000/stripe/",
"headers": ["Stripe-Signature"],
"billing_method": "none",
"endpoints": {
"POST.webhook": 0
}
},
"api": {
"base_url": "http://data-dude:5000/api/",
"headers": ["Authorization"],
"billing_method": "none",
"endpoints": {
"GET.stripe-dashboard-url": 0,
"POST.subscribe-url": 0,
"POST.user-plan": 0,
"GET.dashboard-data": 0,
"POST.api-key": 0,
"PUT.api-key": 0,
"POST.gift-code": 0,
"POST.ticket": 0,
"GET.updates": 0,
"POST.updates": 0,
"GET.plans": 0
}
},
"leaflet": {
"base_url": "http://leaflet:18444/rpc/",
"headers": [],
"billing_method": "per_request",
"endpoints": {
"GET.get_network_info": 10,
"POST.get_network_info": 10,
"GET.get_blockchain_state": 10,
"POST.get_blockchain_state": 10,
"POST.get_block": 25,
"POST.get_blocks": 25,
"GET.get_block_count_metrics": 10,
"POST.get_block_count_metrics": 10,
"POST.get_block_record_by_height": 50,
"POST.get_block_record": 25,
"POST.get_block_records": 25,
"POST.get_block_spends": 100,
"POST.get_block_spends_with_conditions": 500,
"GET.get_unfinished_block_headers": 20,
"POST.get_unfinished_block_headers": 20,
"GET.get_network_space": 100,
"POST.get_network_space": 100,
"POST.get_additions_and_removals": 100,
"POST.get_network_info": 10,
"POST.get_recent_signage_point_or_eos": 20,
"POST.get_coin_records_by_puzzle_hash": 100,
"POST.get_coin_records_by_puzzle_hashes": 100,
"POST.get_coin_record_by_name": 25,
"POST.get_coin_records_by_names": 25,
"POST.get_coin_records_by_parent_ids": 5000,
"POST.get_coin_records_by_hint": 500,
"POST.push_tx": 1000,
"POST.get_puzzle_and_solution": 25,
"GET.get_all_mempool_tx_ids": 10,
"POST.get_all_mempool_tx_ids": 10,
"GET.get_all_mempool_items": 10,
"POST.get_all_mempool_items": 10,
"POST.get_mempool_item_by_tx_id": 10,
"POST.get_mempool_items_by_coin_name": 10,
"POST.get_fee_estimate": 10,
"GET.get_routes": 10,
"POST.get_routes": 10,
"GET.healthz": 10,
"POST.healthz": 10
}
}
}