Skip to content

Commit 3a81568

Browse files
Merge pull request #56 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents 892acaf + 26cad74 commit 3a81568

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

api.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22808,6 +22808,22 @@ paths:
2280822808
in: query
2280922809
schema:
2281022810
type: string
22811+
- name: addressesNeedingFunding
22812+
description: Filters and gives only the addresses that need funding for consolidation
22813+
in: query
22814+
schema:
22815+
type: string
22816+
enum:
22817+
- 'true'
22818+
- 'false'
22819+
- name: addressesEligibleForConsolidation
22820+
description: Filters and gives you the addresses eligible for consolidation
22821+
in: query
22822+
schema:
22823+
type: string
22824+
enum:
22825+
- 'true'
22826+
- 'false'
2281122827
- name: coin
2281222828
in: path
2281322829
required: true
@@ -33030,6 +33046,15 @@ components:
3303033046
type: string
3303133047
example: 59cd72485007a239fb00282ed480da1f
3303233048
pattern: ^[0-9a-f]{32}$
33049+
oauth:
33050+
type: object
33051+
properties:
33052+
oauthRequired:
33053+
type: boolean
33054+
expires:
33055+
type: string
33056+
format: date-time
33057+
title: ISO Date String
3303333058
required:
3303433059
- id
3303533060
- isExtensible
@@ -49034,6 +49059,9 @@ components:
4903449059
message:
4903549060
type: string
4903649061
description: Optional message from the response
49062+
count:
49063+
type: number
49064+
description: Count of the addresses in the current response
4903749065
required:
4903849066
- coin
4903949067
AddressQueryResult:

0 commit comments

Comments
 (0)