Skip to content

Commit 2cb0567

Browse files
Merge pull request #110 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents 9a05ab2 + 1114a3a commit 2cb0567

File tree

1 file changed

+47
-6
lines changed

1 file changed

+47
-6
lines changed

api.yaml

Lines changed: 47 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26278,6 +26278,35 @@ paths:
2627826278
application/json:
2627926279
schema:
2628026280
$ref: '#/components/schemas/PlatformError'
26281+
/api/v2/user/validatepasswordresettoken:
26282+
get:
26283+
summary: Validate Password Reset Token
26284+
description: Route to validate a user's password reset token.
26285+
operationId: v2.user.validatepasswordresettoken
26286+
tags:
26287+
- User
26288+
parameters:
26289+
- name: token
26290+
in: query
26291+
schema:
26292+
type: string
26293+
responses:
26294+
'200':
26295+
description: OK
26296+
content:
26297+
application/json: {}
26298+
'400':
26299+
description: Bad Request
26300+
content:
26301+
application/json:
26302+
schema:
26303+
$ref: '#/components/schemas/PlatformError'
26304+
'404':
26305+
description: Not Found
26306+
content:
26307+
application/json:
26308+
schema:
26309+
$ref: '#/components/schemas/PlatformError'
2628126310
/api/v2/wallet/{walletId}:
2628226311
get:
2628326312
summary: Get wallet by ID
@@ -28263,7 +28292,6 @@ paths:
2826328292
- Frankfurt DE Trust
2826428293
- BitGo Singapore
2826528294
- BitGo Korea
28266-
- BitGo Mena Fze
2826728295
- BitGo Custody MENA FZE
2826828296
- BitGo Sister Trust 1
2826928297
responses:
@@ -28368,7 +28396,6 @@ paths:
2836828396
- Frankfurt DE Trust
2836928397
- BitGo Singapore
2837028398
- BitGo Korea
28371-
- BitGo Mena Fze
2837228399
- BitGo Custody MENA FZE
2837328400
- BitGo Sister Trust 1
2837428401
responses:
@@ -34467,7 +34494,6 @@ components:
3446734494
- Frankfurt DE Trust
3446834495
- BitGo Singapore
3446934496
- BitGo Korea
34470-
- BitGo Mena Fze
3447134497
- BitGo Custody MENA FZE
3447234498
- BitGo Sister Trust 1
3447334499
- BitGo Inc
@@ -40231,7 +40257,6 @@ components:
4023140257
- Frankfurt DE Trust
4023240258
- BitGo Singapore
4023340259
- BitGo Korea
40234-
- BitGo Mena Fze
4023540260
- BitGo Custody MENA FZE
4023640261
- BitGo Sister Trust 1
4023740262
- BitGo Inc
@@ -40656,6 +40681,24 @@ components:
4065640681
rewardBalanceString:
4065740682
type: string
4065840683
description: The staking reward balance in base units. Guaranteed to not lose precision. The is only returned if the 'includeStakingBalances' query parameter is set to 'true'.
40684+
inboundBalance:
40685+
type: string
40686+
description: Inbound balance in millisatoshis (remote balance)
40687+
inboundPendingBalance:
40688+
type: string
40689+
description: Pending inbound balance in millisatoshis (pending open remote balance)
40690+
inboundUnsettledBalance:
40691+
type: string
40692+
description: Unsettled inbound balance in millisatoshis (unsettled remote balance)
40693+
outboundBalance:
40694+
type: string
40695+
description: Outbound balance in millisatoshis (local balance)
40696+
outboundPendingBalance:
40697+
type: string
40698+
description: Pending outbound balance in millisatoshis (pending open local balance)
40699+
outboundUnsettledBalance:
40700+
type: string
40701+
description: Unsettled outbound balance in millisatoshis (unsettled local balance)
4065940702
required:
4066040703
- coin
4066140704
- balanceString
@@ -51625,7 +51668,6 @@ components:
5162551668
- Frankfurt DE Trust
5162651669
- BitGo Singapore
5162751670
- BitGo Korea
51628-
- BitGo Mena Fze
5162951671
- BitGo Custody MENA FZE
5163051672
- BitGo Sister Trust 1
5163151673
- BitGo Inc
@@ -57677,7 +57719,6 @@ components:
5767757719
- Frankfurt DE Trust
5767857720
- BitGo Singapore
5767957721
- BitGo Korea
57680-
- BitGo Mena Fze
5768157722
- BitGo Custody MENA FZE
5768257723
- BitGo Sister Trust 1
5768357724
- BitGo Inc

0 commit comments

Comments
 (0)