File tree Expand file tree Collapse file tree 1 file changed +9
-18
lines changed Expand file tree Collapse file tree 1 file changed +9
-18
lines changed Original file line number Diff line number Diff line change @@ -22583,7 +22583,9 @@ paths:
22583
22583
/api/v2/{coin}/wallet/{walletId}/addresses/balances:
22584
22584
get:
22585
22585
summary: List addresses sorted by balance
22586
- description: List receive addresses by balance on a wallet
22586
+ description: |-
22587
+ List addresses by sorted balances on a wallet
22588
+ Supported coins: TRX
22587
22589
operationId: v2.wallet.addresses.balances
22588
22590
tags:
22589
22591
- Address
@@ -22619,27 +22621,14 @@ paths:
22619
22621
in: query
22620
22622
schema:
22621
22623
type: string
22622
- - name: addressesNeedingFunding
22623
- description: Filters and gives only the addresses that need funding for consolidation
22624
- in: query
22625
- schema:
22626
- type: string
22627
- enum:
22628
- - 'true'
22629
- - 'false'
22630
- - name: addressesEligibleForConsolidation
22631
- description: Filters and gives you the addresses eligible for consolidation
22632
- in: query
22633
- schema:
22634
- type: string
22635
- enum:
22636
- - 'true'
22637
- - 'false'
22638
22624
- name: coin
22625
+ description: A cryptocurrency symbol or token ticker symbol
22639
22626
in: path
22640
22627
required: true
22641
22628
schema:
22642
- $ref: '#/components/schemas/CoinString'
22629
+ allOf:
22630
+ - $ref: '#/components/schemas/CoinString'
22631
+ example: trx
22643
22632
- name: walletId
22644
22633
in: path
22645
22634
required: true
@@ -31672,6 +31661,7 @@ components:
31672
31661
allOf:
31673
31662
- $ref: '#/components/schemas/CoinString'
31674
31663
description: The coin associated with the address balances
31664
+ example: trx
31675
31665
page:
31676
31666
type: number
31677
31667
description: The current page number
@@ -36188,6 +36178,7 @@ components:
36188
36178
format: date-time
36189
36179
title: ISO Date String
36190
36180
endDate:
36181
+ nullable: true
36191
36182
oneOf:
36192
36183
- type: string
36193
36184
format: date
You can’t perform that action at this time.
0 commit comments