Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22808,6 +22808,22 @@ paths:
in: query
schema:
type: string
- name: addressesNeedingFunding
description: Filters and gives only the addresses that need funding for consolidation
in: query
schema:
type: string
enum:
- 'true'
- 'false'
- name: addressesEligibleForConsolidation
description: Filters and gives you the addresses eligible for consolidation
in: query
schema:
type: string
enum:
- 'true'
- 'false'
- name: coin
in: path
required: true
Expand Down Expand Up @@ -33030,6 +33046,15 @@ components:
type: string
example: 59cd72485007a239fb00282ed480da1f
pattern: ^[0-9a-f]{32}$
oauth:
type: object
properties:
oauthRequired:
type: boolean
expires:
type: string
format: date-time
title: ISO Date String
required:
- id
- isExtensible
Expand Down Expand Up @@ -49034,6 +49059,9 @@ components:
message:
type: string
description: Optional message from the response
count:
type: number
description: Count of the addresses in the current response
required:
- coin
AddressQueryResult:
Expand Down