We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b7810f commit 3c5b802Copy full SHA for 3c5b802
services/multichain-aggregator/main/swagger.yaml
@@ -287,6 +287,13 @@ paths:
287
in: path
288
required: true
289
type: string
290
+ - name: sort_by
291
+ description: |-
292
+ Metric used to sort chain metrics. Supported values: active_accounts, daily_transactions,
293
+ new_addresses, tps. Defaults to active_accounts.
294
+ in: query
295
+ required: false
296
+ type: string
297
tags:
298
- ClusterExplorerService
299
/api/v1/clusters/{cluster_id}/chains:
0 commit comments