Skip to content

Commit d18b0f6

Browse files
Merge pull request #80 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents a89f36f + 90711c7 commit d18b0f6

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

api.yaml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22584,8 +22584,8 @@ paths:
2258422584
get:
2258522585
summary: List addresses sorted by balance
2258622586
description: |-
22587-
List addresses by sorted balances on a wallet
22588-
Supported coins: TRX
22587+
List addresses by sorted balances on a wallet.
22588+
Supported coins: TRX.
2258922589
operationId: v2.wallet.addresses.balances
2259022590
tags:
2259122591
- Address
@@ -22626,8 +22626,7 @@ paths:
2262622626
in: path
2262722627
required: true
2262822628
schema:
22629-
allOf:
22630-
- $ref: '#/components/schemas/CoinString'
22629+
type: string
2263122630
example: trx
2263222631
- name: walletId
2263322632
in: path
@@ -31659,8 +31658,7 @@ components:
3165931658
description: Represents the result of a query for addresses with balances. This structure contains the details of a set of addresses, their associated balances, and pagination information about the query results.
3166031659
properties:
3166131660
coin:
31662-
allOf:
31663-
- $ref: '#/components/schemas/CoinString'
31661+
type: string
3166431662
description: The coin associated with the address balances
3166531663
example: trx
3166631664
page:
@@ -35997,7 +35995,7 @@ components:
3599735995
ftxCreditorId:
3599835996
type: string
3599935997
ftxHost:
36000-
type: string
35998+
$ref: '#/components/schemas/FtxHostType'
3600135999
required:
3600236000
- source
3600336001
description: Array to store configs, upon which certain actions are taken, per source
@@ -38788,6 +38786,13 @@ components:
3878838786
type: string
3878938787
format: date-time
3879038788
description: When the freeze will end
38789+
FtxHostType:
38790+
title: FtxHostType
38791+
type: string
38792+
enum:
38793+
- COM
38794+
- LIQUID
38795+
- US
3879138796
FundingType:
3879238797
type: string
3879338798
enum:

0 commit comments

Comments
 (0)