radiator 0.4.6 → 0.4.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/README.md +27 -12
- data/Rakefile +53 -23
- data/lib/radiator.rb +3 -1
- data/lib/radiator/api.rb +111 -16
- data/lib/radiator/bridge.rb +34 -0
- data/lib/radiator/broadcast_operations.json +7 -7
- data/lib/radiator/chain.rb +1 -1
- data/lib/radiator/chain_config.rb +9 -2
- data/lib/radiator/database_api.rb +1 -1
- data/lib/radiator/error_parser.rb +1 -1
- data/lib/radiator/follow_api.rb +1 -1
- data/lib/radiator/market_history_api.rb +1 -1
- data/lib/radiator/mixins/acts_as_poster.rb +4 -4
- data/lib/radiator/operation.rb +3 -2
- data/lib/radiator/operation_types.rb +43 -27
- data/lib/radiator/ssc/base_steem_smart_contract_rpc.rb +1 -1
- data/lib/radiator/stream.rb +21 -8
- data/lib/radiator/transaction.rb +43 -3
- data/lib/radiator/type/amount.rb +8 -50
- data/lib/radiator/type/beneficiaries.rb +8 -1
- data/lib/radiator/type/price.rb +2 -2
- data/lib/radiator/version.rb +1 -1
- data/radiator.gemspec +17 -13
- data/test/fixtures/empty.json +1 -0
- data/test/fixtures/error.json +29 -0
- data/test/fixtures/follow_api_get_followers.json +1 -0
- data/test/fixtures/get_account.json +165 -0
- data/test/fixtures/get_account_count.json +1 -0
- data/test/fixtures/get_account_references.json +1 -0
- data/test/fixtures/get_block.json +193 -0
- data/test/fixtures/get_dynamic_global_properties.json +32 -0
- data/test/fixtures/get_feed_history.json +684 -0
- data/test/fixtures/get_hardfork_version.json +1 -0
- data/test/fixtures/get_key_references.json +14 -0
- data/test/fixtures/get_stats_for_time.json +57 -0
- data/test/fixtures/get_vesting_delegation.json +936 -0
- data/test/fixtures/golos_get_dynamic_global_properties.json +32 -0
- data/test/fixtures/market_history_api_get_market_history_buckets.json +1 -0
- data/test/fixtures/market_history_api_get_order_book.json +109 -0
- data/test/fixtures/market_history_api_get_recent_trades.json +55 -0
- data/test/fixtures/market_history_api_get_ticker.json +11 -0
- data/test/fixtures/market_history_api_get_volume.json +1 -0
- data/test/fixtures/null.json +1 -0
- data/test/fixtures/vcr_cassettes/account_by_key_api_all_methods.yml +1465 -0
- data/test/fixtures/vcr_cassettes/account_by_key_api_jsonrpc.yml +199 -0
- data/test/fixtures/vcr_cassettes/api_all_methods.yml +13802 -0
- data/test/fixtures/vcr_cassettes/api_jsonrpc.yml +53 -0
- data/test/fixtures/vcr_cassettes/base_per_debt.yml +11068 -0
- data/test/fixtures/vcr_cassettes/base_per_mvest.yml +6024 -0
- data/test/fixtures/vcr_cassettes/block_time.yml +5368 -0
- data/test/fixtures/vcr_cassettes/broadcast_transaction.yml +1723 -0
- data/test/fixtures/vcr_cassettes/chain_stats_api_jsonrpc.yml +51 -0
- data/test/fixtures/vcr_cassettes/condenser_all_all_methods.yml +13770 -0
- data/test/fixtures/vcr_cassettes/condenser_api_jsonrpc.yml +103 -0
- data/test/fixtures/vcr_cassettes/expiration_initialize.yml +16108 -0
- data/test/fixtures/vcr_cassettes/find_account.yml +5732 -0
- data/test/fixtures/vcr_cassettes/find_block.yml +5322 -0
- data/test/fixtures/vcr_cassettes/find_comment.yml +16386 -0
- data/test/fixtures/vcr_cassettes/follow_api_jsonrpc.yml +99 -0
- data/test/fixtures/vcr_cassettes/get_account_count.yml +783 -0
- data/test/fixtures/vcr_cassettes/get_account_references.yml +773 -0
- data/test/fixtures/vcr_cassettes/get_accounts.yml +918 -0
- data/test/fixtures/vcr_cassettes/get_accounts_no_argument.yml +773 -0
- data/test/fixtures/vcr_cassettes/get_dynamic_global_properties.yml +893 -0
- data/test/fixtures/vcr_cassettes/get_feed_history.yml +1432 -0
- data/test/fixtures/vcr_cassettes/get_hardfork_version.yml +835 -0
- data/test/fixtures/vcr_cassettes/get_key_references.yml +1571 -0
- data/test/fixtures/vcr_cassettes/get_market_history.yml +1563 -0
- data/test/fixtures/vcr_cassettes/get_market_history_buckets.yml +1665 -0
- data/test/fixtures/vcr_cassettes/get_order_book.yml +1459 -0
- data/test/fixtures/vcr_cassettes/get_recent_trades.yml +1459 -0
- data/test/fixtures/vcr_cassettes/get_ticker.yml +1563 -0
- data/test/fixtures/vcr_cassettes/get_trade_history.yml +1459 -0
- data/test/fixtures/vcr_cassettes/get_vesting_delegations.yml +731 -0
- data/test/fixtures/vcr_cassettes/get_volume.yml +1561 -0
- data/test/fixtures/vcr_cassettes/get_witness_by_account.yml +835 -0
- data/test/fixtures/vcr_cassettes/look_up_witnesses.yml +831 -0
- data/test/fixtures/vcr_cassettes/market_history_api_all_methods.yml +10191 -0
- data/test/fixtures/vcr_cassettes/market_history_api_jsonrpc.yml +51 -0
- data/test/fixtures/vcr_cassettes/network_broadcast_api_all_methods.yml +2455 -0
- data/test/fixtures/vcr_cassettes/network_broadcast_api_jsonrpc.yml +51 -0
- data/test/fixtures/vcr_cassettes/properties.yml +5551 -0
- data/test/fixtures/vcr_cassettes/recover_transaction.yml +1815 -0
- data/test/fixtures/vcr_cassettes/ssc_blockchain_block_info.yml +90 -0
- data/test/fixtures/vcr_cassettes/ssc_blockchain_block_info_invalid.yml +88 -0
- data/test/fixtures/vcr_cassettes/ssc_blockchain_latest_block_info.yml +90 -0
- data/test/fixtures/vcr_cassettes/ssc_blockchain_transaction_info.yml +90 -0
- data/test/fixtures/vcr_cassettes/ssc_contracts_contract.yml +364 -0
- data/test/fixtures/vcr_cassettes/ssc_contracts_find.yml +89 -0
- data/test/fixtures/vcr_cassettes/ssc_contracts_find_one.yml +87 -0
- data/test/fixtures/vcr_cassettes/stream_jsonrpc.yml +27502 -0
- data/test/fixtures/vcr_cassettes/tag_api_jsonrpc.yml +155 -0
- data/test/fixtures/vcr_cassettes/transaction_expiration_initialize_nil.yml +17597 -0
- data/test/fixtures/vcr_cassettes/transaction_jsonrpc.yml +61 -0
- data/test/fixtures/vcr_cassettes/unknown_chain_id.yml +13038 -0
- data/test/fixtures/vcr_cassettes/valid_chains.yml +11450 -0
- data/test/radiator/account_by_key_api_test.rb +46 -0
- data/test/radiator/api_test.rb +135 -0
- data/test/radiator/chain_stats_api_test.rb +49 -0
- data/test/radiator/chain_test.rb +153 -0
- data/test/radiator/condenser_api_test.rb +48 -0
- data/test/radiator/follow_api_test.rb +48 -0
- data/test/radiator/market_history_api_test.rb +100 -0
- data/test/radiator/network_broadcast_api_test.rb +48 -0
- data/test/radiator/operation_test.rb +116 -0
- data/test/radiator/ssc/blockchain_test.rb +58 -0
- data/test/radiator/ssc/contracts_test.rb +65 -0
- data/test/radiator/stream_test.rb +48 -0
- data/test/radiator/tag_api_test.rb +40 -0
- data/test/radiator/transaction_test.rb +755 -0
- data/test/test_helper.rb +66 -0
- metadata +187 -79
- data/.codeclimate.yml +0 -19
- data/.gitignore +0 -52
- data/.travis.yml +0 -23
- data/gource.sh +0 -8
- data/images/Anthony Martin.png +0 -0
- data/images/Marvin Hofmann.jpg +0 -0
- data/images/Marvin Hofmann.png +0 -0
- data/lib/steem.rb +0 -17
@@ -0,0 +1,1459 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: https://api.steemitdev.com/
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: '{"jsonrpc":"2.0","id":28,"method":"jsonrpc.get_signature","params":{"method":"market_history_api.get_order_book"}}'
|
9
|
+
headers:
|
10
|
+
Content-Type:
|
11
|
+
- application/json; charset=utf-8
|
12
|
+
User-Agent:
|
13
|
+
- steem-ruby/0.9.5
|
14
|
+
Accept-Encoding:
|
15
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
|
+
Accept:
|
17
|
+
- "*/*"
|
18
|
+
Host:
|
19
|
+
- api.steemitdev.com
|
20
|
+
Content-Length:
|
21
|
+
- '78'
|
22
|
+
response:
|
23
|
+
status:
|
24
|
+
code: 200
|
25
|
+
message: OK
|
26
|
+
headers:
|
27
|
+
Date:
|
28
|
+
- Sat, 07 Nov 2020 19:45:04 GMT
|
29
|
+
Content-Type:
|
30
|
+
- application/json
|
31
|
+
Content-Length:
|
32
|
+
- '85'
|
33
|
+
Connection:
|
34
|
+
- keep-alive
|
35
|
+
Server:
|
36
|
+
- nginx
|
37
|
+
X-Jussi-Request-Id:
|
38
|
+
- '000969882078153640'
|
39
|
+
X-Amzn-Trace-Id:
|
40
|
+
- Root=1-5fa6f93e-375b4d7361616ff4489a17db
|
41
|
+
Access-Control-Allow-Origin:
|
42
|
+
- "*"
|
43
|
+
Access-Control-Allow-Methods:
|
44
|
+
- GET, POST, OPTIONS
|
45
|
+
Access-Control-Allow-Headers:
|
46
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
47
|
+
Strict-Transport-Security:
|
48
|
+
- max-age=31557600; includeSubDomains; preload
|
49
|
+
Content-Security-Policy:
|
50
|
+
- upgrade-insecure-requests
|
51
|
+
body:
|
52
|
+
encoding: UTF-8
|
53
|
+
string: '{"jsonrpc":"2.0","result":{"args":{"limit":500},"ret":{"bids":[],"asks":[]}},"id":28}'
|
54
|
+
recorded_at: Sat, 07 Nov 2020 19:45:04 GMT
|
55
|
+
- request:
|
56
|
+
method: post
|
57
|
+
uri: https://api.steemitdev.com/
|
58
|
+
body:
|
59
|
+
encoding: UTF-8
|
60
|
+
string: '{"jsonrpc":"2.0","id":29,"method":"market_history_api.get_order_book","params":{"limit":10}}'
|
61
|
+
headers:
|
62
|
+
Content-Type:
|
63
|
+
- application/json; charset=utf-8
|
64
|
+
User-Agent:
|
65
|
+
- steem-ruby/0.9.5
|
66
|
+
Accept-Encoding:
|
67
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
68
|
+
Accept:
|
69
|
+
- "*/*"
|
70
|
+
Host:
|
71
|
+
- api.steemitdev.com
|
72
|
+
Content-Length:
|
73
|
+
- '114'
|
74
|
+
response:
|
75
|
+
status:
|
76
|
+
code: 200
|
77
|
+
message: OK
|
78
|
+
headers:
|
79
|
+
Date:
|
80
|
+
- Sat, 07 Nov 2020 19:45:06 GMT
|
81
|
+
Content-Type:
|
82
|
+
- application/json
|
83
|
+
Transfer-Encoding:
|
84
|
+
- chunked
|
85
|
+
Connection:
|
86
|
+
- keep-alive
|
87
|
+
Server:
|
88
|
+
- nginx
|
89
|
+
X-Jussi-Request-Id:
|
90
|
+
- '000811684022924593'
|
91
|
+
X-Amzn-Trace-Id:
|
92
|
+
- Root=1-5fa6f941-7001720763a498257296eea4
|
93
|
+
Access-Control-Allow-Origin:
|
94
|
+
- "*"
|
95
|
+
Access-Control-Allow-Methods:
|
96
|
+
- GET, POST, OPTIONS
|
97
|
+
Access-Control-Allow-Headers:
|
98
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
99
|
+
Strict-Transport-Security:
|
100
|
+
- max-age=31557600; includeSubDomains; preload
|
101
|
+
Content-Security-Policy:
|
102
|
+
- upgrade-insecure-requests
|
103
|
+
body:
|
104
|
+
encoding: ASCII-8BIT
|
105
|
+
string: '{"jsonrpc":"2.0","result":{"bids":[{"order_price":{"base":{"amount":"2000","precision":3,"nai":"@@000000013"},"quote":{"amount":"13270","precision":3,"nai":"@@000000021"}},"real_price":"0.15071590052750566","steem":13270,"sbd":2000,"created":"2020-11-07T19:23:45"},{"order_price":{"base":{"amount":"30000","precision":3,"nai":"@@000000013"},"quote":{"amount":"199074","precision":3,"nai":"@@000000021"}},"real_price":"0.15069773049217880","steem":5076,"sbd":765,"created":"2020-11-07T18:51:42"},{"order_price":{"base":{"amount":"83726","precision":3,"nai":"@@000000013"},"quote":{"amount":"593571","precision":3,"nai":"@@000000021"}},"real_price":"0.14105473481689637","steem":593571,"sbd":83726,"created":"2020-11-07T19:36:33"},{"order_price":{"base":{"amount":"23243","precision":3,"nai":"@@000000013"},"quote":{"amount":"164844","precision":3,"nai":"@@000000021"}},"real_price":"0.14099997573463396","steem":119304,"sbd":16822,"created":"2020-11-06T00:17:57"},{"order_price":{"base":{"amount":"474","precision":3,"nai":"@@000000013"},"quote":{"amount":"3362","precision":3,"nai":"@@000000021"}},"real_price":"0.14098750743604996","steem":3362,"sbd":474,"created":"2020-11-06T00:17:30"},{"order_price":{"base":{"amount":"5000","precision":3,"nai":"@@000000013"},"quote":{"amount":"35483","precision":3,"nai":"@@000000021"}},"real_price":"0.14091254967167377","steem":13313,"sbd":1876,"created":"2020-11-05T19:19:54"},{"order_price":{"base":{"amount":"998","precision":3,"nai":"@@000000013"},"quote":{"amount":"7095","precision":3,"nai":"@@000000021"}},"real_price":"0.14066243833685693","steem":7095,"sbd":998,"created":"2020-11-05T21:25:33"},{"order_price":{"base":{"amount":"9","precision":3,"nai":"@@000000013"},"quote":{"amount":"64","precision":3,"nai":"@@000000021"}},"real_price":"0.14062500000000000","steem":64,"sbd":9,"created":"2020-11-05T20:50:39"},{"order_price":{"base":{"amount":"53391","precision":3,"nai":"@@000000013"},"quote":{"amount":"386583","precision":3,"nai":"@@000000021"}},"real_price":"0.13811005657258596","steem":386583,"sbd":53391,"created":"2020-11-07T19:35:54"},{"order_price":{"base":{"amount":"1160","precision":3,"nai":"@@000000013"},"quote":{"amount":"8468","precision":3,"nai":"@@000000021"}},"real_price":"0.13698630136986301","steem":8468,"sbd":1160,"created":"2020-11-05T14:15:12"}],"asks":[{"order_price":{"base":{"amount":"682599","precision":3,"nai":"@@000000021"},"quote":{"amount":"103676","precision":3,"nai":"@@000000013"}},"real_price":"0.15188419555258650","steem":678328,"sbd":103027,"created":"2020-11-07T19:24:39"},{"order_price":{"base":{"amount":"156221","precision":3,"nai":"@@000000021"},"quote":{"amount":"23736","precision":3,"nai":"@@000000013"}},"real_price":"0.15193859980412364","steem":156221,"sbd":23736,"created":"2020-11-07T19:22:18"},{"order_price":{"base":{"amount":"54148","precision":3,"nai":"@@000000021"},"quote":{"amount":"8230","precision":3,"nai":"@@000000013"}},"real_price":"0.15199083992021867","steem":31680,"sbd":4815,"created":"2020-11-07T09:18:12"},{"order_price":{"base":{"amount":"33390","precision":3,"nai":"@@000000021"},"quote":{"amount":"5075","precision":3,"nai":"@@000000013"}},"real_price":"0.15199161425576521","steem":33390,"sbd":5075,"created":"2020-11-07T10:33:12"},{"order_price":{"base":{"amount":"36916","precision":3,"nai":"@@000000021"},"quote":{"amount":"5611","precision":3,"nai":"@@000000013"}},"real_price":"0.15199371546213025","steem":36916,"sbd":5611,"created":"2020-11-07T09:23:06"},{"order_price":{"base":{"amount":"45541","precision":3,"nai":"@@000000021"},"quote":{"amount":"6922","precision":3,"nai":"@@000000013"}},"real_price":"0.15199490568937879","steem":45541,"sbd":6922,"created":"2020-11-07T18:38:21"},{"order_price":{"base":{"amount":"1000000","precision":3,"nai":"@@000000021"},"quote":{"amount":"151999","precision":3,"nai":"@@000000013"}},"real_price":"0.15199900000000000","steem":1000000,"sbd":151999,"created":"2020-11-07T15:56:30"},{"order_price":{"base":{"amount":"500000","precision":3,"nai":"@@000000021"},"quote":{"amount":"76000","precision":3,"nai":"@@000000013"}},"real_price":"0.15200000000000000","steem":500000,"sbd":76000,"created":"2020-11-07T08:20:51"},{"order_price":{"base":{"amount":"8651","precision":3,"nai":"@@000000021"},"quote":{"amount":"1315","precision":3,"nai":"@@000000013"}},"real_price":"0.15200554849150388","steem":8651,"sbd":1315,"created":"2020-11-07T09:33:12"},{"order_price":{"base":{"amount":"37814","precision":3,"nai":"@@000000021"},"quote":{"amount":"5748","precision":3,"nai":"@@000000013"}},"real_price":"0.15200719310308353","steem":37814,"sbd":5748,"created":"2020-11-07T09:28:30"}]},"id":29}'
|
106
|
+
recorded_at: Sat, 07 Nov 2020 19:45:06 GMT
|
107
|
+
- request:
|
108
|
+
method: post
|
109
|
+
uri: https://api.steemitdev.com/
|
110
|
+
body:
|
111
|
+
encoding: UTF-8
|
112
|
+
string: '{"jsonrpc":"2.0","id":6,"method":"jsonrpc.get_signature","params":{"method":"market_history_api.get_order_book"}}'
|
113
|
+
headers:
|
114
|
+
Content-Type:
|
115
|
+
- application/json; charset=utf-8
|
116
|
+
User-Agent:
|
117
|
+
- steem-ruby/0.9.5
|
118
|
+
Accept-Encoding:
|
119
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
120
|
+
Accept:
|
121
|
+
- "*/*"
|
122
|
+
Host:
|
123
|
+
- api.steemitdev.com
|
124
|
+
Content-Length:
|
125
|
+
- '85'
|
126
|
+
response:
|
127
|
+
status:
|
128
|
+
code: 200
|
129
|
+
message: OK
|
130
|
+
headers:
|
131
|
+
Date:
|
132
|
+
- Sat, 07 Nov 2020 20:12:14 GMT
|
133
|
+
Content-Type:
|
134
|
+
- application/json
|
135
|
+
Content-Length:
|
136
|
+
- '84'
|
137
|
+
Connection:
|
138
|
+
- keep-alive
|
139
|
+
Server:
|
140
|
+
- nginx
|
141
|
+
X-Jussi-Request-Id:
|
142
|
+
- '000718713617658271'
|
143
|
+
X-Amzn-Trace-Id:
|
144
|
+
- Root=1-5fa6ff9c-45ef3206458a473e79489eca
|
145
|
+
Access-Control-Allow-Origin:
|
146
|
+
- "*"
|
147
|
+
Access-Control-Allow-Methods:
|
148
|
+
- GET, POST, OPTIONS
|
149
|
+
Access-Control-Allow-Headers:
|
150
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
151
|
+
Strict-Transport-Security:
|
152
|
+
- max-age=31557600; includeSubDomains; preload
|
153
|
+
Content-Security-Policy:
|
154
|
+
- upgrade-insecure-requests
|
155
|
+
body:
|
156
|
+
encoding: UTF-8
|
157
|
+
string: '{"jsonrpc":"2.0","result":{"args":{"limit":500},"ret":{"bids":[],"asks":[]}},"id":6}'
|
158
|
+
recorded_at: Sat, 07 Nov 2020 20:12:14 GMT
|
159
|
+
- request:
|
160
|
+
method: post
|
161
|
+
uri: https://api.steemitdev.com/
|
162
|
+
body:
|
163
|
+
encoding: UTF-8
|
164
|
+
string: '{"jsonrpc":"2.0","id":7,"method":"market_history_api.get_order_book","params":{"limit":10}}'
|
165
|
+
headers:
|
166
|
+
Content-Type:
|
167
|
+
- application/json; charset=utf-8
|
168
|
+
User-Agent:
|
169
|
+
- steem-ruby/0.9.5
|
170
|
+
Accept-Encoding:
|
171
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
172
|
+
Accept:
|
173
|
+
- "*/*"
|
174
|
+
Host:
|
175
|
+
- api.steemitdev.com
|
176
|
+
Content-Length:
|
177
|
+
- '113'
|
178
|
+
response:
|
179
|
+
status:
|
180
|
+
code: 200
|
181
|
+
message: OK
|
182
|
+
headers:
|
183
|
+
Date:
|
184
|
+
- Sat, 07 Nov 2020 20:12:18 GMT
|
185
|
+
Content-Type:
|
186
|
+
- application/json
|
187
|
+
Transfer-Encoding:
|
188
|
+
- chunked
|
189
|
+
Connection:
|
190
|
+
- keep-alive
|
191
|
+
Server:
|
192
|
+
- nginx
|
193
|
+
X-Jussi-Request-Id:
|
194
|
+
- '000398116945554132'
|
195
|
+
X-Amzn-Trace-Id:
|
196
|
+
- Root=1-5fa6ff9e-377842700100cc327c64200b
|
197
|
+
Access-Control-Allow-Origin:
|
198
|
+
- "*"
|
199
|
+
Access-Control-Allow-Methods:
|
200
|
+
- GET, POST, OPTIONS
|
201
|
+
Access-Control-Allow-Headers:
|
202
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
203
|
+
Strict-Transport-Security:
|
204
|
+
- max-age=31557600; includeSubDomains; preload
|
205
|
+
Content-Security-Policy:
|
206
|
+
- upgrade-insecure-requests
|
207
|
+
body:
|
208
|
+
encoding: ASCII-8BIT
|
209
|
+
string: '{"jsonrpc":"2.0","result":{"bids":[{"order_price":{"base":{"amount":"2001","precision":3,"nai":"@@000000013"},"quote":{"amount":"14474","precision":3,"nai":"@@000000021"}},"real_price":"0.13824789277324859","steem":14474,"sbd":2001,"created":"2020-11-07T20:12:09"},{"order_price":{"base":{"amount":"2000","precision":3,"nai":"@@000000013"},"quote":{"amount":"14474","precision":3,"nai":"@@000000021"}},"real_price":"0.13817880337156280","steem":14474,"sbd":2000,"created":"2020-11-07T20:11:54"},{"order_price":{"base":{"amount":"39871","precision":3,"nai":"@@000000013"},"quote":{"amount":"288585","precision":3,"nai":"@@000000021"}},"real_price":"0.13816033404369596","steem":288585,"sbd":39871,"created":"2020-11-07T20:11:18"},{"order_price":{"base":{"amount":"218","precision":3,"nai":"@@000000013"},"quote":{"amount":"1578","precision":3,"nai":"@@000000021"}},"real_price":"0.13814955640050697","steem":1578,"sbd":218,"created":"2020-11-07T20:07:09"},{"order_price":{"base":{"amount":"187180","precision":3,"nai":"@@000000013"},"quote":{"amount":"1355286","precision":3,"nai":"@@000000021"}},"real_price":"0.13811107028332029","steem":1355286,"sbd":187180,"created":"2020-11-07T20:09:33"},{"order_price":{"base":{"amount":"358620","precision":3,"nai":"@@000000013"},"quote":{"amount":"2596607","precision":3,"nai":"@@000000021"}},"real_price":"0.13811100409110813","steem":2151617,"sbd":297162,"created":"2020-11-07T20:05:09"},{"order_price":{"base":{"amount":"53391","precision":3,"nai":"@@000000013"},"quote":{"amount":"386583","precision":3,"nai":"@@000000021"}},"real_price":"0.13811005657258596","steem":386583,"sbd":53391,"created":"2020-11-07T19:35:54"},{"order_price":{"base":{"amount":"1160","precision":3,"nai":"@@000000013"},"quote":{"amount":"8468","precision":3,"nai":"@@000000021"}},"real_price":"0.13698630136986301","steem":8468,"sbd":1160,"created":"2020-11-05T14:15:12"},{"order_price":{"base":{"amount":"68","precision":3,"nai":"@@000000013"},"quote":{"amount":"497","precision":3,"nai":"@@000000021"}},"real_price":"0.13682092555331993","steem":497,"sbd":68,"created":"2020-11-05T23:14:09"},{"order_price":{"base":{"amount":"1059","precision":3,"nai":"@@000000013"},"quote":{"amount":"7780","precision":3,"nai":"@@000000021"}},"real_price":"0.13611825192802057","steem":7780,"sbd":1059,"created":"2020-11-05T13:08:42"}],"asks":[{"order_price":{"base":{"amount":"13518","precision":3,"nai":"@@000000021"},"quote":{"amount":"1997","precision":3,"nai":"@@000000013"}},"real_price":"0.14772895398727623","steem":13518,"sbd":1997,"created":"2020-11-07T20:12:09"},{"order_price":{"base":{"amount":"13518","precision":3,"nai":"@@000000021"},"quote":{"amount":"1999","precision":3,"nai":"@@000000013"}},"real_price":"0.14787690486758395","steem":13518,"sbd":1999,"created":"2020-11-07T20:11:54"},{"order_price":{"base":{"amount":"699029","precision":3,"nai":"@@000000021"},"quote":{"amount":"103422","precision":3,"nai":"@@000000013"}},"real_price":"0.14795094338003145","steem":699029,"sbd":103422,"created":"2020-11-07T20:11:33"},{"order_price":{"base":{"amount":"80000","precision":3,"nai":"@@000000021"},"quote":{"amount":"11840","precision":3,"nai":"@@000000013"}},"real_price":"0.14799999999999999","steem":80000,"sbd":11840,"created":"2020-11-07T20:08:15"},{"order_price":{"base":{"amount":"156221","precision":3,"nai":"@@000000021"},"quote":{"amount":"23736","precision":3,"nai":"@@000000013"}},"real_price":"0.15193859980412364","steem":156221,"sbd":23736,"created":"2020-11-07T19:22:18"},{"order_price":{"base":{"amount":"54148","precision":3,"nai":"@@000000021"},"quote":{"amount":"8230","precision":3,"nai":"@@000000013"}},"real_price":"0.15199083992021867","steem":31680,"sbd":4815,"created":"2020-11-07T09:18:12"},{"order_price":{"base":{"amount":"33390","precision":3,"nai":"@@000000021"},"quote":{"amount":"5075","precision":3,"nai":"@@000000013"}},"real_price":"0.15199161425576521","steem":33390,"sbd":5075,"created":"2020-11-07T10:33:12"},{"order_price":{"base":{"amount":"36916","precision":3,"nai":"@@000000021"},"quote":{"amount":"5611","precision":3,"nai":"@@000000013"}},"real_price":"0.15199371546213025","steem":36916,"sbd":5611,"created":"2020-11-07T09:23:06"},{"order_price":{"base":{"amount":"45541","precision":3,"nai":"@@000000021"},"quote":{"amount":"6922","precision":3,"nai":"@@000000013"}},"real_price":"0.15199490568937879","steem":45541,"sbd":6922,"created":"2020-11-07T18:38:21"},{"order_price":{"base":{"amount":"1000000","precision":3,"nai":"@@000000021"},"quote":{"amount":"151999","precision":3,"nai":"@@000000013"}},"real_price":"0.15199900000000000","steem":1000000,"sbd":151999,"created":"2020-11-07T15:56:30"}]},"id":7}'
|
210
|
+
recorded_at: Sat, 07 Nov 2020 20:12:18 GMT
|
211
|
+
- request:
|
212
|
+
method: post
|
213
|
+
uri: https://api.steemitdev.com/
|
214
|
+
body:
|
215
|
+
encoding: UTF-8
|
216
|
+
string: '{"jsonrpc":"2.0","id":38,"method":"jsonrpc.get_signature","params":{"method":"market_history_api.get_order_book"}}'
|
217
|
+
headers:
|
218
|
+
Content-Type:
|
219
|
+
- application/json; charset=utf-8
|
220
|
+
User-Agent:
|
221
|
+
- steem-ruby/0.9.5
|
222
|
+
Accept-Encoding:
|
223
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
224
|
+
Accept:
|
225
|
+
- "*/*"
|
226
|
+
Host:
|
227
|
+
- api.steemitdev.com
|
228
|
+
Content-Length:
|
229
|
+
- '94'
|
230
|
+
response:
|
231
|
+
status:
|
232
|
+
code: 200
|
233
|
+
message: OK
|
234
|
+
headers:
|
235
|
+
Date:
|
236
|
+
- Sat, 07 Nov 2020 20:21:22 GMT
|
237
|
+
Content-Type:
|
238
|
+
- application/json
|
239
|
+
Content-Length:
|
240
|
+
- '85'
|
241
|
+
Connection:
|
242
|
+
- keep-alive
|
243
|
+
Server:
|
244
|
+
- nginx
|
245
|
+
X-Jussi-Request-Id:
|
246
|
+
- '000557682561380788'
|
247
|
+
X-Amzn-Trace-Id:
|
248
|
+
- Root=1-5fa701c0-70558136237fdc042a9e63a1
|
249
|
+
Access-Control-Allow-Origin:
|
250
|
+
- "*"
|
251
|
+
Access-Control-Allow-Methods:
|
252
|
+
- GET, POST, OPTIONS
|
253
|
+
Access-Control-Allow-Headers:
|
254
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
255
|
+
Strict-Transport-Security:
|
256
|
+
- max-age=31557600; includeSubDomains; preload
|
257
|
+
Content-Security-Policy:
|
258
|
+
- upgrade-insecure-requests
|
259
|
+
body:
|
260
|
+
encoding: UTF-8
|
261
|
+
string: '{"jsonrpc":"2.0","result":{"args":{"limit":500},"ret":{"bids":[],"asks":[]}},"id":38}'
|
262
|
+
recorded_at: Sat, 07 Nov 2020 20:21:22 GMT
|
263
|
+
- request:
|
264
|
+
method: post
|
265
|
+
uri: https://api.steemitdev.com/
|
266
|
+
body:
|
267
|
+
encoding: UTF-8
|
268
|
+
string: '{"jsonrpc":"2.0","id":39,"method":"market_history_api.get_order_book","params":{"limit":10}}'
|
269
|
+
headers:
|
270
|
+
Content-Type:
|
271
|
+
- application/json; charset=utf-8
|
272
|
+
User-Agent:
|
273
|
+
- steem-ruby/0.9.5
|
274
|
+
Accept-Encoding:
|
275
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
276
|
+
Accept:
|
277
|
+
- "*/*"
|
278
|
+
Host:
|
279
|
+
- api.steemitdev.com
|
280
|
+
Content-Length:
|
281
|
+
- '114'
|
282
|
+
response:
|
283
|
+
status:
|
284
|
+
code: 200
|
285
|
+
message: OK
|
286
|
+
headers:
|
287
|
+
Date:
|
288
|
+
- Sat, 07 Nov 2020 20:21:26 GMT
|
289
|
+
Content-Type:
|
290
|
+
- application/json
|
291
|
+
Transfer-Encoding:
|
292
|
+
- chunked
|
293
|
+
Connection:
|
294
|
+
- keep-alive
|
295
|
+
Server:
|
296
|
+
- nginx
|
297
|
+
X-Jussi-Request-Id:
|
298
|
+
- '000543905869123517'
|
299
|
+
X-Amzn-Trace-Id:
|
300
|
+
- Root=1-5fa701c3-14b56dd80a7a94616e55f1eb
|
301
|
+
Access-Control-Allow-Origin:
|
302
|
+
- "*"
|
303
|
+
Access-Control-Allow-Methods:
|
304
|
+
- GET, POST, OPTIONS
|
305
|
+
Access-Control-Allow-Headers:
|
306
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
307
|
+
Strict-Transport-Security:
|
308
|
+
- max-age=31557600; includeSubDomains; preload
|
309
|
+
Content-Security-Policy:
|
310
|
+
- upgrade-insecure-requests
|
311
|
+
body:
|
312
|
+
encoding: ASCII-8BIT
|
313
|
+
string: '{"jsonrpc":"2.0","result":{"bids":[{"order_price":{"base":{"amount":"2","precision":3,"nai":"@@000000013"},"quote":{"amount":"14","precision":3,"nai":"@@000000021"}},"real_price":"0.14285714285714285","steem":14,"sbd":2,"created":"2020-11-07T20:20:09"},{"order_price":{"base":{"amount":"2000","precision":3,"nai":"@@000000013"},"quote":{"amount":"14322","precision":3,"nai":"@@000000021"}},"real_price":"0.13964530093562352","steem":14322,"sbd":2000,"created":"2020-11-07T20:19:09"},{"order_price":{"base":{"amount":"39871","precision":3,"nai":"@@000000013"},"quote":{"amount":"285537","precision":3,"nai":"@@000000021"}},"real_price":"0.13963514360660789","steem":285537,"sbd":39871,"created":"2020-11-07T20:19:03"},{"order_price":{"base":{"amount":"167512","precision":3,"nai":"@@000000013"},"quote":{"amount":"1200000","precision":3,"nai":"@@000000021"}},"real_price":"0.13959333333333335","steem":1200000,"sbd":167512,"created":"2020-11-07T20:18:06"},{"order_price":{"base":{"amount":"10574","precision":3,"nai":"@@000000013"},"quote":{"amount":"75972","precision":3,"nai":"@@000000021"}},"real_price":"0.13918285684199441","steem":75972,"sbd":10574,"created":"2020-11-07T20:17:03"},{"order_price":{"base":{"amount":"187180","precision":3,"nai":"@@000000013"},"quote":{"amount":"1345176","precision":3,"nai":"@@000000021"}},"real_price":"0.13914907789017944","steem":1345176,"sbd":187180,"created":"2020-11-07T20:14:48"},{"order_price":{"base":{"amount":"218","precision":3,"nai":"@@000000013"},"quote":{"amount":"1578","precision":3,"nai":"@@000000021"}},"real_price":"0.13814955640050697","steem":1578,"sbd":218,"created":"2020-11-07T20:07:09"},{"order_price":{"base":{"amount":"53391","precision":3,"nai":"@@000000013"},"quote":{"amount":"386583","precision":3,"nai":"@@000000021"}},"real_price":"0.13811005657258596","steem":386583,"sbd":53391,"created":"2020-11-07T19:35:54"},{"order_price":{"base":{"amount":"1160","precision":3,"nai":"@@000000013"},"quote":{"amount":"8468","precision":3,"nai":"@@000000021"}},"real_price":"0.13698630136986301","steem":8468,"sbd":1160,"created":"2020-11-05T14:15:12"},{"order_price":{"base":{"amount":"68","precision":3,"nai":"@@000000013"},"quote":{"amount":"497","precision":3,"nai":"@@000000021"}},"real_price":"0.13682092555331993","steem":497,"sbd":68,"created":"2020-11-05T23:14:09"}],"asks":[{"order_price":{"base":{"amount":"13565","precision":3,"nai":"@@000000021"},"quote":{"amount":"1999","precision":3,"nai":"@@000000013"}},"real_price":"0.14736454109841504","steem":13565,"sbd":1999,"created":"2020-11-07T20:20:21"},{"order_price":{"base":{"amount":"699029","precision":3,"nai":"@@000000021"},"quote":{"amount":"103422","precision":3,"nai":"@@000000013"}},"real_price":"0.14795094338003145","steem":699029,"sbd":103422,"created":"2020-11-07T20:11:33"},{"order_price":{"base":{"amount":"80000","precision":3,"nai":"@@000000021"},"quote":{"amount":"11840","precision":3,"nai":"@@000000013"}},"real_price":"0.14799999999999999","steem":80000,"sbd":11840,"created":"2020-11-07T20:08:15"},{"order_price":{"base":{"amount":"39304","precision":3,"nai":"@@000000021"},"quote":{"amount":"5856","precision":3,"nai":"@@000000013"}},"real_price":"0.14899246895990231","steem":39304,"sbd":5856,"created":"2020-11-07T20:13:18"},{"order_price":{"base":{"amount":"156221","precision":3,"nai":"@@000000021"},"quote":{"amount":"23736","precision":3,"nai":"@@000000013"}},"real_price":"0.15193859980412364","steem":156221,"sbd":23736,"created":"2020-11-07T19:22:18"},{"order_price":{"base":{"amount":"54148","precision":3,"nai":"@@000000021"},"quote":{"amount":"8230","precision":3,"nai":"@@000000013"}},"real_price":"0.15199083992021867","steem":31680,"sbd":4815,"created":"2020-11-07T09:18:12"},{"order_price":{"base":{"amount":"33390","precision":3,"nai":"@@000000021"},"quote":{"amount":"5075","precision":3,"nai":"@@000000013"}},"real_price":"0.15199161425576521","steem":33390,"sbd":5075,"created":"2020-11-07T10:33:12"},{"order_price":{"base":{"amount":"36916","precision":3,"nai":"@@000000021"},"quote":{"amount":"5611","precision":3,"nai":"@@000000013"}},"real_price":"0.15199371546213025","steem":36916,"sbd":5611,"created":"2020-11-07T09:23:06"},{"order_price":{"base":{"amount":"45541","precision":3,"nai":"@@000000021"},"quote":{"amount":"6922","precision":3,"nai":"@@000000013"}},"real_price":"0.15199490568937879","steem":45541,"sbd":6922,"created":"2020-11-07T18:38:21"},{"order_price":{"base":{"amount":"1000000","precision":3,"nai":"@@000000021"},"quote":{"amount":"151999","precision":3,"nai":"@@000000013"}},"real_price":"0.15199900000000000","steem":1000000,"sbd":151999,"created":"2020-11-07T15:56:30"}]},"id":39}'
|
314
|
+
recorded_at: Sat, 07 Nov 2020 20:21:26 GMT
|
315
|
+
- request:
|
316
|
+
method: post
|
317
|
+
uri: https://api.steemitdev.com/
|
318
|
+
body:
|
319
|
+
encoding: UTF-8
|
320
|
+
string: '{"jsonrpc":"2.0","id":125,"method":"jsonrpc.get_signature","params":{"method":"market_history_api.get_order_book"}}'
|
321
|
+
headers:
|
322
|
+
Content-Type:
|
323
|
+
- application/json; charset=utf-8
|
324
|
+
User-Agent:
|
325
|
+
- steem-ruby/0.9.5
|
326
|
+
Accept-Encoding:
|
327
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
328
|
+
Accept:
|
329
|
+
- "*/*"
|
330
|
+
Host:
|
331
|
+
- api.steemit.com
|
332
|
+
Content-Length:
|
333
|
+
- '87'
|
334
|
+
response:
|
335
|
+
status:
|
336
|
+
code: 200
|
337
|
+
message: OK
|
338
|
+
headers:
|
339
|
+
Date:
|
340
|
+
- Sat, 07 Nov 2020 20:29:00 GMT
|
341
|
+
Content-Type:
|
342
|
+
- application/json
|
343
|
+
Content-Length:
|
344
|
+
- '86'
|
345
|
+
Connection:
|
346
|
+
- keep-alive
|
347
|
+
Server:
|
348
|
+
- nginx
|
349
|
+
X-Jussi-Request-Id:
|
350
|
+
- '000219554519920962'
|
351
|
+
X-Amzn-Trace-Id:
|
352
|
+
- Root=1-5fa7038a-14c7cf771cd945f75516a761
|
353
|
+
Access-Control-Allow-Origin:
|
354
|
+
- "*"
|
355
|
+
Access-Control-Allow-Methods:
|
356
|
+
- GET, POST, OPTIONS
|
357
|
+
Access-Control-Allow-Headers:
|
358
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
359
|
+
Strict-Transport-Security:
|
360
|
+
- max-age=31557600; includeSubDomains; preload
|
361
|
+
Content-Security-Policy:
|
362
|
+
- upgrade-insecure-requests
|
363
|
+
body:
|
364
|
+
encoding: UTF-8
|
365
|
+
string: '{"jsonrpc":"2.0","result":{"args":{"limit":500},"ret":{"bids":[],"asks":[]}},"id":125}'
|
366
|
+
recorded_at: Sat, 07 Nov 2020 20:29:00 GMT
|
367
|
+
- request:
|
368
|
+
method: post
|
369
|
+
uri: https://api.steemitdev.com/
|
370
|
+
body:
|
371
|
+
encoding: UTF-8
|
372
|
+
string: '{"jsonrpc":"2.0","id":126,"method":"market_history_api.get_order_book","params":{"limit":10}}'
|
373
|
+
headers:
|
374
|
+
Content-Type:
|
375
|
+
- application/json; charset=utf-8
|
376
|
+
User-Agent:
|
377
|
+
- steem-ruby/0.9.5
|
378
|
+
Accept-Encoding:
|
379
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
380
|
+
Accept:
|
381
|
+
- "*/*"
|
382
|
+
Host:
|
383
|
+
- api.steemit.com
|
384
|
+
Content-Length:
|
385
|
+
- '115'
|
386
|
+
response:
|
387
|
+
status:
|
388
|
+
code: 200
|
389
|
+
message: OK
|
390
|
+
headers:
|
391
|
+
Date:
|
392
|
+
- Sat, 07 Nov 2020 20:29:02 GMT
|
393
|
+
Content-Type:
|
394
|
+
- application/json
|
395
|
+
Transfer-Encoding:
|
396
|
+
- chunked
|
397
|
+
Connection:
|
398
|
+
- keep-alive
|
399
|
+
Server:
|
400
|
+
- nginx
|
401
|
+
X-Jussi-Request-Id:
|
402
|
+
- '000412828037281850'
|
403
|
+
X-Amzn-Trace-Id:
|
404
|
+
- Root=1-5fa7038c-4050f41b03405aca3ab25c08
|
405
|
+
Access-Control-Allow-Origin:
|
406
|
+
- "*"
|
407
|
+
Access-Control-Allow-Methods:
|
408
|
+
- GET, POST, OPTIONS
|
409
|
+
Access-Control-Allow-Headers:
|
410
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
411
|
+
Strict-Transport-Security:
|
412
|
+
- max-age=31557600; includeSubDomains; preload
|
413
|
+
Content-Security-Policy:
|
414
|
+
- upgrade-insecure-requests
|
415
|
+
body:
|
416
|
+
encoding: ASCII-8BIT
|
417
|
+
string: '{"jsonrpc":"2.0","result":{"bids":[{"order_price":{"base":{"amount":"5288","precision":3,"nai":"@@000000013"},"quote":{"amount":"37756","precision":3,"nai":"@@000000021"}},"real_price":"0.14005720945015362","steem":37756,"sbd":5288,"created":"2020-11-07T20:29:00"},{"order_price":{"base":{"amount":"2000","precision":3,"nai":"@@000000013"},"quote":{"amount":"14280","precision":3,"nai":"@@000000021"}},"real_price":"0.14005602240896359","steem":14280,"sbd":2000,"created":"2020-11-07T20:24:57"},{"order_price":{"base":{"amount":"39871","precision":3,"nai":"@@000000013"},"quote":{"amount":"284712","precision":3,"nai":"@@000000021"}},"real_price":"0.14003975947624267","steem":284712,"sbd":39871,"created":"2020-11-07T20:24:45"},{"order_price":{"base":{"amount":"168000","precision":3,"nai":"@@000000013"},"quote":{"amount":"1200000","precision":3,"nai":"@@000000021"}},"real_price":"0.14000000000000001","steem":1200000,"sbd":168000,"created":"2020-11-07T20:24:18"},{"order_price":{"base":{"amount":"218","precision":3,"nai":"@@000000013"},"quote":{"amount":"1578","precision":3,"nai":"@@000000021"}},"real_price":"0.13814955640050697","steem":1578,"sbd":218,"created":"2020-11-07T20:07:09"},{"order_price":{"base":{"amount":"53391","precision":3,"nai":"@@000000013"},"quote":{"amount":"386583","precision":3,"nai":"@@000000021"}},"real_price":"0.13811005657258596","steem":386583,"sbd":53391,"created":"2020-11-07T19:35:54"},{"order_price":{"base":{"amount":"1160","precision":3,"nai":"@@000000013"},"quote":{"amount":"8468","precision":3,"nai":"@@000000021"}},"real_price":"0.13698630136986301","steem":8468,"sbd":1160,"created":"2020-11-05T14:15:12"},{"order_price":{"base":{"amount":"68","precision":3,"nai":"@@000000013"},"quote":{"amount":"497","precision":3,"nai":"@@000000021"}},"real_price":"0.13682092555331993","steem":497,"sbd":68,"created":"2020-11-05T23:14:09"},{"order_price":{"base":{"amount":"1059","precision":3,"nai":"@@000000013"},"quote":{"amount":"7780","precision":3,"nai":"@@000000021"}},"real_price":"0.13611825192802057","steem":7780,"sbd":1059,"created":"2020-11-05T13:08:42"},{"order_price":{"base":{"amount":"929","precision":3,"nai":"@@000000013"},"quote":{"amount":"6825","precision":3,"nai":"@@000000021"}},"real_price":"0.13611721611721611","steem":6825,"sbd":929,"created":"2020-11-05T14:50:03"}],"asks":[{"order_price":{"base":{"amount":"13518","precision":3,"nai":"@@000000021"},"quote":{"amount":"1997","precision":3,"nai":"@@000000013"}},"real_price":"0.14772895398727623","steem":13518,"sbd":1997,"created":"2020-11-07T20:26:03"},{"order_price":{"base":{"amount":"13518","precision":3,"nai":"@@000000021"},"quote":{"amount":"1999","precision":3,"nai":"@@000000013"}},"real_price":"0.14787690486758395","steem":13518,"sbd":1999,"created":"2020-11-07T20:24:57"},{"order_price":{"base":{"amount":"699029","precision":3,"nai":"@@000000021"},"quote":{"amount":"103422","precision":3,"nai":"@@000000013"}},"real_price":"0.14795094338003145","steem":699029,"sbd":103422,"created":"2020-11-07T20:11:33"},{"order_price":{"base":{"amount":"80000","precision":3,"nai":"@@000000021"},"quote":{"amount":"11840","precision":3,"nai":"@@000000013"}},"real_price":"0.14799999999999999","steem":80000,"sbd":11840,"created":"2020-11-07T20:08:15"},{"order_price":{"base":{"amount":"39304","precision":3,"nai":"@@000000021"},"quote":{"amount":"5856","precision":3,"nai":"@@000000013"}},"real_price":"0.14899246895990231","steem":39304,"sbd":5856,"created":"2020-11-07T20:13:18"},{"order_price":{"base":{"amount":"156221","precision":3,"nai":"@@000000021"},"quote":{"amount":"23736","precision":3,"nai":"@@000000013"}},"real_price":"0.15193859980412364","steem":156221,"sbd":23736,"created":"2020-11-07T19:22:18"},{"order_price":{"base":{"amount":"54148","precision":3,"nai":"@@000000021"},"quote":{"amount":"8230","precision":3,"nai":"@@000000013"}},"real_price":"0.15199083992021867","steem":31680,"sbd":4815,"created":"2020-11-07T09:18:12"},{"order_price":{"base":{"amount":"33390","precision":3,"nai":"@@000000021"},"quote":{"amount":"5075","precision":3,"nai":"@@000000013"}},"real_price":"0.15199161425576521","steem":33390,"sbd":5075,"created":"2020-11-07T10:33:12"},{"order_price":{"base":{"amount":"36916","precision":3,"nai":"@@000000021"},"quote":{"amount":"5611","precision":3,"nai":"@@000000013"}},"real_price":"0.15199371546213025","steem":36916,"sbd":5611,"created":"2020-11-07T09:23:06"},{"order_price":{"base":{"amount":"45541","precision":3,"nai":"@@000000021"},"quote":{"amount":"6922","precision":3,"nai":"@@000000013"}},"real_price":"0.15199490568937879","steem":45541,"sbd":6922,"created":"2020-11-07T18:38:21"}]},"id":126}'
|
418
|
+
recorded_at: Sat, 07 Nov 2020 20:29:02 GMT
|
419
|
+
- request:
|
420
|
+
method: post
|
421
|
+
uri: https://api.steemitdev.com/
|
422
|
+
body:
|
423
|
+
encoding: UTF-8
|
424
|
+
string: '{"jsonrpc":"2.0","id":42,"method":"jsonrpc.get_signature","params":{"method":"market_history_api.get_order_book"}}'
|
425
|
+
headers:
|
426
|
+
Content-Type:
|
427
|
+
- application/json; charset=utf-8
|
428
|
+
User-Agent:
|
429
|
+
- steem-ruby/0.9.5
|
430
|
+
Accept-Encoding:
|
431
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
432
|
+
Accept:
|
433
|
+
- "*/*"
|
434
|
+
Host:
|
435
|
+
- api.steemitdev.com
|
436
|
+
Content-Length:
|
437
|
+
- '68'
|
438
|
+
response:
|
439
|
+
status:
|
440
|
+
code: 200
|
441
|
+
message: OK
|
442
|
+
headers:
|
443
|
+
Date:
|
444
|
+
- Sat, 07 Nov 2020 20:30:48 GMT
|
445
|
+
Content-Type:
|
446
|
+
- application/json
|
447
|
+
Content-Length:
|
448
|
+
- '85'
|
449
|
+
Connection:
|
450
|
+
- keep-alive
|
451
|
+
Server:
|
452
|
+
- nginx
|
453
|
+
X-Jussi-Request-Id:
|
454
|
+
- '000568087456016918'
|
455
|
+
X-Amzn-Trace-Id:
|
456
|
+
- Root=1-5fa703f8-48e3d14027a8b1707c2863b3
|
457
|
+
Access-Control-Allow-Origin:
|
458
|
+
- "*"
|
459
|
+
Access-Control-Allow-Methods:
|
460
|
+
- GET, POST, OPTIONS
|
461
|
+
Access-Control-Allow-Headers:
|
462
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
463
|
+
Strict-Transport-Security:
|
464
|
+
- max-age=31557600; includeSubDomains; preload
|
465
|
+
Content-Security-Policy:
|
466
|
+
- upgrade-insecure-requests
|
467
|
+
body:
|
468
|
+
encoding: UTF-8
|
469
|
+
string: '{"jsonrpc":"2.0","result":{"args":{"limit":500},"ret":{"bids":[],"asks":[]}},"id":42}'
|
470
|
+
recorded_at: Sat, 07 Nov 2020 20:30:48 GMT
|
471
|
+
- request:
|
472
|
+
method: post
|
473
|
+
uri: https://api.steemitdev.com/
|
474
|
+
body:
|
475
|
+
encoding: UTF-8
|
476
|
+
string: '{"jsonrpc":"2.0","id":43,"method":"market_history_api.get_order_book","params":{"limit":10}}'
|
477
|
+
headers:
|
478
|
+
Content-Type:
|
479
|
+
- application/json; charset=utf-8
|
480
|
+
User-Agent:
|
481
|
+
- steem-ruby/0.9.5
|
482
|
+
Accept-Encoding:
|
483
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
484
|
+
Accept:
|
485
|
+
- "*/*"
|
486
|
+
Host:
|
487
|
+
- api.steemitdev.com
|
488
|
+
Content-Length:
|
489
|
+
- '114'
|
490
|
+
response:
|
491
|
+
status:
|
492
|
+
code: 200
|
493
|
+
message: OK
|
494
|
+
headers:
|
495
|
+
Date:
|
496
|
+
- Sat, 07 Nov 2020 20:30:49 GMT
|
497
|
+
Content-Type:
|
498
|
+
- application/json
|
499
|
+
Transfer-Encoding:
|
500
|
+
- chunked
|
501
|
+
Connection:
|
502
|
+
- keep-alive
|
503
|
+
Server:
|
504
|
+
- nginx
|
505
|
+
X-Jussi-Request-Id:
|
506
|
+
- '001028569849120595'
|
507
|
+
X-Amzn-Trace-Id:
|
508
|
+
- Root=1-5fa703f8-077a2d282f8bed0d0e3642b2
|
509
|
+
Access-Control-Allow-Origin:
|
510
|
+
- "*"
|
511
|
+
Access-Control-Allow-Methods:
|
512
|
+
- GET, POST, OPTIONS
|
513
|
+
Access-Control-Allow-Headers:
|
514
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
515
|
+
Strict-Transport-Security:
|
516
|
+
- max-age=31557600; includeSubDomains; preload
|
517
|
+
Content-Security-Policy:
|
518
|
+
- upgrade-insecure-requests
|
519
|
+
body:
|
520
|
+
encoding: ASCII-8BIT
|
521
|
+
string: '{"jsonrpc":"2.0","result":{"bids":[{"order_price":{"base":{"amount":"2000","precision":3,"nai":"@@000000013"},"quote":{"amount":"14183","precision":3,"nai":"@@000000021"}},"real_price":"0.14101388986815203","steem":14183,"sbd":2000,"created":"2020-11-07T20:30:24"},{"order_price":{"base":{"amount":"148344","precision":3,"nai":"@@000000013"},"quote":{"amount":"1052085","precision":3,"nai":"@@000000021"}},"real_price":"0.14100001425740316","steem":1052085,"sbd":148344,"created":"2020-11-07T20:30:15"},{"order_price":{"base":{"amount":"5288","precision":3,"nai":"@@000000013"},"quote":{"amount":"37756","precision":3,"nai":"@@000000021"}},"real_price":"0.14005720945015362","steem":37756,"sbd":5288,"created":"2020-11-07T20:29:00"},{"order_price":{"base":{"amount":"168000","precision":3,"nai":"@@000000013"},"quote":{"amount":"1200000","precision":3,"nai":"@@000000021"}},"real_price":"0.14000000000000001","steem":1200000,"sbd":168000,"created":"2020-11-07T20:24:18"},{"order_price":{"base":{"amount":"218","precision":3,"nai":"@@000000013"},"quote":{"amount":"1578","precision":3,"nai":"@@000000021"}},"real_price":"0.13814955640050697","steem":1578,"sbd":218,"created":"2020-11-07T20:07:09"},{"order_price":{"base":{"amount":"53391","precision":3,"nai":"@@000000013"},"quote":{"amount":"386583","precision":3,"nai":"@@000000021"}},"real_price":"0.13811005657258596","steem":386583,"sbd":53391,"created":"2020-11-07T19:35:54"},{"order_price":{"base":{"amount":"1160","precision":3,"nai":"@@000000013"},"quote":{"amount":"8468","precision":3,"nai":"@@000000021"}},"real_price":"0.13698630136986301","steem":8468,"sbd":1160,"created":"2020-11-05T14:15:12"},{"order_price":{"base":{"amount":"68","precision":3,"nai":"@@000000013"},"quote":{"amount":"497","precision":3,"nai":"@@000000021"}},"real_price":"0.13682092555331993","steem":497,"sbd":68,"created":"2020-11-05T23:14:09"},{"order_price":{"base":{"amount":"1059","precision":3,"nai":"@@000000013"},"quote":{"amount":"7780","precision":3,"nai":"@@000000021"}},"real_price":"0.13611825192802057","steem":7780,"sbd":1059,"created":"2020-11-05T13:08:42"},{"order_price":{"base":{"amount":"929","precision":3,"nai":"@@000000013"},"quote":{"amount":"6825","precision":3,"nai":"@@000000021"}},"real_price":"0.13611721611721611","steem":6825,"sbd":929,"created":"2020-11-05T14:50:03"}],"asks":[{"order_price":{"base":{"amount":"13668","precision":3,"nai":"@@000000021"},"quote":{"amount":"1996","precision":3,"nai":"@@000000013"}},"real_price":"0.14603453321627158","steem":13668,"sbd":1996,"created":"2020-11-07T20:30:48"},{"order_price":{"base":{"amount":"13668","precision":3,"nai":"@@000000021"},"quote":{"amount":"1999","precision":3,"nai":"@@000000013"}},"real_price":"0.14625402399765877","steem":13668,"sbd":1999,"created":"2020-11-07T20:30:45"},{"order_price":{"base":{"amount":"13620","precision":3,"nai":"@@000000021"},"quote":{"amount":"1999","precision":3,"nai":"@@000000013"}},"real_price":"0.14676945668135097","steem":13620,"sbd":1999,"created":"2020-11-07T20:30:24"},{"order_price":{"base":{"amount":"699029","precision":3,"nai":"@@000000021"},"quote":{"amount":"103422","precision":3,"nai":"@@000000013"}},"real_price":"0.14795094338003145","steem":699029,"sbd":103422,"created":"2020-11-07T20:11:33"},{"order_price":{"base":{"amount":"80000","precision":3,"nai":"@@000000021"},"quote":{"amount":"11840","precision":3,"nai":"@@000000013"}},"real_price":"0.14799999999999999","steem":80000,"sbd":11840,"created":"2020-11-07T20:08:15"},{"order_price":{"base":{"amount":"39304","precision":3,"nai":"@@000000021"},"quote":{"amount":"5856","precision":3,"nai":"@@000000013"}},"real_price":"0.14899246895990231","steem":39304,"sbd":5856,"created":"2020-11-07T20:13:18"},{"order_price":{"base":{"amount":"156221","precision":3,"nai":"@@000000021"},"quote":{"amount":"23736","precision":3,"nai":"@@000000013"}},"real_price":"0.15193859980412364","steem":156221,"sbd":23736,"created":"2020-11-07T19:22:18"},{"order_price":{"base":{"amount":"54148","precision":3,"nai":"@@000000021"},"quote":{"amount":"8230","precision":3,"nai":"@@000000013"}},"real_price":"0.15199083992021867","steem":31680,"sbd":4815,"created":"2020-11-07T09:18:12"},{"order_price":{"base":{"amount":"33390","precision":3,"nai":"@@000000021"},"quote":{"amount":"5075","precision":3,"nai":"@@000000013"}},"real_price":"0.15199161425576521","steem":33390,"sbd":5075,"created":"2020-11-07T10:33:12"},{"order_price":{"base":{"amount":"36916","precision":3,"nai":"@@000000021"},"quote":{"amount":"5611","precision":3,"nai":"@@000000013"}},"real_price":"0.15199371546213025","steem":36916,"sbd":5611,"created":"2020-11-07T09:23:06"}]},"id":43}'
|
522
|
+
recorded_at: Sat, 07 Nov 2020 20:30:49 GMT
|
523
|
+
- request:
|
524
|
+
method: post
|
525
|
+
uri: https://api.steemitdev.com/
|
526
|
+
body:
|
527
|
+
encoding: UTF-8
|
528
|
+
string: '{"jsonrpc":"2.0","id":46,"method":"jsonrpc.get_signature","params":{"method":"market_history_api.get_order_book"}}'
|
529
|
+
headers:
|
530
|
+
Content-Type:
|
531
|
+
- application/json; charset=utf-8
|
532
|
+
User-Agent:
|
533
|
+
- steem-ruby/0.9.5
|
534
|
+
Accept-Encoding:
|
535
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
536
|
+
Accept:
|
537
|
+
- "*/*"
|
538
|
+
Host:
|
539
|
+
- api.steemitdev.com
|
540
|
+
Content-Length:
|
541
|
+
- '85'
|
542
|
+
response:
|
543
|
+
status:
|
544
|
+
code: 200
|
545
|
+
message: OK
|
546
|
+
headers:
|
547
|
+
Date:
|
548
|
+
- Sat, 07 Nov 2020 20:34:17 GMT
|
549
|
+
Content-Type:
|
550
|
+
- application/json
|
551
|
+
Content-Length:
|
552
|
+
- '85'
|
553
|
+
Connection:
|
554
|
+
- keep-alive
|
555
|
+
Server:
|
556
|
+
- nginx
|
557
|
+
X-Jussi-Request-Id:
|
558
|
+
- '000545228377127510'
|
559
|
+
X-Amzn-Trace-Id:
|
560
|
+
- Root=1-5fa704c7-648b811a030874825a8679ac
|
561
|
+
Access-Control-Allow-Origin:
|
562
|
+
- "*"
|
563
|
+
Access-Control-Allow-Methods:
|
564
|
+
- GET, POST, OPTIONS
|
565
|
+
Access-Control-Allow-Headers:
|
566
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
567
|
+
Strict-Transport-Security:
|
568
|
+
- max-age=31557600; includeSubDomains; preload
|
569
|
+
Content-Security-Policy:
|
570
|
+
- upgrade-insecure-requests
|
571
|
+
body:
|
572
|
+
encoding: UTF-8
|
573
|
+
string: '{"jsonrpc":"2.0","result":{"args":{"limit":500},"ret":{"bids":[],"asks":[]}},"id":46}'
|
574
|
+
recorded_at: Sat, 07 Nov 2020 20:34:17 GMT
|
575
|
+
- request:
|
576
|
+
method: post
|
577
|
+
uri: https://api.steemitdev.com/
|
578
|
+
body:
|
579
|
+
encoding: UTF-8
|
580
|
+
string: '{"jsonrpc":"2.0","id":47,"method":"market_history_api.get_order_book","params":{"limit":10}}'
|
581
|
+
headers:
|
582
|
+
Content-Type:
|
583
|
+
- application/json; charset=utf-8
|
584
|
+
User-Agent:
|
585
|
+
- steem-ruby/0.9.5
|
586
|
+
Accept-Encoding:
|
587
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
588
|
+
Accept:
|
589
|
+
- "*/*"
|
590
|
+
Host:
|
591
|
+
- api.steemitdev.com
|
592
|
+
Content-Length:
|
593
|
+
- '114'
|
594
|
+
response:
|
595
|
+
status:
|
596
|
+
code: 200
|
597
|
+
message: OK
|
598
|
+
headers:
|
599
|
+
Date:
|
600
|
+
- Sat, 07 Nov 2020 20:34:19 GMT
|
601
|
+
Content-Type:
|
602
|
+
- application/json
|
603
|
+
Transfer-Encoding:
|
604
|
+
- chunked
|
605
|
+
Connection:
|
606
|
+
- keep-alive
|
607
|
+
Server:
|
608
|
+
- nginx
|
609
|
+
X-Jussi-Request-Id:
|
610
|
+
- '000854161002096961'
|
611
|
+
X-Amzn-Trace-Id:
|
612
|
+
- Root=1-5fa704c9-78bfe756221d3e3a4601e312
|
613
|
+
Access-Control-Allow-Origin:
|
614
|
+
- "*"
|
615
|
+
Access-Control-Allow-Methods:
|
616
|
+
- GET, POST, OPTIONS
|
617
|
+
Access-Control-Allow-Headers:
|
618
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
619
|
+
Strict-Transport-Security:
|
620
|
+
- max-age=31557600; includeSubDomains; preload
|
621
|
+
Content-Security-Policy:
|
622
|
+
- upgrade-insecure-requests
|
623
|
+
body:
|
624
|
+
encoding: ASCII-8BIT
|
625
|
+
string: '{"jsonrpc":"2.0","result":{"bids":[{"order_price":{"base":{"amount":"2000","precision":3,"nai":"@@000000013"},"quote":{"amount":"14284","precision":3,"nai":"@@000000021"}},"real_price":"0.14001680201624195","steem":14284,"sbd":2000,"created":"2020-11-07T20:33:24"},{"order_price":{"base":{"amount":"168000","precision":3,"nai":"@@000000013"},"quote":{"amount":"1200000","precision":3,"nai":"@@000000021"}},"real_price":"0.14000000000000001","steem":52035,"sbd":7285,"created":"2020-11-07T20:24:18"},{"order_price":{"base":{"amount":"39871","precision":3,"nai":"@@000000013"},"quote":{"amount":"288587","precision":3,"nai":"@@000000021"}},"real_price":"0.13815937654849317","steem":288587,"sbd":39871,"created":"2020-11-07T20:33:30"},{"order_price":{"base":{"amount":"218","precision":3,"nai":"@@000000013"},"quote":{"amount":"1578","precision":3,"nai":"@@000000021"}},"real_price":"0.13814955640050697","steem":1578,"sbd":218,"created":"2020-11-07T20:07:09"},{"order_price":{"base":{"amount":"53391","precision":3,"nai":"@@000000013"},"quote":{"amount":"386583","precision":3,"nai":"@@000000021"}},"real_price":"0.13811005657258596","steem":386583,"sbd":53391,"created":"2020-11-07T19:35:54"},{"order_price":{"base":{"amount":"1160","precision":3,"nai":"@@000000013"},"quote":{"amount":"8468","precision":3,"nai":"@@000000021"}},"real_price":"0.13698630136986301","steem":8468,"sbd":1160,"created":"2020-11-05T14:15:12"},{"order_price":{"base":{"amount":"68","precision":3,"nai":"@@000000013"},"quote":{"amount":"497","precision":3,"nai":"@@000000021"}},"real_price":"0.13682092555331993","steem":497,"sbd":68,"created":"2020-11-05T23:14:09"},{"order_price":{"base":{"amount":"1059","precision":3,"nai":"@@000000013"},"quote":{"amount":"7780","precision":3,"nai":"@@000000021"}},"real_price":"0.13611825192802057","steem":7780,"sbd":1059,"created":"2020-11-05T13:08:42"},{"order_price":{"base":{"amount":"929","precision":3,"nai":"@@000000013"},"quote":{"amount":"6825","precision":3,"nai":"@@000000021"}},"real_price":"0.13611721611721611","steem":6825,"sbd":929,"created":"2020-11-05T14:50:03"},{"order_price":{"base":{"amount":"100000","precision":3,"nai":"@@000000013"},"quote":{"amount":"734700","precision":3,"nai":"@@000000021"}},"real_price":"0.13610997686130394","steem":162111,"sbd":22065,"created":"2020-11-04T13:54:42"}],"asks":[{"order_price":{"base":{"amount":"13538","precision":3,"nai":"@@000000021"},"quote":{"amount":"1999","precision":3,"nai":"@@000000013"}},"real_price":"0.14765844290146254","steem":13538,"sbd":1999,"created":"2020-11-07T20:33:48"},{"order_price":{"base":{"amount":"699029","precision":3,"nai":"@@000000021"},"quote":{"amount":"103422","precision":3,"nai":"@@000000013"}},"real_price":"0.14795094338003145","steem":699029,"sbd":103422,"created":"2020-11-07T20:11:33"},{"order_price":{"base":{"amount":"80000","precision":3,"nai":"@@000000021"},"quote":{"amount":"11840","precision":3,"nai":"@@000000013"}},"real_price":"0.14799999999999999","steem":80000,"sbd":11840,"created":"2020-11-07T20:08:15"},{"order_price":{"base":{"amount":"39304","precision":3,"nai":"@@000000021"},"quote":{"amount":"5856","precision":3,"nai":"@@000000013"}},"real_price":"0.14899246895990231","steem":39304,"sbd":5856,"created":"2020-11-07T20:13:18"},{"order_price":{"base":{"amount":"156221","precision":3,"nai":"@@000000021"},"quote":{"amount":"23736","precision":3,"nai":"@@000000013"}},"real_price":"0.15193859980412364","steem":156221,"sbd":23736,"created":"2020-11-07T19:22:18"},{"order_price":{"base":{"amount":"54148","precision":3,"nai":"@@000000021"},"quote":{"amount":"8230","precision":3,"nai":"@@000000013"}},"real_price":"0.15199083992021867","steem":31680,"sbd":4815,"created":"2020-11-07T09:18:12"},{"order_price":{"base":{"amount":"33390","precision":3,"nai":"@@000000021"},"quote":{"amount":"5075","precision":3,"nai":"@@000000013"}},"real_price":"0.15199161425576521","steem":33390,"sbd":5075,"created":"2020-11-07T10:33:12"},{"order_price":{"base":{"amount":"36916","precision":3,"nai":"@@000000021"},"quote":{"amount":"5611","precision":3,"nai":"@@000000013"}},"real_price":"0.15199371546213025","steem":36916,"sbd":5611,"created":"2020-11-07T09:23:06"},{"order_price":{"base":{"amount":"45541","precision":3,"nai":"@@000000021"},"quote":{"amount":"6922","precision":3,"nai":"@@000000013"}},"real_price":"0.15199490568937879","steem":45541,"sbd":6922,"created":"2020-11-07T18:38:21"},{"order_price":{"base":{"amount":"1000000","precision":3,"nai":"@@000000021"},"quote":{"amount":"151999","precision":3,"nai":"@@000000013"}},"real_price":"0.15199900000000000","steem":1000000,"sbd":151999,"created":"2020-11-07T15:56:30"}]},"id":47}'
|
626
|
+
recorded_at: Sat, 07 Nov 2020 20:34:19 GMT
|
627
|
+
- request:
|
628
|
+
method: post
|
629
|
+
uri: https://api.steemitdev.com/
|
630
|
+
body:
|
631
|
+
encoding: UTF-8
|
632
|
+
string: '{"jsonrpc":"2.0","id":56,"method":"jsonrpc.get_signature","params":{"method":"market_history_api.get_order_book"}}'
|
633
|
+
headers:
|
634
|
+
Content-Type:
|
635
|
+
- application/json; charset=utf-8
|
636
|
+
User-Agent:
|
637
|
+
- steem-ruby/0.9.5
|
638
|
+
Accept-Encoding:
|
639
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
640
|
+
Accept:
|
641
|
+
- "*/*"
|
642
|
+
Host:
|
643
|
+
- api.steemitdev.com
|
644
|
+
Content-Length:
|
645
|
+
- '78'
|
646
|
+
response:
|
647
|
+
status:
|
648
|
+
code: 200
|
649
|
+
message: OK
|
650
|
+
headers:
|
651
|
+
Date:
|
652
|
+
- Sat, 07 Nov 2020 20:41:59 GMT
|
653
|
+
Content-Type:
|
654
|
+
- application/json
|
655
|
+
Content-Length:
|
656
|
+
- '85'
|
657
|
+
Connection:
|
658
|
+
- keep-alive
|
659
|
+
Server:
|
660
|
+
- nginx
|
661
|
+
X-Jussi-Request-Id:
|
662
|
+
- '000171020037339807'
|
663
|
+
X-Amzn-Trace-Id:
|
664
|
+
- Root=1-5fa70695-11dcf2070ce48cd62f77d4f8
|
665
|
+
Access-Control-Allow-Origin:
|
666
|
+
- "*"
|
667
|
+
Access-Control-Allow-Methods:
|
668
|
+
- GET, POST, OPTIONS
|
669
|
+
Access-Control-Allow-Headers:
|
670
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
671
|
+
Strict-Transport-Security:
|
672
|
+
- max-age=31557600; includeSubDomains; preload
|
673
|
+
Content-Security-Policy:
|
674
|
+
- upgrade-insecure-requests
|
675
|
+
body:
|
676
|
+
encoding: UTF-8
|
677
|
+
string: '{"jsonrpc":"2.0","result":{"args":{"limit":500},"ret":{"bids":[],"asks":[]}},"id":56}'
|
678
|
+
recorded_at: Sat, 07 Nov 2020 20:41:59 GMT
|
679
|
+
- request:
|
680
|
+
method: post
|
681
|
+
uri: https://api.steemitdev.com/
|
682
|
+
body:
|
683
|
+
encoding: UTF-8
|
684
|
+
string: '{"jsonrpc":"2.0","id":57,"method":"market_history_api.get_order_book","params":{"limit":10}}'
|
685
|
+
headers:
|
686
|
+
Content-Type:
|
687
|
+
- application/json; charset=utf-8
|
688
|
+
User-Agent:
|
689
|
+
- steem-ruby/0.9.5
|
690
|
+
Accept-Encoding:
|
691
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
692
|
+
Accept:
|
693
|
+
- "*/*"
|
694
|
+
Host:
|
695
|
+
- api.steemitdev.com
|
696
|
+
Content-Length:
|
697
|
+
- '114'
|
698
|
+
response:
|
699
|
+
status:
|
700
|
+
code: 200
|
701
|
+
message: OK
|
702
|
+
headers:
|
703
|
+
Date:
|
704
|
+
- Sat, 07 Nov 2020 20:42:01 GMT
|
705
|
+
Content-Type:
|
706
|
+
- application/json
|
707
|
+
Transfer-Encoding:
|
708
|
+
- chunked
|
709
|
+
Connection:
|
710
|
+
- keep-alive
|
711
|
+
Server:
|
712
|
+
- nginx
|
713
|
+
X-Jussi-Request-Id:
|
714
|
+
- '000507250436340839'
|
715
|
+
X-Amzn-Trace-Id:
|
716
|
+
- Root=1-5fa70697-19ab3ac86427aaee7096c6ed
|
717
|
+
Access-Control-Allow-Origin:
|
718
|
+
- "*"
|
719
|
+
Access-Control-Allow-Methods:
|
720
|
+
- GET, POST, OPTIONS
|
721
|
+
Access-Control-Allow-Headers:
|
722
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
723
|
+
Strict-Transport-Security:
|
724
|
+
- max-age=31557600; includeSubDomains; preload
|
725
|
+
Content-Security-Policy:
|
726
|
+
- upgrade-insecure-requests
|
727
|
+
body:
|
728
|
+
encoding: ASCII-8BIT
|
729
|
+
string: '{"jsonrpc":"2.0","result":{"bids":[{"order_price":{"base":{"amount":"2000","precision":3,"nai":"@@000000013"},"quote":{"amount":"14284","precision":3,"nai":"@@000000021"}},"real_price":"0.14001680201624195","steem":14284,"sbd":2000,"created":"2020-11-07T20:33:24"},{"order_price":{"base":{"amount":"168000","precision":3,"nai":"@@000000013"},"quote":{"amount":"1200000","precision":3,"nai":"@@000000021"}},"real_price":"0.14000000000000001","steem":52035,"sbd":7285,"created":"2020-11-07T20:24:18"},{"order_price":{"base":{"amount":"39871","precision":3,"nai":"@@000000013"},"quote":{"amount":"288587","precision":3,"nai":"@@000000021"}},"real_price":"0.13815937654849317","steem":288587,"sbd":39871,"created":"2020-11-07T20:33:30"},{"order_price":{"base":{"amount":"218","precision":3,"nai":"@@000000013"},"quote":{"amount":"1578","precision":3,"nai":"@@000000021"}},"real_price":"0.13814955640050697","steem":1578,"sbd":218,"created":"2020-11-07T20:07:09"},{"order_price":{"base":{"amount":"53391","precision":3,"nai":"@@000000013"},"quote":{"amount":"386583","precision":3,"nai":"@@000000021"}},"real_price":"0.13811005657258596","steem":386583,"sbd":53391,"created":"2020-11-07T19:35:54"},{"order_price":{"base":{"amount":"1160","precision":3,"nai":"@@000000013"},"quote":{"amount":"8468","precision":3,"nai":"@@000000021"}},"real_price":"0.13698630136986301","steem":8468,"sbd":1160,"created":"2020-11-05T14:15:12"},{"order_price":{"base":{"amount":"68","precision":3,"nai":"@@000000013"},"quote":{"amount":"497","precision":3,"nai":"@@000000021"}},"real_price":"0.13682092555331993","steem":497,"sbd":68,"created":"2020-11-05T23:14:09"},{"order_price":{"base":{"amount":"1059","precision":3,"nai":"@@000000013"},"quote":{"amount":"7780","precision":3,"nai":"@@000000021"}},"real_price":"0.13611825192802057","steem":7780,"sbd":1059,"created":"2020-11-05T13:08:42"},{"order_price":{"base":{"amount":"929","precision":3,"nai":"@@000000013"},"quote":{"amount":"6825","precision":3,"nai":"@@000000021"}},"real_price":"0.13611721611721611","steem":6825,"sbd":929,"created":"2020-11-05T14:50:03"},{"order_price":{"base":{"amount":"100000","precision":3,"nai":"@@000000013"},"quote":{"amount":"734700","precision":3,"nai":"@@000000021"}},"real_price":"0.13610997686130394","steem":162111,"sbd":22065,"created":"2020-11-04T13:54:42"}],"asks":[{"order_price":{"base":{"amount":"13613","precision":3,"nai":"@@000000021"},"quote":{"amount":"1999","precision":3,"nai":"@@000000013"}},"real_price":"0.14684492764269449","steem":13613,"sbd":1999,"created":"2020-11-07T20:42:00"},{"order_price":{"base":{"amount":"13586","precision":3,"nai":"@@000000021"},"quote":{"amount":"1999","precision":3,"nai":"@@000000013"}},"real_price":"0.14713675842779331","steem":13586,"sbd":1999,"created":"2020-11-07T20:41:39"},{"order_price":{"base":{"amount":"6603","precision":3,"nai":"@@000000021"},"quote":{"amount":"974","precision":3,"nai":"@@000000013"}},"real_price":"0.14750870816295622","steem":6603,"sbd":974,"created":"2020-11-07T20:41:03"},{"order_price":{"base":{"amount":"699029","precision":3,"nai":"@@000000021"},"quote":{"amount":"103422","precision":3,"nai":"@@000000013"}},"real_price":"0.14795094338003145","steem":699029,"sbd":103422,"created":"2020-11-07T20:11:33"},{"order_price":{"base":{"amount":"80000","precision":3,"nai":"@@000000021"},"quote":{"amount":"11840","precision":3,"nai":"@@000000013"}},"real_price":"0.14799999999999999","steem":80000,"sbd":11840,"created":"2020-11-07T20:08:15"},{"order_price":{"base":{"amount":"39304","precision":3,"nai":"@@000000021"},"quote":{"amount":"5856","precision":3,"nai":"@@000000013"}},"real_price":"0.14899246895990231","steem":39304,"sbd":5856,"created":"2020-11-07T20:13:18"},{"order_price":{"base":{"amount":"156221","precision":3,"nai":"@@000000021"},"quote":{"amount":"23736","precision":3,"nai":"@@000000013"}},"real_price":"0.15193859980412364","steem":156221,"sbd":23736,"created":"2020-11-07T19:22:18"},{"order_price":{"base":{"amount":"54148","precision":3,"nai":"@@000000021"},"quote":{"amount":"8230","precision":3,"nai":"@@000000013"}},"real_price":"0.15199083992021867","steem":31680,"sbd":4815,"created":"2020-11-07T09:18:12"},{"order_price":{"base":{"amount":"33390","precision":3,"nai":"@@000000021"},"quote":{"amount":"5075","precision":3,"nai":"@@000000013"}},"real_price":"0.15199161425576521","steem":33390,"sbd":5075,"created":"2020-11-07T10:33:12"},{"order_price":{"base":{"amount":"36916","precision":3,"nai":"@@000000021"},"quote":{"amount":"5611","precision":3,"nai":"@@000000013"}},"real_price":"0.15199371546213025","steem":36916,"sbd":5611,"created":"2020-11-07T09:23:06"}]},"id":57}'
|
730
|
+
recorded_at: Sat, 07 Nov 2020 20:42:01 GMT
|
731
|
+
- request:
|
732
|
+
method: post
|
733
|
+
uri: https://api.steemitdev.com/
|
734
|
+
body:
|
735
|
+
encoding: UTF-8
|
736
|
+
string: '{"jsonrpc":"2.0","id":55,"method":"jsonrpc.get_signature","params":{"method":"market_history_api.get_order_book"}}'
|
737
|
+
headers:
|
738
|
+
Content-Type:
|
739
|
+
- application/json; charset=utf-8
|
740
|
+
User-Agent:
|
741
|
+
- steem-ruby/0.9.5
|
742
|
+
Accept-Encoding:
|
743
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
744
|
+
Accept:
|
745
|
+
- "*/*"
|
746
|
+
Host:
|
747
|
+
- api.steemitdev.com
|
748
|
+
Content-Length:
|
749
|
+
- '78'
|
750
|
+
response:
|
751
|
+
status:
|
752
|
+
code: 200
|
753
|
+
message: OK
|
754
|
+
headers:
|
755
|
+
Date:
|
756
|
+
- Sat, 07 Nov 2020 20:47:39 GMT
|
757
|
+
Content-Type:
|
758
|
+
- application/json
|
759
|
+
Content-Length:
|
760
|
+
- '85'
|
761
|
+
Connection:
|
762
|
+
- keep-alive
|
763
|
+
Server:
|
764
|
+
- nginx
|
765
|
+
X-Jussi-Request-Id:
|
766
|
+
- '000096447362643608'
|
767
|
+
X-Amzn-Trace-Id:
|
768
|
+
- Root=1-5fa707e9-302969bb7e95d9ab5a4f1d39
|
769
|
+
Access-Control-Allow-Origin:
|
770
|
+
- "*"
|
771
|
+
Access-Control-Allow-Methods:
|
772
|
+
- GET, POST, OPTIONS
|
773
|
+
Access-Control-Allow-Headers:
|
774
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
775
|
+
Strict-Transport-Security:
|
776
|
+
- max-age=31557600; includeSubDomains; preload
|
777
|
+
Content-Security-Policy:
|
778
|
+
- upgrade-insecure-requests
|
779
|
+
body:
|
780
|
+
encoding: UTF-8
|
781
|
+
string: '{"jsonrpc":"2.0","result":{"args":{"limit":500},"ret":{"bids":[],"asks":[]}},"id":55}'
|
782
|
+
recorded_at: Sat, 07 Nov 2020 20:47:39 GMT
|
783
|
+
- request:
|
784
|
+
method: post
|
785
|
+
uri: https://api.steemitdev.com/
|
786
|
+
body:
|
787
|
+
encoding: UTF-8
|
788
|
+
string: '{"jsonrpc":"2.0","id":56,"method":"market_history_api.get_order_book","params":{"limit":10}}'
|
789
|
+
headers:
|
790
|
+
Content-Type:
|
791
|
+
- application/json; charset=utf-8
|
792
|
+
User-Agent:
|
793
|
+
- steem-ruby/0.9.5
|
794
|
+
Accept-Encoding:
|
795
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
796
|
+
Accept:
|
797
|
+
- "*/*"
|
798
|
+
Host:
|
799
|
+
- api.steemitdev.com
|
800
|
+
Content-Length:
|
801
|
+
- '114'
|
802
|
+
response:
|
803
|
+
status:
|
804
|
+
code: 200
|
805
|
+
message: OK
|
806
|
+
headers:
|
807
|
+
Date:
|
808
|
+
- Sat, 07 Nov 2020 20:47:39 GMT
|
809
|
+
Content-Type:
|
810
|
+
- application/json
|
811
|
+
Transfer-Encoding:
|
812
|
+
- chunked
|
813
|
+
Connection:
|
814
|
+
- keep-alive
|
815
|
+
Server:
|
816
|
+
- nginx
|
817
|
+
X-Jussi-Request-Id:
|
818
|
+
- '001051687290826771'
|
819
|
+
X-Amzn-Trace-Id:
|
820
|
+
- Root=1-5fa707eb-1a29595153f9f2981c711ce7
|
821
|
+
Access-Control-Allow-Origin:
|
822
|
+
- "*"
|
823
|
+
Access-Control-Allow-Methods:
|
824
|
+
- GET, POST, OPTIONS
|
825
|
+
Access-Control-Allow-Headers:
|
826
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
827
|
+
Strict-Transport-Security:
|
828
|
+
- max-age=31557600; includeSubDomains; preload
|
829
|
+
Content-Security-Policy:
|
830
|
+
- upgrade-insecure-requests
|
831
|
+
body:
|
832
|
+
encoding: ASCII-8BIT
|
833
|
+
string: '{"jsonrpc":"2.0","result":{"bids":[{"order_price":{"base":{"amount":"2000","precision":3,"nai":"@@000000013"},"quote":{"amount":"14284","precision":3,"nai":"@@000000021"}},"real_price":"0.14001680201624195","steem":14284,"sbd":2000,"created":"2020-11-07T20:33:24"},{"order_price":{"base":{"amount":"168020","precision":3,"nai":"@@000000013"},"quote":{"amount":"1200000","precision":3,"nai":"@@000000021"}},"real_price":"0.14001666666666668","steem":1200000,"sbd":168020,"created":"2020-11-07T20:46:51"},{"order_price":{"base":{"amount":"168000","precision":3,"nai":"@@000000013"},"quote":{"amount":"1200000","precision":3,"nai":"@@000000021"}},"real_price":"0.14000000000000001","steem":52035,"sbd":7285,"created":"2020-11-07T20:24:18"},{"order_price":{"base":{"amount":"218","precision":3,"nai":"@@000000013"},"quote":{"amount":"1578","precision":3,"nai":"@@000000021"}},"real_price":"0.13814955640050697","steem":1578,"sbd":218,"created":"2020-11-07T20:07:09"},{"order_price":{"base":{"amount":"53391","precision":3,"nai":"@@000000013"},"quote":{"amount":"386583","precision":3,"nai":"@@000000021"}},"real_price":"0.13811005657258596","steem":386583,"sbd":53391,"created":"2020-11-07T19:35:54"},{"order_price":{"base":{"amount":"1160","precision":3,"nai":"@@000000013"},"quote":{"amount":"8468","precision":3,"nai":"@@000000021"}},"real_price":"0.13698630136986301","steem":8468,"sbd":1160,"created":"2020-11-05T14:15:12"},{"order_price":{"base":{"amount":"68","precision":3,"nai":"@@000000013"},"quote":{"amount":"497","precision":3,"nai":"@@000000021"}},"real_price":"0.13682092555331993","steem":497,"sbd":68,"created":"2020-11-05T23:14:09"},{"order_price":{"base":{"amount":"1059","precision":3,"nai":"@@000000013"},"quote":{"amount":"7780","precision":3,"nai":"@@000000021"}},"real_price":"0.13611825192802057","steem":7780,"sbd":1059,"created":"2020-11-05T13:08:42"},{"order_price":{"base":{"amount":"929","precision":3,"nai":"@@000000013"},"quote":{"amount":"6825","precision":3,"nai":"@@000000021"}},"real_price":"0.13611721611721611","steem":6825,"sbd":929,"created":"2020-11-05T14:50:03"},{"order_price":{"base":{"amount":"100000","precision":3,"nai":"@@000000013"},"quote":{"amount":"734700","precision":3,"nai":"@@000000021"}},"real_price":"0.13610997686130394","steem":162111,"sbd":22065,"created":"2020-11-04T13:54:42"}],"asks":[{"order_price":{"base":{"amount":"13808","precision":3,"nai":"@@000000021"},"quote":{"amount":"1999","precision":3,"nai":"@@000000013"}},"real_price":"0.14477114716106604","steem":13808,"sbd":1999,"created":"2020-11-07T20:46:54"},{"order_price":{"base":{"amount":"6603","precision":3,"nai":"@@000000021"},"quote":{"amount":"974","precision":3,"nai":"@@000000013"}},"real_price":"0.14750870816295622","steem":6603,"sbd":974,"created":"2020-11-07T20:41:03"},{"order_price":{"base":{"amount":"699029","precision":3,"nai":"@@000000021"},"quote":{"amount":"103422","precision":3,"nai":"@@000000013"}},"real_price":"0.14795094338003145","steem":699029,"sbd":103422,"created":"2020-11-07T20:11:33"},{"order_price":{"base":{"amount":"80000","precision":3,"nai":"@@000000021"},"quote":{"amount":"11840","precision":3,"nai":"@@000000013"}},"real_price":"0.14799999999999999","steem":80000,"sbd":11840,"created":"2020-11-07T20:08:15"},{"order_price":{"base":{"amount":"39304","precision":3,"nai":"@@000000021"},"quote":{"amount":"5856","precision":3,"nai":"@@000000013"}},"real_price":"0.14899246895990231","steem":39304,"sbd":5856,"created":"2020-11-07T20:13:18"},{"order_price":{"base":{"amount":"156221","precision":3,"nai":"@@000000021"},"quote":{"amount":"23736","precision":3,"nai":"@@000000013"}},"real_price":"0.15193859980412364","steem":156221,"sbd":23736,"created":"2020-11-07T19:22:18"},{"order_price":{"base":{"amount":"54148","precision":3,"nai":"@@000000021"},"quote":{"amount":"8230","precision":3,"nai":"@@000000013"}},"real_price":"0.15199083992021867","steem":31680,"sbd":4815,"created":"2020-11-07T09:18:12"},{"order_price":{"base":{"amount":"33390","precision":3,"nai":"@@000000021"},"quote":{"amount":"5075","precision":3,"nai":"@@000000013"}},"real_price":"0.15199161425576521","steem":33390,"sbd":5075,"created":"2020-11-07T10:33:12"},{"order_price":{"base":{"amount":"36916","precision":3,"nai":"@@000000021"},"quote":{"amount":"5611","precision":3,"nai":"@@000000013"}},"real_price":"0.15199371546213025","steem":36916,"sbd":5611,"created":"2020-11-07T09:23:06"},{"order_price":{"base":{"amount":"45541","precision":3,"nai":"@@000000021"},"quote":{"amount":"6922","precision":3,"nai":"@@000000013"}},"real_price":"0.15199490568937879","steem":45541,"sbd":6922,"created":"2020-11-07T18:38:21"}]},"id":56}'
|
834
|
+
recorded_at: Sat, 07 Nov 2020 20:47:39 GMT
|
835
|
+
- request:
|
836
|
+
method: post
|
837
|
+
uri: https://api.steemitdev.com/
|
838
|
+
body:
|
839
|
+
encoding: UTF-8
|
840
|
+
string: '{"jsonrpc":"2.0","id":8,"method":"jsonrpc.get_signature","params":{"method":"market_history_api.get_order_book"}}'
|
841
|
+
headers:
|
842
|
+
Content-Type:
|
843
|
+
- application/json; charset=utf-8
|
844
|
+
User-Agent:
|
845
|
+
- steem-ruby/0.9.5
|
846
|
+
Accept-Encoding:
|
847
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
848
|
+
Accept:
|
849
|
+
- "*/*"
|
850
|
+
Host:
|
851
|
+
- api.steemitdev.com
|
852
|
+
Content-Length:
|
853
|
+
- '84'
|
854
|
+
response:
|
855
|
+
status:
|
856
|
+
code: 200
|
857
|
+
message: OK
|
858
|
+
headers:
|
859
|
+
Date:
|
860
|
+
- Sat, 07 Nov 2020 20:52:32 GMT
|
861
|
+
Content-Type:
|
862
|
+
- application/json
|
863
|
+
Content-Length:
|
864
|
+
- '84'
|
865
|
+
Connection:
|
866
|
+
- keep-alive
|
867
|
+
Server:
|
868
|
+
- nginx
|
869
|
+
X-Jussi-Request-Id:
|
870
|
+
- '000808268103730383'
|
871
|
+
X-Amzn-Trace-Id:
|
872
|
+
- Root=1-5fa7090f-3f436eed37c9cbf25ea6e141
|
873
|
+
Access-Control-Allow-Origin:
|
874
|
+
- "*"
|
875
|
+
Access-Control-Allow-Methods:
|
876
|
+
- GET, POST, OPTIONS
|
877
|
+
Access-Control-Allow-Headers:
|
878
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
879
|
+
Strict-Transport-Security:
|
880
|
+
- max-age=31557600; includeSubDomains; preload
|
881
|
+
Content-Security-Policy:
|
882
|
+
- upgrade-insecure-requests
|
883
|
+
body:
|
884
|
+
encoding: UTF-8
|
885
|
+
string: '{"jsonrpc":"2.0","result":{"args":{"limit":500},"ret":{"bids":[],"asks":[]}},"id":8}'
|
886
|
+
recorded_at: Sat, 07 Nov 2020 20:52:32 GMT
|
887
|
+
- request:
|
888
|
+
method: post
|
889
|
+
uri: https://api.steemitdev.com/
|
890
|
+
body:
|
891
|
+
encoding: UTF-8
|
892
|
+
string: '{"jsonrpc":"2.0","id":9,"method":"market_history_api.get_order_book","params":{"limit":10}}'
|
893
|
+
headers:
|
894
|
+
Content-Type:
|
895
|
+
- application/json; charset=utf-8
|
896
|
+
User-Agent:
|
897
|
+
- steem-ruby/0.9.5
|
898
|
+
Accept-Encoding:
|
899
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
900
|
+
Accept:
|
901
|
+
- "*/*"
|
902
|
+
Host:
|
903
|
+
- api.steemitdev.com
|
904
|
+
Content-Length:
|
905
|
+
- '113'
|
906
|
+
response:
|
907
|
+
status:
|
908
|
+
code: 200
|
909
|
+
message: OK
|
910
|
+
headers:
|
911
|
+
Date:
|
912
|
+
- Sat, 07 Nov 2020 20:52:35 GMT
|
913
|
+
Content-Type:
|
914
|
+
- application/json
|
915
|
+
Transfer-Encoding:
|
916
|
+
- chunked
|
917
|
+
Connection:
|
918
|
+
- keep-alive
|
919
|
+
Server:
|
920
|
+
- nginx
|
921
|
+
X-Jussi-Request-Id:
|
922
|
+
- '000413913049680511'
|
923
|
+
X-Amzn-Trace-Id:
|
924
|
+
- Root=1-5fa70911-718920a05cd3b72772fee1fa
|
925
|
+
Access-Control-Allow-Origin:
|
926
|
+
- "*"
|
927
|
+
Access-Control-Allow-Methods:
|
928
|
+
- GET, POST, OPTIONS
|
929
|
+
Access-Control-Allow-Headers:
|
930
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
931
|
+
Strict-Transport-Security:
|
932
|
+
- max-age=31557600; includeSubDomains; preload
|
933
|
+
Content-Security-Policy:
|
934
|
+
- upgrade-insecure-requests
|
935
|
+
body:
|
936
|
+
encoding: ASCII-8BIT
|
937
|
+
string: '{"jsonrpc":"2.0","result":{"bids":[{"order_price":{"base":{"amount":"398","precision":3,"nai":"@@000000013"},"quote":{"amount":"2841","precision":3,"nai":"@@000000021"}},"real_price":"0.14009151707145370","steem":2841,"sbd":398,"created":"2020-11-07T20:52:27"},{"order_price":{"base":{"amount":"2000","precision":3,"nai":"@@000000013"},"quote":{"amount":"14277","precision":3,"nai":"@@000000021"}},"real_price":"0.14008545212579673","steem":14277,"sbd":2000,"created":"2020-11-07T20:52:27"},{"order_price":{"base":{"amount":"168090","precision":3,"nai":"@@000000013"},"quote":{"amount":"1200000","precision":3,"nai":"@@000000021"}},"real_price":"0.14007500000000001","steem":1200000,"sbd":168090,"created":"2020-11-07T20:52:15"},{"order_price":{"base":{"amount":"39871","precision":3,"nai":"@@000000013"},"quote":{"amount":"284678","precision":3,"nai":"@@000000021"}},"real_price":"0.14005648487062575","steem":284678,"sbd":39871,"created":"2020-11-07T20:48:30"},{"order_price":{"base":{"amount":"168020","precision":3,"nai":"@@000000013"},"quote":{"amount":"1200000","precision":3,"nai":"@@000000021"}},"real_price":"0.14001666666666668","steem":1200000,"sbd":168020,"created":"2020-11-07T20:46:51"},{"order_price":{"base":{"amount":"168000","precision":3,"nai":"@@000000013"},"quote":{"amount":"1200000","precision":3,"nai":"@@000000021"}},"real_price":"0.14000000000000001","steem":52035,"sbd":7285,"created":"2020-11-07T20:24:18"},{"order_price":{"base":{"amount":"218","precision":3,"nai":"@@000000013"},"quote":{"amount":"1578","precision":3,"nai":"@@000000021"}},"real_price":"0.13814955640050697","steem":1578,"sbd":218,"created":"2020-11-07T20:07:09"},{"order_price":{"base":{"amount":"53391","precision":3,"nai":"@@000000013"},"quote":{"amount":"386583","precision":3,"nai":"@@000000021"}},"real_price":"0.13811005657258596","steem":386583,"sbd":53391,"created":"2020-11-07T19:35:54"},{"order_price":{"base":{"amount":"1160","precision":3,"nai":"@@000000013"},"quote":{"amount":"8468","precision":3,"nai":"@@000000021"}},"real_price":"0.13698630136986301","steem":8468,"sbd":1160,"created":"2020-11-05T14:15:12"},{"order_price":{"base":{"amount":"68","precision":3,"nai":"@@000000013"},"quote":{"amount":"497","precision":3,"nai":"@@000000021"}},"real_price":"0.13682092555331993","steem":497,"sbd":68,"created":"2020-11-05T23:14:09"}],"asks":[{"order_price":{"base":{"amount":"13613","precision":3,"nai":"@@000000021"},"quote":{"amount":"1999","precision":3,"nai":"@@000000013"}},"real_price":"0.14684492764269449","steem":13613,"sbd":1999,"created":"2020-11-07T20:52:27"},{"order_price":{"base":{"amount":"699029","precision":3,"nai":"@@000000021"},"quote":{"amount":"103422","precision":3,"nai":"@@000000013"}},"real_price":"0.14795094338003145","steem":699029,"sbd":103422,"created":"2020-11-07T20:11:33"},{"order_price":{"base":{"amount":"80000","precision":3,"nai":"@@000000021"},"quote":{"amount":"11840","precision":3,"nai":"@@000000013"}},"real_price":"0.14799999999999999","steem":80000,"sbd":11840,"created":"2020-11-07T20:08:15"},{"order_price":{"base":{"amount":"39304","precision":3,"nai":"@@000000021"},"quote":{"amount":"5856","precision":3,"nai":"@@000000013"}},"real_price":"0.14899246895990231","steem":39304,"sbd":5856,"created":"2020-11-07T20:13:18"},{"order_price":{"base":{"amount":"156221","precision":3,"nai":"@@000000021"},"quote":{"amount":"23736","precision":3,"nai":"@@000000013"}},"real_price":"0.15193859980412364","steem":156221,"sbd":23736,"created":"2020-11-07T19:22:18"},{"order_price":{"base":{"amount":"54148","precision":3,"nai":"@@000000021"},"quote":{"amount":"8230","precision":3,"nai":"@@000000013"}},"real_price":"0.15199083992021867","steem":31680,"sbd":4815,"created":"2020-11-07T09:18:12"},{"order_price":{"base":{"amount":"33390","precision":3,"nai":"@@000000021"},"quote":{"amount":"5075","precision":3,"nai":"@@000000013"}},"real_price":"0.15199161425576521","steem":33390,"sbd":5075,"created":"2020-11-07T10:33:12"},{"order_price":{"base":{"amount":"36916","precision":3,"nai":"@@000000021"},"quote":{"amount":"5611","precision":3,"nai":"@@000000013"}},"real_price":"0.15199371546213025","steem":36916,"sbd":5611,"created":"2020-11-07T09:23:06"},{"order_price":{"base":{"amount":"45541","precision":3,"nai":"@@000000021"},"quote":{"amount":"6922","precision":3,"nai":"@@000000013"}},"real_price":"0.15199490568937879","steem":45541,"sbd":6922,"created":"2020-11-07T18:38:21"},{"order_price":{"base":{"amount":"1000000","precision":3,"nai":"@@000000021"},"quote":{"amount":"151999","precision":3,"nai":"@@000000013"}},"real_price":"0.15199900000000000","steem":1000000,"sbd":151999,"created":"2020-11-07T15:56:30"}]},"id":9}'
|
938
|
+
recorded_at: Sat, 07 Nov 2020 20:52:35 GMT
|
939
|
+
- request:
|
940
|
+
method: post
|
941
|
+
uri: https://api.steemitdev.com/
|
942
|
+
body:
|
943
|
+
encoding: UTF-8
|
944
|
+
string: '{"jsonrpc":"2.0","id":98,"method":"jsonrpc.get_signature","params":{"method":"market_history_api.get_order_book"}}'
|
945
|
+
headers:
|
946
|
+
Content-Type:
|
947
|
+
- application/json; charset=utf-8
|
948
|
+
User-Agent:
|
949
|
+
- steem-ruby/0.9.5
|
950
|
+
Accept-Encoding:
|
951
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
952
|
+
Accept:
|
953
|
+
- "*/*"
|
954
|
+
Host:
|
955
|
+
- api.steemit.com
|
956
|
+
Content-Length:
|
957
|
+
- '86'
|
958
|
+
response:
|
959
|
+
status:
|
960
|
+
code: 200
|
961
|
+
message: OK
|
962
|
+
headers:
|
963
|
+
Date:
|
964
|
+
- Sat, 07 Nov 2020 21:08:39 GMT
|
965
|
+
Content-Type:
|
966
|
+
- application/json
|
967
|
+
Content-Length:
|
968
|
+
- '85'
|
969
|
+
Connection:
|
970
|
+
- keep-alive
|
971
|
+
Server:
|
972
|
+
- nginx
|
973
|
+
X-Jussi-Request-Id:
|
974
|
+
- '000635816018177365'
|
975
|
+
X-Amzn-Trace-Id:
|
976
|
+
- Root=1-5fa70cd5-1d75bbb668d8ac8441e80e78
|
977
|
+
Access-Control-Allow-Origin:
|
978
|
+
- "*"
|
979
|
+
Access-Control-Allow-Methods:
|
980
|
+
- GET, POST, OPTIONS
|
981
|
+
Access-Control-Allow-Headers:
|
982
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
983
|
+
Strict-Transport-Security:
|
984
|
+
- max-age=31557600; includeSubDomains; preload
|
985
|
+
Content-Security-Policy:
|
986
|
+
- upgrade-insecure-requests
|
987
|
+
body:
|
988
|
+
encoding: UTF-8
|
989
|
+
string: '{"jsonrpc":"2.0","result":{"args":{"limit":500},"ret":{"bids":[],"asks":[]}},"id":98}'
|
990
|
+
recorded_at: Sat, 07 Nov 2020 21:08:39 GMT
|
991
|
+
- request:
|
992
|
+
method: post
|
993
|
+
uri: https://api.steemitdev.com/
|
994
|
+
body:
|
995
|
+
encoding: UTF-8
|
996
|
+
string: '{"jsonrpc":"2.0","id":99,"method":"market_history_api.get_order_book","params":{"limit":10}}'
|
997
|
+
headers:
|
998
|
+
Content-Type:
|
999
|
+
- application/json; charset=utf-8
|
1000
|
+
User-Agent:
|
1001
|
+
- steem-ruby/0.9.5
|
1002
|
+
Accept-Encoding:
|
1003
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1004
|
+
Accept:
|
1005
|
+
- "*/*"
|
1006
|
+
Host:
|
1007
|
+
- api.steemit.com
|
1008
|
+
Content-Length:
|
1009
|
+
- '114'
|
1010
|
+
response:
|
1011
|
+
status:
|
1012
|
+
code: 200
|
1013
|
+
message: OK
|
1014
|
+
headers:
|
1015
|
+
Date:
|
1016
|
+
- Sat, 07 Nov 2020 21:08:39 GMT
|
1017
|
+
Content-Type:
|
1018
|
+
- application/json
|
1019
|
+
Transfer-Encoding:
|
1020
|
+
- chunked
|
1021
|
+
Connection:
|
1022
|
+
- keep-alive
|
1023
|
+
Server:
|
1024
|
+
- nginx
|
1025
|
+
X-Jussi-Request-Id:
|
1026
|
+
- '000639425894623180'
|
1027
|
+
X-Amzn-Trace-Id:
|
1028
|
+
- Root=1-5fa70cd7-526e93b452cb34fd36a5af1f
|
1029
|
+
Access-Control-Allow-Origin:
|
1030
|
+
- "*"
|
1031
|
+
Access-Control-Allow-Methods:
|
1032
|
+
- GET, POST, OPTIONS
|
1033
|
+
Access-Control-Allow-Headers:
|
1034
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
1035
|
+
Strict-Transport-Security:
|
1036
|
+
- max-age=31557600; includeSubDomains; preload
|
1037
|
+
Content-Security-Policy:
|
1038
|
+
- upgrade-insecure-requests
|
1039
|
+
body:
|
1040
|
+
encoding: ASCII-8BIT
|
1041
|
+
string: '{"jsonrpc":"2.0","result":{"bids":[{"order_price":{"base":{"amount":"2000","precision":3,"nai":"@@000000013"},"quote":{"amount":"14168","precision":3,"nai":"@@000000021"}},"real_price":"0.14116318464144550","steem":14168,"sbd":2000,"created":"2020-11-07T21:08:15"},{"order_price":{"base":{"amount":"40140","precision":3,"nai":"@@000000013"},"quote":{"amount":"284391","precision":3,"nai":"@@000000021"}},"real_price":"0.14114370707933796","steem":284391,"sbd":40140,"created":"2020-11-07T21:08:03"},{"order_price":{"base":{"amount":"53391","precision":3,"nai":"@@000000013"},"quote":{"amount":"378367","precision":3,"nai":"@@000000021"}},"real_price":"0.14110902906437400","steem":378367,"sbd":53391,"created":"2020-11-07T21:06:24"},{"order_price":{"base":{"amount":"169290","precision":3,"nai":"@@000000013"},"quote":{"amount":"1200000","precision":3,"nai":"@@000000021"}},"real_price":"0.14107500000000001","steem":1200000,"sbd":169290,"created":"2020-11-07T21:04:42"},{"order_price":{"base":{"amount":"218","precision":3,"nai":"@@000000013"},"quote":{"amount":"1578","precision":3,"nai":"@@000000021"}},"real_price":"0.13814955640050697","steem":1578,"sbd":218,"created":"2020-11-07T20:07:09"},{"order_price":{"base":{"amount":"1160","precision":3,"nai":"@@000000013"},"quote":{"amount":"8468","precision":3,"nai":"@@000000021"}},"real_price":"0.13698630136986301","steem":8468,"sbd":1160,"created":"2020-11-05T14:15:12"},{"order_price":{"base":{"amount":"68","precision":3,"nai":"@@000000013"},"quote":{"amount":"497","precision":3,"nai":"@@000000021"}},"real_price":"0.13682092555331993","steem":497,"sbd":68,"created":"2020-11-05T23:14:09"},{"order_price":{"base":{"amount":"1059","precision":3,"nai":"@@000000013"},"quote":{"amount":"7780","precision":3,"nai":"@@000000021"}},"real_price":"0.13611825192802057","steem":7780,"sbd":1059,"created":"2020-11-05T13:08:42"},{"order_price":{"base":{"amount":"929","precision":3,"nai":"@@000000013"},"quote":{"amount":"6825","precision":3,"nai":"@@000000021"}},"real_price":"0.13611721611721611","steem":6825,"sbd":929,"created":"2020-11-05T14:50:03"},{"order_price":{"base":{"amount":"100000","precision":3,"nai":"@@000000013"},"quote":{"amount":"734700","precision":3,"nai":"@@000000021"}},"real_price":"0.13610997686130394","steem":162111,"sbd":22065,"created":"2020-11-04T13:54:42"}],"asks":[{"order_price":{"base":{"amount":"13684","precision":3,"nai":"@@000000021"},"quote":{"amount":"1996","precision":3,"nai":"@@000000013"}},"real_price":"0.14586378251973106","steem":13684,"sbd":1996,"created":"2020-11-07T21:08:33"},{"order_price":{"base":{"amount":"13684","precision":3,"nai":"@@000000021"},"quote":{"amount":"1999","precision":3,"nai":"@@000000013"}},"real_price":"0.14608301666179480","steem":13684,"sbd":1999,"created":"2020-11-07T21:08:15"},{"order_price":{"base":{"amount":"12514","precision":3,"nai":"@@000000021"},"quote":{"amount":"1829","precision":3,"nai":"@@000000013"}},"real_price":"0.14615630493846893","steem":12514,"sbd":1829,"created":"2020-11-07T21:04:33"},{"order_price":{"base":{"amount":"699029","precision":3,"nai":"@@000000021"},"quote":{"amount":"103422","precision":3,"nai":"@@000000013"}},"real_price":"0.14795094338003145","steem":697212,"sbd":103153,"created":"2020-11-07T20:11:33"},{"order_price":{"base":{"amount":"80000","precision":3,"nai":"@@000000021"},"quote":{"amount":"11840","precision":3,"nai":"@@000000013"}},"real_price":"0.14799999999999999","steem":80000,"sbd":11840,"created":"2020-11-07T20:08:15"},{"order_price":{"base":{"amount":"39304","precision":3,"nai":"@@000000021"},"quote":{"amount":"5856","precision":3,"nai":"@@000000013"}},"real_price":"0.14899246895990231","steem":39304,"sbd":5856,"created":"2020-11-07T20:13:18"},{"order_price":{"base":{"amount":"156221","precision":3,"nai":"@@000000021"},"quote":{"amount":"23736","precision":3,"nai":"@@000000013"}},"real_price":"0.15193859980412364","steem":156221,"sbd":23736,"created":"2020-11-07T19:22:18"},{"order_price":{"base":{"amount":"54148","precision":3,"nai":"@@000000021"},"quote":{"amount":"8230","precision":3,"nai":"@@000000013"}},"real_price":"0.15199083992021867","steem":31680,"sbd":4815,"created":"2020-11-07T09:18:12"},{"order_price":{"base":{"amount":"33390","precision":3,"nai":"@@000000021"},"quote":{"amount":"5075","precision":3,"nai":"@@000000013"}},"real_price":"0.15199161425576521","steem":33390,"sbd":5075,"created":"2020-11-07T10:33:12"},{"order_price":{"base":{"amount":"36916","precision":3,"nai":"@@000000021"},"quote":{"amount":"5611","precision":3,"nai":"@@000000013"}},"real_price":"0.15199371546213025","steem":36916,"sbd":5611,"created":"2020-11-07T09:23:06"}]},"id":99}'
|
1042
|
+
recorded_at: Sat, 07 Nov 2020 21:08:39 GMT
|
1043
|
+
- request:
|
1044
|
+
method: post
|
1045
|
+
uri: https://api.steemitdev.com/
|
1046
|
+
body:
|
1047
|
+
encoding: UTF-8
|
1048
|
+
string: '{"jsonrpc":"2.0","id":61,"method":"jsonrpc.get_signature","params":{"method":"market_history_api.get_order_book"}}'
|
1049
|
+
headers:
|
1050
|
+
Content-Type:
|
1051
|
+
- application/json; charset=utf-8
|
1052
|
+
User-Agent:
|
1053
|
+
- steem-ruby/0.9.5
|
1054
|
+
Accept-Encoding:
|
1055
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1056
|
+
Accept:
|
1057
|
+
- "*/*"
|
1058
|
+
Host:
|
1059
|
+
- api.steemitdev.com
|
1060
|
+
Content-Length:
|
1061
|
+
- '94'
|
1062
|
+
response:
|
1063
|
+
status:
|
1064
|
+
code: 200
|
1065
|
+
message: OK
|
1066
|
+
headers:
|
1067
|
+
Date:
|
1068
|
+
- Sat, 07 Nov 2020 21:11:02 GMT
|
1069
|
+
Content-Type:
|
1070
|
+
- application/json
|
1071
|
+
Content-Length:
|
1072
|
+
- '85'
|
1073
|
+
Connection:
|
1074
|
+
- keep-alive
|
1075
|
+
Server:
|
1076
|
+
- nginx
|
1077
|
+
X-Jussi-Request-Id:
|
1078
|
+
- '000440548769015176'
|
1079
|
+
X-Amzn-Trace-Id:
|
1080
|
+
- Root=1-5fa70d66-017f294e00107756576c4518
|
1081
|
+
Access-Control-Allow-Origin:
|
1082
|
+
- "*"
|
1083
|
+
Access-Control-Allow-Methods:
|
1084
|
+
- GET, POST, OPTIONS
|
1085
|
+
Access-Control-Allow-Headers:
|
1086
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
1087
|
+
Strict-Transport-Security:
|
1088
|
+
- max-age=31557600; includeSubDomains; preload
|
1089
|
+
Content-Security-Policy:
|
1090
|
+
- upgrade-insecure-requests
|
1091
|
+
body:
|
1092
|
+
encoding: UTF-8
|
1093
|
+
string: '{"jsonrpc":"2.0","result":{"args":{"limit":500},"ret":{"bids":[],"asks":[]}},"id":61}'
|
1094
|
+
recorded_at: Sat, 07 Nov 2020 21:11:02 GMT
|
1095
|
+
- request:
|
1096
|
+
method: post
|
1097
|
+
uri: https://api.steemitdev.com/
|
1098
|
+
body:
|
1099
|
+
encoding: UTF-8
|
1100
|
+
string: '{"jsonrpc":"2.0","id":62,"method":"market_history_api.get_order_book","params":{"limit":10}}'
|
1101
|
+
headers:
|
1102
|
+
Content-Type:
|
1103
|
+
- application/json; charset=utf-8
|
1104
|
+
User-Agent:
|
1105
|
+
- steem-ruby/0.9.5
|
1106
|
+
Accept-Encoding:
|
1107
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1108
|
+
Accept:
|
1109
|
+
- "*/*"
|
1110
|
+
Host:
|
1111
|
+
- api.steemitdev.com
|
1112
|
+
Content-Length:
|
1113
|
+
- '114'
|
1114
|
+
response:
|
1115
|
+
status:
|
1116
|
+
code: 200
|
1117
|
+
message: OK
|
1118
|
+
headers:
|
1119
|
+
Date:
|
1120
|
+
- Sat, 07 Nov 2020 21:11:04 GMT
|
1121
|
+
Content-Type:
|
1122
|
+
- application/json
|
1123
|
+
Transfer-Encoding:
|
1124
|
+
- chunked
|
1125
|
+
Connection:
|
1126
|
+
- keep-alive
|
1127
|
+
Server:
|
1128
|
+
- nginx
|
1129
|
+
X-Jussi-Request-Id:
|
1130
|
+
- '000069924872080203'
|
1131
|
+
X-Amzn-Trace-Id:
|
1132
|
+
- Root=1-5fa70d67-3e86e1865b898b26484820bb
|
1133
|
+
Access-Control-Allow-Origin:
|
1134
|
+
- "*"
|
1135
|
+
Access-Control-Allow-Methods:
|
1136
|
+
- GET, POST, OPTIONS
|
1137
|
+
Access-Control-Allow-Headers:
|
1138
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
1139
|
+
Strict-Transport-Security:
|
1140
|
+
- max-age=31557600; includeSubDomains; preload
|
1141
|
+
Content-Security-Policy:
|
1142
|
+
- upgrade-insecure-requests
|
1143
|
+
body:
|
1144
|
+
encoding: ASCII-8BIT
|
1145
|
+
string: '{"jsonrpc":"2.0","result":{"bids":[{"order_price":{"base":{"amount":"2000","precision":3,"nai":"@@000000013"},"quote":{"amount":"14168","precision":3,"nai":"@@000000021"}},"real_price":"0.14116318464144550","steem":14168,"sbd":2000,"created":"2020-11-07T21:10:18"},{"order_price":{"base":{"amount":"138977","precision":3,"nai":"@@000000013"},"quote":{"amount":"984514","precision":3,"nai":"@@000000021"}},"real_price":"0.14116305100790846","steem":984514,"sbd":138977,"created":"2020-11-07T21:10:54"},{"order_price":{"base":{"amount":"40140","precision":3,"nai":"@@000000013"},"quote":{"amount":"284391","precision":3,"nai":"@@000000021"}},"real_price":"0.14114370707933796","steem":284391,"sbd":40140,"created":"2020-11-07T21:10:09"},{"order_price":{"base":{"amount":"53391","precision":3,"nai":"@@000000013"},"quote":{"amount":"378367","precision":3,"nai":"@@000000021"}},"real_price":"0.14110902906437400","steem":378367,"sbd":53391,"created":"2020-11-07T21:06:24"},{"order_price":{"base":{"amount":"169290","precision":3,"nai":"@@000000013"},"quote":{"amount":"1200000","precision":3,"nai":"@@000000021"}},"real_price":"0.14107500000000001","steem":1200000,"sbd":169290,"created":"2020-11-07T21:04:42"},{"order_price":{"base":{"amount":"218","precision":3,"nai":"@@000000013"},"quote":{"amount":"1578","precision":3,"nai":"@@000000021"}},"real_price":"0.13814955640050697","steem":1578,"sbd":218,"created":"2020-11-07T20:07:09"},{"order_price":{"base":{"amount":"1160","precision":3,"nai":"@@000000013"},"quote":{"amount":"8468","precision":3,"nai":"@@000000021"}},"real_price":"0.13698630136986301","steem":8468,"sbd":1160,"created":"2020-11-05T14:15:12"},{"order_price":{"base":{"amount":"68","precision":3,"nai":"@@000000013"},"quote":{"amount":"497","precision":3,"nai":"@@000000021"}},"real_price":"0.13682092555331993","steem":497,"sbd":68,"created":"2020-11-05T23:14:09"},{"order_price":{"base":{"amount":"1059","precision":3,"nai":"@@000000013"},"quote":{"amount":"7780","precision":3,"nai":"@@000000021"}},"real_price":"0.13611825192802057","steem":7780,"sbd":1059,"created":"2020-11-05T13:08:42"},{"order_price":{"base":{"amount":"929","precision":3,"nai":"@@000000013"},"quote":{"amount":"6825","precision":3,"nai":"@@000000021"}},"real_price":"0.13611721611721611","steem":6825,"sbd":929,"created":"2020-11-05T14:50:03"}],"asks":[{"order_price":{"base":{"amount":"13684","precision":3,"nai":"@@000000021"},"quote":{"amount":"1996","precision":3,"nai":"@@000000013"}},"real_price":"0.14586378251973106","steem":13684,"sbd":1996,"created":"2020-11-07T21:11:03"},{"order_price":{"base":{"amount":"13684","precision":3,"nai":"@@000000021"},"quote":{"amount":"1999","precision":3,"nai":"@@000000013"}},"real_price":"0.14608301666179480","steem":13684,"sbd":1999,"created":"2020-11-07T21:10:42"},{"order_price":{"base":{"amount":"12514","precision":3,"nai":"@@000000021"},"quote":{"amount":"1829","precision":3,"nai":"@@000000013"}},"real_price":"0.14615630493846893","steem":12514,"sbd":1829,"created":"2020-11-07T21:04:33"},{"order_price":{"base":{"amount":"699029","precision":3,"nai":"@@000000021"},"quote":{"amount":"103422","precision":3,"nai":"@@000000013"}},"real_price":"0.14795094338003145","steem":697212,"sbd":103153,"created":"2020-11-07T20:11:33"},{"order_price":{"base":{"amount":"80000","precision":3,"nai":"@@000000021"},"quote":{"amount":"11840","precision":3,"nai":"@@000000013"}},"real_price":"0.14799999999999999","steem":80000,"sbd":11840,"created":"2020-11-07T20:08:15"},{"order_price":{"base":{"amount":"39304","precision":3,"nai":"@@000000021"},"quote":{"amount":"5856","precision":3,"nai":"@@000000013"}},"real_price":"0.14899246895990231","steem":39304,"sbd":5856,"created":"2020-11-07T20:13:18"},{"order_price":{"base":{"amount":"156221","precision":3,"nai":"@@000000021"},"quote":{"amount":"23736","precision":3,"nai":"@@000000013"}},"real_price":"0.15193859980412364","steem":156221,"sbd":23736,"created":"2020-11-07T19:22:18"},{"order_price":{"base":{"amount":"54148","precision":3,"nai":"@@000000021"},"quote":{"amount":"8230","precision":3,"nai":"@@000000013"}},"real_price":"0.15199083992021867","steem":31680,"sbd":4815,"created":"2020-11-07T09:18:12"},{"order_price":{"base":{"amount":"33390","precision":3,"nai":"@@000000021"},"quote":{"amount":"5075","precision":3,"nai":"@@000000013"}},"real_price":"0.15199161425576521","steem":33390,"sbd":5075,"created":"2020-11-07T10:33:12"},{"order_price":{"base":{"amount":"36916","precision":3,"nai":"@@000000021"},"quote":{"amount":"5611","precision":3,"nai":"@@000000013"}},"real_price":"0.15199371546213025","steem":36916,"sbd":5611,"created":"2020-11-07T09:23:06"}]},"id":62}'
|
1146
|
+
recorded_at: Sat, 07 Nov 2020 21:11:05 GMT
|
1147
|
+
- request:
|
1148
|
+
method: post
|
1149
|
+
uri: https://api.steemitdev.com/
|
1150
|
+
body:
|
1151
|
+
encoding: UTF-8
|
1152
|
+
string: '{"jsonrpc":"2.0","id":57,"method":"jsonrpc.get_signature","params":{"method":"market_history_api.get_order_book"}}'
|
1153
|
+
headers:
|
1154
|
+
Content-Type:
|
1155
|
+
- application/json; charset=utf-8
|
1156
|
+
User-Agent:
|
1157
|
+
- steem-ruby/0.9.5
|
1158
|
+
Accept-Encoding:
|
1159
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1160
|
+
Accept:
|
1161
|
+
- "*/*"
|
1162
|
+
Host:
|
1163
|
+
- api.steemitdev.com
|
1164
|
+
Content-Length:
|
1165
|
+
- '94'
|
1166
|
+
response:
|
1167
|
+
status:
|
1168
|
+
code: 200
|
1169
|
+
message: OK
|
1170
|
+
headers:
|
1171
|
+
Date:
|
1172
|
+
- Sun, 08 Nov 2020 05:39:59 GMT
|
1173
|
+
Content-Type:
|
1174
|
+
- application/json
|
1175
|
+
Content-Length:
|
1176
|
+
- '85'
|
1177
|
+
Connection:
|
1178
|
+
- keep-alive
|
1179
|
+
Server:
|
1180
|
+
- nginx
|
1181
|
+
X-Jussi-Request-Id:
|
1182
|
+
- '000099974100160244'
|
1183
|
+
X-Amzn-Trace-Id:
|
1184
|
+
- Root=1-5fa784ae-442f94c144e9539a22db7b9f
|
1185
|
+
Access-Control-Allow-Origin:
|
1186
|
+
- "*"
|
1187
|
+
Access-Control-Allow-Methods:
|
1188
|
+
- GET, POST, OPTIONS
|
1189
|
+
Access-Control-Allow-Headers:
|
1190
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
1191
|
+
Strict-Transport-Security:
|
1192
|
+
- max-age=31557600; includeSubDomains; preload
|
1193
|
+
Content-Security-Policy:
|
1194
|
+
- upgrade-insecure-requests
|
1195
|
+
body:
|
1196
|
+
encoding: UTF-8
|
1197
|
+
string: '{"jsonrpc":"2.0","result":{"args":{"limit":500},"ret":{"bids":[],"asks":[]}},"id":57}'
|
1198
|
+
recorded_at: Sun, 08 Nov 2020 05:39:59 GMT
|
1199
|
+
- request:
|
1200
|
+
method: post
|
1201
|
+
uri: https://api.steemitdev.com/
|
1202
|
+
body:
|
1203
|
+
encoding: UTF-8
|
1204
|
+
string: '{"jsonrpc":"2.0","id":58,"method":"market_history_api.get_order_book","params":{"limit":10}}'
|
1205
|
+
headers:
|
1206
|
+
Content-Type:
|
1207
|
+
- application/json; charset=utf-8
|
1208
|
+
User-Agent:
|
1209
|
+
- steem-ruby/0.9.5
|
1210
|
+
Accept-Encoding:
|
1211
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1212
|
+
Accept:
|
1213
|
+
- "*/*"
|
1214
|
+
Host:
|
1215
|
+
- api.steemitdev.com
|
1216
|
+
Content-Length:
|
1217
|
+
- '114'
|
1218
|
+
response:
|
1219
|
+
status:
|
1220
|
+
code: 200
|
1221
|
+
message: OK
|
1222
|
+
headers:
|
1223
|
+
Date:
|
1224
|
+
- Sun, 08 Nov 2020 05:40:00 GMT
|
1225
|
+
Content-Type:
|
1226
|
+
- application/json
|
1227
|
+
Transfer-Encoding:
|
1228
|
+
- chunked
|
1229
|
+
Connection:
|
1230
|
+
- keep-alive
|
1231
|
+
Server:
|
1232
|
+
- nginx
|
1233
|
+
X-Jussi-Request-Id:
|
1234
|
+
- '000414557370667497'
|
1235
|
+
X-Amzn-Trace-Id:
|
1236
|
+
- Root=1-5fa784b0-44c9f7fe20edc48b2b2a37a8
|
1237
|
+
Access-Control-Allow-Origin:
|
1238
|
+
- "*"
|
1239
|
+
Access-Control-Allow-Methods:
|
1240
|
+
- GET, POST, OPTIONS
|
1241
|
+
Access-Control-Allow-Headers:
|
1242
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
1243
|
+
Strict-Transport-Security:
|
1244
|
+
- max-age=31557600; includeSubDomains; preload
|
1245
|
+
Content-Security-Policy:
|
1246
|
+
- upgrade-insecure-requests
|
1247
|
+
body:
|
1248
|
+
encoding: ASCII-8BIT
|
1249
|
+
string: '{"jsonrpc":"2.0","result":{"bids":[{"order_price":{"base":{"amount":"327","precision":3,"nai":"@@000000013"},"quote":{"amount":"2258","precision":3,"nai":"@@000000021"}},"real_price":"0.14481842338352524","steem":2209,"sbd":320,"created":"2020-11-08T03:56:48"},{"order_price":{"base":{"amount":"15","precision":3,"nai":"@@000000013"},"quote":{"amount":"104","precision":3,"nai":"@@000000021"}},"real_price":"0.14423076923076922","steem":104,"sbd":15,"created":"2020-11-08T01:11:09"},{"order_price":{"base":{"amount":"1","precision":3,"nai":"@@000000013"},"quote":{"amount":"7","precision":3,"nai":"@@000000021"}},"real_price":"0.14285714285714285","steem":7,"sbd":1,"created":"2020-11-08T04:25:57"},{"order_price":{"base":{"amount":"21024","precision":3,"nai":"@@000000013"},"quote":{"amount":"149013","precision":3,"nai":"@@000000021"}},"real_price":"0.14108836141813130","steem":149013,"sbd":21024,"created":"2020-11-08T05:24:27"},{"order_price":{"base":{"amount":"2000","precision":3,"nai":"@@000000013"},"quote":{"amount":"14179","precision":3,"nai":"@@000000021"}},"real_price":"0.14105367092178575","steem":14179,"sbd":2000,"created":"2020-11-08T02:20:33"},{"order_price":{"base":{"amount":"10077","precision":3,"nai":"@@000000013"},"quote":{"amount":"71441","precision":3,"nai":"@@000000021"}},"real_price":"0.14105345669853445","steem":71441,"sbd":10077,"created":"2020-11-08T03:53:36"},{"order_price":{"base":{"amount":"13787","precision":3,"nai":"@@000000013"},"quote":{"amount":"97780","precision":3,"nai":"@@000000021"}},"real_price":"0.14100020454080589","steem":97780,"sbd":13787,"created":"2020-11-08T01:09:39"},{"order_price":{"base":{"amount":"218","precision":3,"nai":"@@000000013"},"quote":{"amount":"1578","precision":3,"nai":"@@000000021"}},"real_price":"0.13814955640050697","steem":1281,"sbd":177,"created":"2020-11-07T20:07:09"},{"order_price":{"base":{"amount":"1160","precision":3,"nai":"@@000000013"},"quote":{"amount":"8468","precision":3,"nai":"@@000000021"}},"real_price":"0.13698630136986301","steem":8468,"sbd":1160,"created":"2020-11-05T14:15:12"},{"order_price":{"base":{"amount":"68","precision":3,"nai":"@@000000013"},"quote":{"amount":"497","precision":3,"nai":"@@000000021"}},"real_price":"0.13682092555331993","steem":497,"sbd":68,"created":"2020-11-05T23:14:09"}],"asks":[{"order_price":{"base":{"amount":"1318","precision":3,"nai":"@@000000021"},"quote":{"amount":"191","precision":3,"nai":"@@000000013"}},"real_price":"0.14491654021244310","steem":1318,"sbd":191,"created":"2020-11-08T05:37:30"},{"order_price":{"base":{"amount":"13676","precision":3,"nai":"@@000000021"},"quote":{"amount":"1999","precision":3,"nai":"@@000000013"}},"real_price":"0.14616847031295702","steem":9247,"sbd":1351,"created":"2020-11-08T02:34:33"},{"order_price":{"base":{"amount":"13568","precision":3,"nai":"@@000000021"},"quote":{"amount":"1999","precision":3,"nai":"@@000000013"}},"real_price":"0.14733195754716982","steem":13568,"sbd":1999,"created":"2020-11-08T02:34:57"},{"order_price":{"base":{"amount":"750000","precision":3,"nai":"@@000000021"},"quote":{"amount":"110932","precision":3,"nai":"@@000000013"}},"real_price":"0.14790933333333334","steem":750000,"sbd":110932,"created":"2020-11-08T05:39:42"},{"order_price":{"base":{"amount":"692000","precision":3,"nai":"@@000000021"},"quote":{"amount":"102367","precision":3,"nai":"@@000000013"}},"real_price":"0.14792919075144509","steem":692000,"sbd":102367,"created":"2020-11-08T04:54:51"},{"order_price":{"base":{"amount":"1000000","precision":3,"nai":"@@000000021"},"quote":{"amount":"147964","precision":3,"nai":"@@000000013"}},"real_price":"0.14796400000000001","steem":1000000,"sbd":147964,"created":"2020-11-08T04:31:06"},{"order_price":{"base":{"amount":"80000","precision":3,"nai":"@@000000021"},"quote":{"amount":"11840","precision":3,"nai":"@@000000013"}},"real_price":"0.14799999999999999","steem":80000,"sbd":11840,"created":"2020-11-07T20:08:15"},{"order_price":{"base":{"amount":"39304","precision":3,"nai":"@@000000021"},"quote":{"amount":"5856","precision":3,"nai":"@@000000013"}},"real_price":"0.14899246895990231","steem":39304,"sbd":5856,"created":"2020-11-07T20:13:18"},{"order_price":{"base":{"amount":"15073","precision":3,"nai":"@@000000021"},"quote":{"amount":"2246","precision":3,"nai":"@@000000013"}},"real_price":"0.14900816028660518","steem":15073,"sbd":2246,"created":"2020-11-08T01:38:00"},{"order_price":{"base":{"amount":"7206","precision":3,"nai":"@@000000021"},"quote":{"amount":"1080","precision":3,"nai":"@@000000013"}},"real_price":"0.14987510407993340","steem":7206,"sbd":1080,"created":"2020-11-08T04:37:18"}]},"id":58}'
|
1250
|
+
recorded_at: Sun, 08 Nov 2020 05:40:00 GMT
|
1251
|
+
- request:
|
1252
|
+
method: post
|
1253
|
+
uri: https://api.steemitdev.com/
|
1254
|
+
body:
|
1255
|
+
encoding: UTF-8
|
1256
|
+
string: '{"jsonrpc":"2.0","id":23,"method":"jsonrpc.get_signature","params":{"method":"market_history_api.get_order_book"}}'
|
1257
|
+
headers:
|
1258
|
+
Content-Type:
|
1259
|
+
- application/json; charset=utf-8
|
1260
|
+
User-Agent:
|
1261
|
+
- steem-ruby/0.9.5
|
1262
|
+
Accept-Encoding:
|
1263
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1264
|
+
Accept:
|
1265
|
+
- "*/*"
|
1266
|
+
Host:
|
1267
|
+
- api.steemit.com
|
1268
|
+
Content-Length:
|
1269
|
+
- '85'
|
1270
|
+
response:
|
1271
|
+
status:
|
1272
|
+
code: 200
|
1273
|
+
message: OK
|
1274
|
+
headers:
|
1275
|
+
Date:
|
1276
|
+
- Sun, 08 Nov 2020 05:47:36 GMT
|
1277
|
+
Content-Type:
|
1278
|
+
- application/json
|
1279
|
+
Content-Length:
|
1280
|
+
- '85'
|
1281
|
+
Connection:
|
1282
|
+
- keep-alive
|
1283
|
+
Server:
|
1284
|
+
- nginx
|
1285
|
+
X-Jussi-Request-Id:
|
1286
|
+
- '000911691005219954'
|
1287
|
+
X-Amzn-Trace-Id:
|
1288
|
+
- Root=1-5fa78674-2a20807e628f426570f48fae
|
1289
|
+
Access-Control-Allow-Origin:
|
1290
|
+
- "*"
|
1291
|
+
Access-Control-Allow-Methods:
|
1292
|
+
- GET, POST, OPTIONS
|
1293
|
+
Access-Control-Allow-Headers:
|
1294
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
1295
|
+
Strict-Transport-Security:
|
1296
|
+
- max-age=31557600; includeSubDomains; preload
|
1297
|
+
Content-Security-Policy:
|
1298
|
+
- upgrade-insecure-requests
|
1299
|
+
body:
|
1300
|
+
encoding: UTF-8
|
1301
|
+
string: '{"jsonrpc":"2.0","result":{"args":{"limit":500},"ret":{"bids":[],"asks":[]}},"id":23}'
|
1302
|
+
recorded_at: Sun, 08 Nov 2020 05:47:36 GMT
|
1303
|
+
- request:
|
1304
|
+
method: post
|
1305
|
+
uri: https://api.steemitdev.com/
|
1306
|
+
body:
|
1307
|
+
encoding: UTF-8
|
1308
|
+
string: '{"jsonrpc":"2.0","id":24,"method":"market_history_api.get_order_book","params":{"limit":10}}'
|
1309
|
+
headers:
|
1310
|
+
Content-Type:
|
1311
|
+
- application/json; charset=utf-8
|
1312
|
+
User-Agent:
|
1313
|
+
- steem-ruby/0.9.5
|
1314
|
+
Accept-Encoding:
|
1315
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1316
|
+
Accept:
|
1317
|
+
- "*/*"
|
1318
|
+
Host:
|
1319
|
+
- api.steemit.com
|
1320
|
+
Content-Length:
|
1321
|
+
- '114'
|
1322
|
+
response:
|
1323
|
+
status:
|
1324
|
+
code: 200
|
1325
|
+
message: OK
|
1326
|
+
headers:
|
1327
|
+
Date:
|
1328
|
+
- Sun, 08 Nov 2020 05:47:36 GMT
|
1329
|
+
Content-Type:
|
1330
|
+
- application/json
|
1331
|
+
Transfer-Encoding:
|
1332
|
+
- chunked
|
1333
|
+
Connection:
|
1334
|
+
- keep-alive
|
1335
|
+
Server:
|
1336
|
+
- nginx
|
1337
|
+
X-Jussi-Request-Id:
|
1338
|
+
- '000314452038130931'
|
1339
|
+
X-Amzn-Trace-Id:
|
1340
|
+
- Root=1-5fa78678-5eadbb920f0942607446af13
|
1341
|
+
Access-Control-Allow-Origin:
|
1342
|
+
- "*"
|
1343
|
+
Access-Control-Allow-Methods:
|
1344
|
+
- GET, POST, OPTIONS
|
1345
|
+
Access-Control-Allow-Headers:
|
1346
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
1347
|
+
Strict-Transport-Security:
|
1348
|
+
- max-age=31557600; includeSubDomains; preload
|
1349
|
+
Content-Security-Policy:
|
1350
|
+
- upgrade-insecure-requests
|
1351
|
+
body:
|
1352
|
+
encoding: ASCII-8BIT
|
1353
|
+
string: '{"jsonrpc":"2.0","result":{"bids":[{"order_price":{"base":{"amount":"327","precision":3,"nai":"@@000000013"},"quote":{"amount":"2258","precision":3,"nai":"@@000000021"}},"real_price":"0.14481842338352524","steem":2209,"sbd":320,"created":"2020-11-08T03:56:48"},{"order_price":{"base":{"amount":"15","precision":3,"nai":"@@000000013"},"quote":{"amount":"104","precision":3,"nai":"@@000000021"}},"real_price":"0.14423076923076922","steem":104,"sbd":15,"created":"2020-11-08T01:11:09"},{"order_price":{"base":{"amount":"1","precision":3,"nai":"@@000000013"},"quote":{"amount":"7","precision":3,"nai":"@@000000021"}},"real_price":"0.14285714285714285","steem":7,"sbd":1,"created":"2020-11-08T04:25:57"},{"order_price":{"base":{"amount":"21024","precision":3,"nai":"@@000000013"},"quote":{"amount":"149013","precision":3,"nai":"@@000000021"}},"real_price":"0.14108836141813130","steem":149013,"sbd":21024,"created":"2020-11-08T05:24:27"},{"order_price":{"base":{"amount":"2000","precision":3,"nai":"@@000000013"},"quote":{"amount":"14179","precision":3,"nai":"@@000000021"}},"real_price":"0.14105367092178575","steem":14179,"sbd":2000,"created":"2020-11-08T02:20:33"},{"order_price":{"base":{"amount":"10077","precision":3,"nai":"@@000000013"},"quote":{"amount":"71441","precision":3,"nai":"@@000000021"}},"real_price":"0.14105345669853445","steem":71441,"sbd":10077,"created":"2020-11-08T03:53:36"},{"order_price":{"base":{"amount":"13787","precision":3,"nai":"@@000000013"},"quote":{"amount":"97780","precision":3,"nai":"@@000000021"}},"real_price":"0.14100020454080589","steem":97780,"sbd":13787,"created":"2020-11-08T01:09:39"},{"order_price":{"base":{"amount":"218","precision":3,"nai":"@@000000013"},"quote":{"amount":"1578","precision":3,"nai":"@@000000021"}},"real_price":"0.13814955640050697","steem":1281,"sbd":177,"created":"2020-11-07T20:07:09"},{"order_price":{"base":{"amount":"1160","precision":3,"nai":"@@000000013"},"quote":{"amount":"8468","precision":3,"nai":"@@000000021"}},"real_price":"0.13698630136986301","steem":8468,"sbd":1160,"created":"2020-11-05T14:15:12"},{"order_price":{"base":{"amount":"68","precision":3,"nai":"@@000000013"},"quote":{"amount":"497","precision":3,"nai":"@@000000021"}},"real_price":"0.13682092555331993","steem":497,"sbd":68,"created":"2020-11-05T23:14:09"}],"asks":[{"order_price":{"base":{"amount":"1318","precision":3,"nai":"@@000000021"},"quote":{"amount":"191","precision":3,"nai":"@@000000013"}},"real_price":"0.14491654021244310","steem":1318,"sbd":191,"created":"2020-11-08T05:37:30"},{"order_price":{"base":{"amount":"13676","precision":3,"nai":"@@000000021"},"quote":{"amount":"1999","precision":3,"nai":"@@000000013"}},"real_price":"0.14616847031295702","steem":9247,"sbd":1351,"created":"2020-11-08T02:34:33"},{"order_price":{"base":{"amount":"13568","precision":3,"nai":"@@000000021"},"quote":{"amount":"1999","precision":3,"nai":"@@000000013"}},"real_price":"0.14733195754716982","steem":13568,"sbd":1999,"created":"2020-11-08T02:34:57"},{"order_price":{"base":{"amount":"750000","precision":3,"nai":"@@000000021"},"quote":{"amount":"110932","precision":3,"nai":"@@000000013"}},"real_price":"0.14790933333333334","steem":750000,"sbd":110932,"created":"2020-11-08T05:39:42"},{"order_price":{"base":{"amount":"692000","precision":3,"nai":"@@000000021"},"quote":{"amount":"102367","precision":3,"nai":"@@000000013"}},"real_price":"0.14792919075144509","steem":692000,"sbd":102367,"created":"2020-11-08T04:54:51"},{"order_price":{"base":{"amount":"1000000","precision":3,"nai":"@@000000021"},"quote":{"amount":"147964","precision":3,"nai":"@@000000013"}},"real_price":"0.14796400000000001","steem":1000000,"sbd":147964,"created":"2020-11-08T04:31:06"},{"order_price":{"base":{"amount":"80000","precision":3,"nai":"@@000000021"},"quote":{"amount":"11840","precision":3,"nai":"@@000000013"}},"real_price":"0.14799999999999999","steem":80000,"sbd":11840,"created":"2020-11-07T20:08:15"},{"order_price":{"base":{"amount":"39304","precision":3,"nai":"@@000000021"},"quote":{"amount":"5856","precision":3,"nai":"@@000000013"}},"real_price":"0.14899246895990231","steem":39304,"sbd":5856,"created":"2020-11-07T20:13:18"},{"order_price":{"base":{"amount":"15073","precision":3,"nai":"@@000000021"},"quote":{"amount":"2246","precision":3,"nai":"@@000000013"}},"real_price":"0.14900816028660518","steem":15073,"sbd":2246,"created":"2020-11-08T01:38:00"},{"order_price":{"base":{"amount":"7206","precision":3,"nai":"@@000000021"},"quote":{"amount":"1080","precision":3,"nai":"@@000000013"}},"real_price":"0.14987510407993340","steem":7206,"sbd":1080,"created":"2020-11-08T04:37:18"}]},"id":24}'
|
1354
|
+
recorded_at: Sun, 08 Nov 2020 05:47:36 GMT
|
1355
|
+
- request:
|
1356
|
+
method: post
|
1357
|
+
uri: https://api.steemitdev.com/
|
1358
|
+
body:
|
1359
|
+
encoding: UTF-8
|
1360
|
+
string: '{"jsonrpc":"2.0","id":18,"method":"jsonrpc.get_signature","params":{"method":"market_history_api.get_order_book"}}'
|
1361
|
+
headers:
|
1362
|
+
Content-Type:
|
1363
|
+
- application/json; charset=utf-8
|
1364
|
+
User-Agent:
|
1365
|
+
- steem-ruby/0.9.5
|
1366
|
+
Accept-Encoding:
|
1367
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1368
|
+
Accept:
|
1369
|
+
- "*/*"
|
1370
|
+
Host:
|
1371
|
+
- api.steemitdev.com
|
1372
|
+
Content-Length:
|
1373
|
+
- '78'
|
1374
|
+
response:
|
1375
|
+
status:
|
1376
|
+
code: 200
|
1377
|
+
message: OK
|
1378
|
+
headers:
|
1379
|
+
Date:
|
1380
|
+
- Sun, 08 Nov 2020 06:00:34 GMT
|
1381
|
+
Content-Type:
|
1382
|
+
- application/json
|
1383
|
+
Content-Length:
|
1384
|
+
- '85'
|
1385
|
+
Connection:
|
1386
|
+
- keep-alive
|
1387
|
+
Server:
|
1388
|
+
- nginx
|
1389
|
+
X-Jussi-Request-Id:
|
1390
|
+
- '000952407545913392'
|
1391
|
+
X-Amzn-Trace-Id:
|
1392
|
+
- Root=1-5fa78981-36b8b20b58b84fe93cf49a64
|
1393
|
+
Access-Control-Allow-Origin:
|
1394
|
+
- "*"
|
1395
|
+
Access-Control-Allow-Methods:
|
1396
|
+
- GET, POST, OPTIONS
|
1397
|
+
Access-Control-Allow-Headers:
|
1398
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
1399
|
+
Strict-Transport-Security:
|
1400
|
+
- max-age=31557600; includeSubDomains; preload
|
1401
|
+
Content-Security-Policy:
|
1402
|
+
- upgrade-insecure-requests
|
1403
|
+
body:
|
1404
|
+
encoding: UTF-8
|
1405
|
+
string: '{"jsonrpc":"2.0","result":{"args":{"limit":500},"ret":{"bids":[],"asks":[]}},"id":18}'
|
1406
|
+
recorded_at: Sun, 08 Nov 2020 06:00:34 GMT
|
1407
|
+
- request:
|
1408
|
+
method: post
|
1409
|
+
uri: https://api.steemitdev.com/
|
1410
|
+
body:
|
1411
|
+
encoding: UTF-8
|
1412
|
+
string: '{"jsonrpc":"2.0","id":19,"method":"market_history_api.get_order_book","params":{"limit":10}}'
|
1413
|
+
headers:
|
1414
|
+
Content-Type:
|
1415
|
+
- application/json; charset=utf-8
|
1416
|
+
User-Agent:
|
1417
|
+
- steem-ruby/0.9.5
|
1418
|
+
Accept-Encoding:
|
1419
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1420
|
+
Accept:
|
1421
|
+
- "*/*"
|
1422
|
+
Host:
|
1423
|
+
- api.steemitdev.com
|
1424
|
+
Content-Length:
|
1425
|
+
- '114'
|
1426
|
+
response:
|
1427
|
+
status:
|
1428
|
+
code: 200
|
1429
|
+
message: OK
|
1430
|
+
headers:
|
1431
|
+
Date:
|
1432
|
+
- Sun, 08 Nov 2020 06:00:35 GMT
|
1433
|
+
Content-Type:
|
1434
|
+
- application/json
|
1435
|
+
Transfer-Encoding:
|
1436
|
+
- chunked
|
1437
|
+
Connection:
|
1438
|
+
- keep-alive
|
1439
|
+
Server:
|
1440
|
+
- nginx
|
1441
|
+
X-Jussi-Request-Id:
|
1442
|
+
- '000848686954149766'
|
1443
|
+
X-Amzn-Trace-Id:
|
1444
|
+
- Root=1-5fa78982-7d15ff9102e5e17d5d7a3146
|
1445
|
+
Access-Control-Allow-Origin:
|
1446
|
+
- "*"
|
1447
|
+
Access-Control-Allow-Methods:
|
1448
|
+
- GET, POST, OPTIONS
|
1449
|
+
Access-Control-Allow-Headers:
|
1450
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
1451
|
+
Strict-Transport-Security:
|
1452
|
+
- max-age=31557600; includeSubDomains; preload
|
1453
|
+
Content-Security-Policy:
|
1454
|
+
- upgrade-insecure-requests
|
1455
|
+
body:
|
1456
|
+
encoding: ASCII-8BIT
|
1457
|
+
string: '{"jsonrpc":"2.0","result":{"bids":[{"order_price":{"base":{"amount":"327","precision":3,"nai":"@@000000013"},"quote":{"amount":"2258","precision":3,"nai":"@@000000021"}},"real_price":"0.14481842338352524","steem":2209,"sbd":320,"created":"2020-11-08T03:56:48"},{"order_price":{"base":{"amount":"15","precision":3,"nai":"@@000000013"},"quote":{"amount":"104","precision":3,"nai":"@@000000021"}},"real_price":"0.14423076923076922","steem":104,"sbd":15,"created":"2020-11-08T01:11:09"},{"order_price":{"base":{"amount":"1","precision":3,"nai":"@@000000013"},"quote":{"amount":"7","precision":3,"nai":"@@000000021"}},"real_price":"0.14285714285714285","steem":7,"sbd":1,"created":"2020-11-08T04:25:57"},{"order_price":{"base":{"amount":"21024","precision":3,"nai":"@@000000013"},"quote":{"amount":"149013","precision":3,"nai":"@@000000021"}},"real_price":"0.14108836141813130","steem":149013,"sbd":21024,"created":"2020-11-08T05:24:27"},{"order_price":{"base":{"amount":"2000","precision":3,"nai":"@@000000013"},"quote":{"amount":"14179","precision":3,"nai":"@@000000021"}},"real_price":"0.14105367092178575","steem":14179,"sbd":2000,"created":"2020-11-08T02:20:33"},{"order_price":{"base":{"amount":"10077","precision":3,"nai":"@@000000013"},"quote":{"amount":"71441","precision":3,"nai":"@@000000021"}},"real_price":"0.14105345669853445","steem":71441,"sbd":10077,"created":"2020-11-08T03:53:36"},{"order_price":{"base":{"amount":"13787","precision":3,"nai":"@@000000013"},"quote":{"amount":"97780","precision":3,"nai":"@@000000021"}},"real_price":"0.14100020454080589","steem":97780,"sbd":13787,"created":"2020-11-08T01:09:39"},{"order_price":{"base":{"amount":"218","precision":3,"nai":"@@000000013"},"quote":{"amount":"1578","precision":3,"nai":"@@000000021"}},"real_price":"0.13814955640050697","steem":1281,"sbd":177,"created":"2020-11-07T20:07:09"},{"order_price":{"base":{"amount":"1160","precision":3,"nai":"@@000000013"},"quote":{"amount":"8468","precision":3,"nai":"@@000000021"}},"real_price":"0.13698630136986301","steem":8468,"sbd":1160,"created":"2020-11-05T14:15:12"},{"order_price":{"base":{"amount":"68","precision":3,"nai":"@@000000013"},"quote":{"amount":"497","precision":3,"nai":"@@000000021"}},"real_price":"0.13682092555331993","steem":497,"sbd":68,"created":"2020-11-05T23:14:09"}],"asks":[{"order_price":{"base":{"amount":"13676","precision":3,"nai":"@@000000021"},"quote":{"amount":"1999","precision":3,"nai":"@@000000013"}},"real_price":"0.14616847031295702","steem":9247,"sbd":1351,"created":"2020-11-08T02:34:33"},{"order_price":{"base":{"amount":"13568","precision":3,"nai":"@@000000021"},"quote":{"amount":"1999","precision":3,"nai":"@@000000013"}},"real_price":"0.14733195754716982","steem":13568,"sbd":1999,"created":"2020-11-08T02:34:57"},{"order_price":{"base":{"amount":"750000","precision":3,"nai":"@@000000021"},"quote":{"amount":"110932","precision":3,"nai":"@@000000013"}},"real_price":"0.14790933333333334","steem":750000,"sbd":110932,"created":"2020-11-08T05:39:42"},{"order_price":{"base":{"amount":"692000","precision":3,"nai":"@@000000021"},"quote":{"amount":"102367","precision":3,"nai":"@@000000013"}},"real_price":"0.14792919075144509","steem":692000,"sbd":102367,"created":"2020-11-08T04:54:51"},{"order_price":{"base":{"amount":"1000000","precision":3,"nai":"@@000000021"},"quote":{"amount":"147964","precision":3,"nai":"@@000000013"}},"real_price":"0.14796400000000001","steem":1000000,"sbd":147964,"created":"2020-11-08T04:31:06"},{"order_price":{"base":{"amount":"80000","precision":3,"nai":"@@000000021"},"quote":{"amount":"11840","precision":3,"nai":"@@000000013"}},"real_price":"0.14799999999999999","steem":80000,"sbd":11840,"created":"2020-11-07T20:08:15"},{"order_price":{"base":{"amount":"39304","precision":3,"nai":"@@000000021"},"quote":{"amount":"5856","precision":3,"nai":"@@000000013"}},"real_price":"0.14899246895990231","steem":39304,"sbd":5856,"created":"2020-11-07T20:13:18"},{"order_price":{"base":{"amount":"15073","precision":3,"nai":"@@000000021"},"quote":{"amount":"2246","precision":3,"nai":"@@000000013"}},"real_price":"0.14900816028660518","steem":15073,"sbd":2246,"created":"2020-11-08T01:38:00"},{"order_price":{"base":{"amount":"7206","precision":3,"nai":"@@000000021"},"quote":{"amount":"1080","precision":3,"nai":"@@000000013"}},"real_price":"0.14987510407993340","steem":7206,"sbd":1080,"created":"2020-11-08T04:37:18"},{"order_price":{"base":{"amount":"156221","precision":3,"nai":"@@000000021"},"quote":{"amount":"23736","precision":3,"nai":"@@000000013"}},"real_price":"0.15193859980412364","steem":156221,"sbd":23736,"created":"2020-11-07T19:22:18"}]},"id":19}'
|
1458
|
+
recorded_at: Sun, 08 Nov 2020 06:00:35 GMT
|
1459
|
+
recorded_with: VCR 6.0.0
|