@@ -102,6 +102,14 @@ class SteemitApiMethods
102
102
'*:start_permlink ' => ['nullOrString ' ] //'start_permlink' for pagination,
103
103
]
104
104
],
105
+ 'get_discussions_by_comments ' => [
106
+ 'apiName ' => 'database_api ' ,
107
+ 'fields ' => [
108
+ '*:limit ' => ['integer ' ], //'limit'
109
+ '*:start_author ' => ['nullOrString ' ], //'start_author' for pagination,
110
+ '*:start_permlink ' => ['nullOrString ' ] //'start_permlink' for pagination,
111
+ ]
112
+ ],
105
113
'get_discussions_by_created ' => [
106
114
'apiName ' => 'database_api ' ,
107
115
'fields ' => [
@@ -134,13 +142,30 @@ class SteemitApiMethods
134
142
'fields ' => [
135
143
]
136
144
],
145
+ 'get_feed_history ' => [
146
+ 'apiName ' => 'witness_api ' ,
147
+ 'fields ' => [
148
+ ]
149
+ ],
150
+ 'get_follow_count ' => [
151
+ 'apiName ' => 'follow_api ' ,
152
+ 'fields ' => [
153
+ '0 ' => ['string ' ], //author
154
+ ]
155
+ ],
137
156
'get_ops_in_block ' => [
138
157
'apiName ' => 'database_api ' ,
139
158
'fields ' => [
140
159
'0 ' => ['integer ' ], //blockNum
141
160
'1 ' => ['bool ' ], //onlyVirtual
142
161
]
143
162
],
163
+ 'get_reward_fund ' => [
164
+ 'apiName ' => 'database_api ' ,
165
+ 'fields ' => [
166
+ '0 ' => ['string ' ], //post or comments
167
+ ]
168
+ ],
144
169
'get_trending_categories ' => [
145
170
'apiName ' => 'database_api ' ,
146
171
'fields ' => [
@@ -189,6 +214,11 @@ class SteemitApiMethods
189
214
'0 ' => ['string ' ], //'api_name',for example follow_api, database_api, login_api and ect.
190
215
]
191
216
],
217
+ 'get_ticker ' => [
218
+ 'apiName ' => 'market_history ' ,
219
+ 'fields ' => [
220
+ ]
221
+ ],
192
222
'broadcast_transaction ' => [
193
223
'apiName ' => 'network_broadcast_api ' ,
194
224
'fields ' => [
0 commit comments