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:
2258322583 /api/v2/{coin}/wallet/{walletId}/addresses/balances:
2258422584 get:
2258522585 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
2258722589 operationId: v2.wallet.addresses.balances
2258822590 tags:
2258922591 - Address
@@ -22619,27 +22621,14 @@ paths:
2261922621 in: query
2262022622 schema:
2262122623 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'
2263822624 - name: coin
22625+ description: A cryptocurrency symbol or token ticker symbol
2263922626 in: path
2264022627 required: true
2264122628 schema:
22642- $ref: '#/components/schemas/CoinString'
22629+ allOf:
22630+ - $ref: '#/components/schemas/CoinString'
22631+ example: trx
2264322632 - name: walletId
2264422633 in: path
2264522634 required: true
@@ -31672,6 +31661,7 @@ components:
3167231661 allOf:
3167331662 - $ref: '#/components/schemas/CoinString'
3167431663 description: The coin associated with the address balances
31664+ example: trx
3167531665 page:
3167631666 type: number
3167731667 description: The current page number
@@ -36188,6 +36178,7 @@ components:
3618836178 format: date-time
3618936179 title: ISO Date String
3619036180 endDate:
36181+ nullable: true
3619136182 oneOf:
3619236183 - type: string
3619336184 format: date
You can’t perform that action at this time.
0 commit comments