Skip to content

Commit a80d75b

Browse files
Merge pull request #70 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents a2d446c + 28847f0 commit a80d75b

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

api.yaml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22143,6 +22143,15 @@ paths:
2214322143
- 'true'
2214422144
- 'false'
2214522145
default: 'false'
22146+
- name: includeAllTokenAddresses
22147+
description: Whether to include all token addresses for receiver addresses
22148+
in: query
22149+
schema:
22150+
type: string
22151+
enum:
22152+
- 'true'
22153+
- 'false'
22154+
default: 'false'
2214622155
- name: labelContains
2214722156
description: A case-insensitive regular expression which will be used to filter returned addresses based on their address label.
2214822157
in: query
@@ -27924,8 +27933,6 @@ components:
2792427933
- approved
2792527934
- processing
2792627935
- rejected
27927-
- skipped
27928-
- failed
2792927936
PendingApprovalInfo:
2793027937
title: PendingApprovalInfo
2793127938
type: object
@@ -30733,6 +30740,7 @@ components:
3073330740
needsConsolidation:
3073430741
type: boolean
3073530742
tokenConsolidationState: {}
30743+
tokenAddress: {}
3073630744
AddressLabelString:
3073730745
title: AddressLabelString
3073830746
type: string
@@ -33579,7 +33587,7 @@ components:
3357933587
description: Transaction information.
3358033588
type: array
3358133589
items:
33582-
$ref: '#/components/schemas/Transaction'
33590+
$ref: '#/components/schemas/PlatformTransaction'
3358333591
messages:
3358433592
description: Messages for the transaction request.
3358533593
type: array
@@ -33654,7 +33662,7 @@ components:
3365433662
- backup
3365533663
- bitgo
3365633664
example: user
33657-
Transaction:
33665+
PlatformTransaction:
3365833666
type: object
3365933667
properties:
3366033668
state:
@@ -41179,7 +41187,7 @@ components:
4117941187
PendingApprovalState1:
4118041188
anyOf:
4118141189
- $ref: '#/components/schemas/PendingApprovalStatePending1'
41182-
- $ref: '#/components/schemas/PendingApprovalStateResolved1'
41190+
- $ref: '#/components/schemas/PendingApprovalStateResolved'
4118341191
PendingApprovalStatePending1:
4118441192
title: Pending
4118541193
type: string
@@ -41190,13 +41198,6 @@ components:
4119041198
- pendingCustodianApproval
4119141199
- pendingVideoApproval
4119241200
- pendingIdVerification
41193-
PendingApprovalStateResolved1:
41194-
title: Resolved
41195-
type: string
41196-
enum:
41197-
- approved
41198-
- processing
41199-
- rejected
4120041201
PendingApprovalTransactionRequestFull1:
4120141202
title: Transaction request (full)
4120241203
type: object
@@ -42006,7 +42007,7 @@ components:
4200642007
type: number
4200742008
description: Number of decimal places the token uses (for fungible tokens unsupported in WP).
4200842009
example: 18
42009-
Transaction1:
42010+
Transaction:
4201042011
type: object
4201142012
properties:
4201242013
state:
@@ -42183,7 +42184,7 @@ components:
4218342184
description: Transaction information.
4218442185
type: array
4218542186
items:
42186-
$ref: '#/components/schemas/Transaction1'
42187+
$ref: '#/components/schemas/Transaction'
4218742188
messages:
4218842189
description: Messages for the transaction request.
4218942190
type: array

0 commit comments

Comments
 (0)