Skip to content

Commit b82e78c

Browse files
feat: update bitgo-api-docs
This commit updates the BitGo API.
1 parent a64afed commit b82e78c

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

api.yaml

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2218,11 +2218,11 @@ paths:
22182218
$ref: '#/components/schemas/V1ErrorResponse'
22192219
/api/network/v1/enterprises/{enterpriseId}/clients:
22202220
post:
2221-
summary: Create Client
2222-
description: Create a new BitGo Network client.
2221+
summary: Create client
2222+
description: Create a new Go Network client.
22232223
operationId: v1ClientsPostRoute
22242224
tags:
2225-
- Onboarding
2225+
- Client Onboarding
22262226
parameters:
22272227
- name: enterpriseId
22282228
in: path
@@ -2289,9 +2289,9 @@ paths:
22892289
$ref: '#/components/schemas/V1ErrorPayload'
22902290
/api/network/v1/enterprises/{enterpriseId}/clients/allocations:
22912291
get:
2292-
summary: List Client Allocations and Deallocations
2292+
summary: List client allocations and deallocations
22932293
description: |-
2294-
This API call allows clients to get a list of allocations & deallocations for any connected network account.
2294+
This API call allows clients to get a list of allocations and deallocations for any connected network account.
22952295
Note that this endpoint requires a “types” query parameter set to “allocation” to view allocations
22962296
or "deallocation" to view deallocations.
22972297
operationId: v1ClientAllocationsGetRoute
@@ -2452,8 +2452,8 @@ paths:
24522452
$ref: '#/components/schemas/V1ErrorPayload'
24532453
/api/network/v1/enterprises/{enterpriseId}/clients/allocations/{allocationId}:
24542454
get:
2455-
summary: Get client Allocation or Deallocation
2456-
description: Returns an allocation or deallocation. For use only by BitGo Network clients.
2455+
summary: Get client allocation or deallocation
2456+
description: Returns an allocation or deallocation. For use only by Go Network clients.
24572457
operationId: v1ClientAllocationGetRoute
24582458
tags:
24592459
- Client Allocations & Deallocations
@@ -2535,7 +2535,7 @@ paths:
25352535
$ref: '#/components/schemas/V1ErrorPayload'
25362536
/api/network/v1/enterprises/{enterpriseId}/clients/balances:
25372537
get:
2538-
summary: List Client Balances
2538+
summary: List client balances
25392539
description: |-
25402540
This API call allows clients to get trading and allocated balances at BitGo for any connected trading partner.
25412541
The trading balances are live data. The data under networkBalances are not the live balances at the partner,
@@ -2639,11 +2639,11 @@ paths:
26392639
$ref: '#/components/schemas/V1ErrorPayload'
26402640
/api/network/v1/enterprises/{enterpriseId}/clients/connections:
26412641
get:
2642-
summary: List Client Connections
2643-
description: Lists all your BitGo Network connections. For use only by BitGo Network clients.
2642+
summary: List client connections
2643+
description: List all your Go network connections. For use only by Go network clients.
26442644
operationId: v1ClientConnectionsGetRoute
26452645
tags:
2646-
- Activation
2646+
- Client Activation
26472647
parameters:
26482648
- name: pageNumber
26492649
in: query
@@ -2752,14 +2752,14 @@ paths:
27522752
schema:
27532753
$ref: '#/components/schemas/V1ErrorPayload'
27542754
post:
2755-
summary: Connect to Partner
2755+
summary: Connect to partner
27562756
description: |-
2757-
Connect your BitGo Network client account to a BitGo Network partner, enabling you to
2757+
Connect your Go Network client account to a Go Network partner, enabling you to
27582758
trade funds that you have custodied with BitGo. You must have an account on the partner's site.
27592759
Clients can have multiple connections to the same partner.
27602760
operationId: v1ClientConnectionsPostRoute
27612761
tags:
2762-
- Activation
2762+
- Client Activation
27632763
parameters:
27642764
- name: enterpriseId
27652765
in: path
@@ -2872,7 +2872,7 @@ paths:
28722872
description: Returns a BitGo Network connection by its connection ID. For use only by BitGo Network clients.
28732873
operationId: v1ClientConnectionGetRoute
28742874
tags:
2875-
- Activation
2875+
- Client Activation
28762876
parameters:
28772877
- name: connectionId
28782878
in: path
@@ -2954,7 +2954,7 @@ paths:
29542954
description: Update a BitGo Network connection by its connection ID. For use only by BitGo Network clients.
29552955
operationId: v1ClientConnectionPutRoute
29562956
tags:
2957-
- Activation
2957+
- Client Activation
29582958
parameters:
29592959
- name: enterpriseId
29602960
in: path
@@ -3050,12 +3050,12 @@ paths:
30503050
$ref: '#/components/schemas/V1ErrorPayload'
30513051
/api/network/v1/enterprises/{enterpriseId}/clients/connections/{connectionId}/allocations:
30523052
post:
3053-
summary: Allocate funds to Partner Connection
3053+
summary: Allocate funds to partner connection
30543054
description: |-
30553055
This API call allows clients to allocate funds to a connected partner for trade.
30563056
A successful allocation indicates that funds are locked at BitGo and available for spend on the connected partner.
30573057
Note: Allocations will happen synchronously and allocated amounts can be viewed in the
3058-
BitGo Application or via a balances endpoint.
3058+
BitGo application or via a balances endpoint.
30593059
operationId: V1ClientAllocationsPostRoute
30603060
tags:
30613061
- Client Allocations & Deallocations
@@ -3301,7 +3301,7 @@ paths:
33013301
$ref: '#/components/schemas/V1ReservedDeallocationOrErrorPayload'
33023302
/api/network/v1/enterprises/{enterpriseId}/clients/settlements:
33033303
get:
3304-
summary: List Client Settlements
3304+
summary: List client settlements
33053305
description: This API call allows clients to get a list of settlements that involve their accounts and their metadata.
33063306
operationId: v1ClientSettlementsGetRoute
33073307
tags:
@@ -3415,7 +3415,7 @@ paths:
34153415
$ref: '#/components/schemas/V1ErrorPayload'
34163416
/api/network/v1/enterprises/{enterpriseId}/clients/settlements/{settlementId}:
34173417
get:
3418-
summary: Get Client Settlement
3418+
summary: Get client settlement
34193419
description: |-
34203420
This API call allows clients to get a list of settlement transactions for any connected network account,
34213421
for a specific settlement. The settlement and its metadata will be returned along with all
@@ -3516,8 +3516,8 @@ paths:
35163516
$ref: '#/components/schemas/V1ErrorPayload'
35173517
/api/network/v1/enterprises/{enterpriseId}/clients/settlementTransfers:
35183518
get:
3519-
summary: List Client Settlement Transfers
3520-
description: Lists all settlement transfers for your BitGo Network client account.
3519+
summary: List client settlement transfers
3520+
description: Lists all settlement transfers for your Go Network client account.
35213521
operationId: v1ClientSettlementTransfersGetRoute
35223522
tags:
35233523
- Client Settlements & Transfers
@@ -3666,10 +3666,10 @@ paths:
36663666
/api/network/v1/enterprises/{enterpriseId}/partners:
36673667
get:
36683668
summary: List Partners
3669-
description: Lists all BitGo Network Partners.
3669+
description: Lists all Go Network Partners.
36703670
operationId: v1PartnersGetRoute
36713671
tags:
3672-
- Onboarding
3672+
- Partner Onboarding
36733673
parameters:
36743674
- name: pageNumber
36753675
in: query
@@ -3780,7 +3780,7 @@ paths:
37803780
$ref: '#/components/schemas/V1ErrorPayload'
37813781
post:
37823782
summary: Create Partner
3783-
description: Create a new BitGo Network Partner.
3783+
description: Create a new Go Network Partner.
37843784
operationId: v1PartnersPostRoute
37853785
tags:
37863786
- Onboarding
@@ -3873,7 +3873,7 @@ paths:
38733873
$ref: '#/components/schemas/V1ErrorPayload'
38743874
/api/network/v1/enterprises/{enterpriseId}/partners/allocations:
38753875
get:
3876-
summary: List partner Allocations and Deallocations
3876+
summary: List partner allocations and deallocations
38773877
description: Lists all allocations and deallocations. For use only by BitGo Network partners.
38783878
operationId: v1PartnerAllocationsGetRoute
38793879
tags:
@@ -4028,8 +4028,8 @@ paths:
40284028
$ref: '#/components/schemas/V1ErrorPayload'
40294029
/api/network/v1/enterprises/{enterpriseId}/partners/allocations/{allocationId}:
40304030
get:
4031-
summary: Get Partner Allocation or Deallocation
4032-
description: Returns an allocation or deallocation. For use only by BitGo Network partners.
4031+
summary: Get partner allocation or deallocation
4032+
description: Returns an allocation or deallocation. For use only by Go Network partners.
40334033
operationId: v1PartnerAllocationGetRoute
40344034
tags:
40354035
- Partner Allocations & Deallocations
@@ -4226,10 +4226,10 @@ paths:
42264226
/api/network/v1/enterprises/{enterpriseId}/partners/connections:
42274227
get:
42284228
summary: List Partner Connections
4229-
description: Returns all your BitGo Network connections. For use only by BitGo Network partners.
4229+
description: Returns all your Go network connections. For use only by Go Network partners.
42304230
operationId: v1PartnerConnectionsGetRoute
42314231
tags:
4232-
- Activation
4232+
- Partner Activation
42334233
parameters:
42344234
- name: pageNumber
42354235
in: query
@@ -4354,10 +4354,10 @@ paths:
43544354
/api/network/v1/enterprises/{enterpriseId}/partners/connections/{connectionId}:
43554355
get:
43564356
summary: Get Partner Connection
4357-
description: Returns a BitGo Network connection by its connection ID. For use only by BitGo Network partners.
4357+
description: Returns a Go Network connection by its connection ID. For use only by Go Network partners.
43584358
operationId: v1PartnerConnectionGetRoute
43594359
tags:
4360-
- Activation
4360+
- Partner Activation
43614361
parameters:
43624362
- name: connectionId
43634363
in: path
@@ -4430,8 +4430,8 @@ paths:
44304430
$ref: '#/components/schemas/V1ErrorPayload'
44314431
/api/network/v1/enterprises/{enterpriseId}/partners/settlements:
44324432
get:
4433-
summary: List Partner Settlements
4434-
description: Lists all settlements for your BitGo Network partner account.
4433+
summary: List partner settlements
4434+
description: Lists all settlements for your Go Network partner account.
44354435
operationId: v1PartnerSettlementsGetRoute
44364436
tags:
44374437
- Partner Settlements & Transfers
@@ -4537,8 +4537,8 @@ paths:
45374537
schema:
45384538
$ref: '#/components/schemas/V1ErrorPayload'
45394539
post:
4540-
summary: Perform Partner Settlement
4541-
description: Partner route to perform a Settlement.
4540+
summary: Perform partner settlement
4541+
description: Partner route to perform a settlement.
45424542
operationId: v1PartnerSettlementsPostRoute
45434543
tags:
45444544
- Partner Settlements & Transfers
@@ -4643,8 +4643,8 @@ paths:
46434643
$ref: '#/components/schemas/V1PartnerIncompleteSettlementOrErrorPayload'
46444644
/api/network/v1/enterprises/{enterpriseId}/partners/settlements/{settlementId}:
46454645
get:
4646-
summary: Get Partner Settlement
4647-
description: Returns a settlement for your BitGo Network partner account.
4646+
summary: Get partner settlement
4647+
description: Returns a settlement for your Go Network partner account.
46484648
operationId: v1PartnerSettlementGetRoute
46494649
tags:
46504650
- Partner Settlements & Transfers
@@ -4769,9 +4769,9 @@ paths:
47694769
$ref: '#/components/schemas/V1ErrorPayload'
47704770
/api/network/v1/enterprises/{enterpriseId}/partners/settlements/nonReconciled:
47714771
post:
4772-
summary: '[DEPRECATED] Perform Partner Settlement'
4772+
summary: '[DEPRECATED] Perform partner settlement'
47734773
description: |-
4774-
[DEPRECATED] Partner route to perform a Settlement.
4774+
[DEPRECATED] Partner route to perform a settlement.
47754775

47764776
NOTE: this route is being deprecated in favor
47774777
of the POST /api/network/v1/enterprises/{enterpriseId}/partners/settlements route.
@@ -4992,7 +4992,7 @@ paths:
49924992
/api/network/v1/enterprises/{enterpriseId}/partners/settlements/onchain/deposits:
49934993
post:
49944994
summary: Post deposit info for an on-chain settlement
4995-
description: Partner route to provide external deposit information tied to an on-chain settlement.
4995+
description: Partner route for providing external deposit information tied to an on-chain settlement.
49964996
operationId: v1PartnerExtDepositsPostRoute
49974997
tags:
49984998
- Partner Settlements & Transfers
@@ -5112,7 +5112,7 @@ paths:
51125112
/api/network/v1/enterprises/{enterpriseId}/supportedCurrencies:
51135113
get:
51145114
summary: List Partner-Supported Currencies
5115-
description: List currencies which can be allocated/deallocated to/from a connection to a BitGo Network Partner.
5115+
description: List all the currencies a given Go Network Partner supports for allocation and deallocation.
51165116
operationId: v1EnterpriseSupportedCurrenciesRoute
51175117
tags:
51185118
- Client Allocations & Deallocations

0 commit comments

Comments
 (0)