Skip to content

Commit e612e84

Browse files
Merge pull request #350 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents 8de6c9e + f8c6131 commit e612e84

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

api.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52454,6 +52454,8 @@ components:
5245452454
description: Regulatory registration number
5245552455
amlAttestation:
5245652456
$ref: '#/components/schemas/AmlAttestation'
52457+
fundsSource:
52458+
$ref: '#/components/schemas/FundsSource'
5245752459
title: Business
5245852460
BusinessIdentityResponse:
5245952461
type: object
@@ -59155,6 +59157,13 @@ components:
5915559157
- Margin orders will be placed using the margin account balances.
5915659158
See our [Trade Guide](/docs/trade-overview) for more details on each funding type.
5915759159
default: funded
59160+
FundsSource:
59161+
type: string
59162+
enum:
59163+
- proprietary
59164+
- customer
59165+
title: FundsSource
59166+
description: Whether funds deposited are proprietary or customer funds
5915859167
GeneralError:
5915959168
type: object
5916059169
properties:

0 commit comments

Comments
 (0)