|
5 | 5 | servers: |
6 | 6 | - url: '' |
7 | 7 | tags: |
8 | | - - name: Broker Support |
9 | 8 | - name: Compliance Transaction Monitoring |
10 | 9 | - name: CryptoCompare |
11 | 10 | description: CryptoCompare is a partner API from CryptoCompare that you can use to compare prices of cryptocurrency, tokens, and fiat. |
@@ -22206,7 +22205,7 @@ paths: |
22206 | 22205 | description: Number representing the balance for the specified collateral |
22207 | 22206 | balanceValue: |
22208 | 22207 | allOf: |
22209 | | - - $ref: '#/components/schemas/Amount4' |
| 22208 | + - $ref: '#/components/schemas/Amount3' |
22210 | 22209 | - type: object |
22211 | 22210 | description: Returns the value of the collateral. Has 2 fields denoting the currency used and the actual value. |
22212 | 22211 | example: |
@@ -22240,7 +22239,7 @@ paths: |
22240 | 22239 | properties: |
22241 | 22240 | totalShortPositionLimit: |
22242 | 22241 | allOf: |
22243 | | - - $ref: '#/components/schemas/Amount4' |
| 22242 | + - $ref: '#/components/schemas/Amount3' |
22244 | 22243 | - type: object |
22245 | 22244 | description: Quantity representing the total NOP limit across all currencies. It sets a limit that is compared to the total short position across all currencies (eg. 1000000). Currency represents the currency that the quantity is valued in (eg. USD) |
22246 | 22245 | marginCallPercentage: |
@@ -22349,27 +22348,27 @@ paths: |
22349 | 22348 | properties: |
22350 | 22349 | netOpenPosition: |
22351 | 22350 | allOf: |
22352 | | - - $ref: '#/components/schemas/Amount4' |
| 22351 | + - $ref: '#/components/schemas/Amount3' |
22353 | 22352 | - type: object |
22354 | 22353 | description: Quantity representing the total NOP limit across all currencies. It sets a limit that is compared to the total short position across all currencies (eg. 1000000). Currency represents the currency that the quantity is valued in (eg. USD) |
22355 | 22354 | transferredCollateral: |
22356 | 22355 | allOf: |
22357 | | - - $ref: '#/components/schemas/Amount4' |
| 22356 | + - $ref: '#/components/schemas/Amount3' |
22358 | 22357 | - type: object |
22359 | 22358 | description: Quantity representing the notional value of all collateral balances. This may change as the value of collateral changes with market movements. Currency represents the notional currency (eg. USD) |
22360 | 22359 | unrealizedPnL: |
22361 | 22360 | allOf: |
22362 | | - - $ref: '#/components/schemas/Amount4' |
| 22361 | + - $ref: '#/components/schemas/Amount3' |
22363 | 22362 | - type: object |
22364 | 22363 | description: Quantity representing the sum of unrealized profit and loss across all per-asset open positions. Currency represents the notional currency (eg. USD) |
22365 | 22364 | marginBalance: |
22366 | 22365 | allOf: |
22367 | | - - $ref: '#/components/schemas/Amount4' |
| 22366 | + - $ref: '#/components/schemas/Amount3' |
22368 | 22367 | - type: object |
22369 | 22368 | description: Quantity representing the sum of the transferredCollateral and unrealizedPnL. Currency represents the notional currency (eg. USD) |
22370 | 22369 | marginRequirement: |
22371 | 22370 | allOf: |
22372 | | - - $ref: '#/components/schemas/Amount4' |
| 22371 | + - $ref: '#/components/schemas/Amount3' |
22373 | 22372 | - type: object |
22374 | 22373 | description: Quantity representing the marginBalance required to continue trading without risk of margin call or liquidation. If margin requirement is not present, either netOpenPosition is zero or there is no requirement. Currency represents the notional currency (eg. USD) |
22375 | 22374 | marginUtilizationPercentage: |
@@ -22438,7 +22437,7 @@ paths: |
22438 | 22437 | description: Number representing the balance for the specified collateral |
22439 | 22438 | balanceValue: |
22440 | 22439 | allOf: |
22441 | | - - $ref: '#/components/schemas/Amount4' |
| 22440 | + - $ref: '#/components/schemas/Amount3' |
22442 | 22441 | - type: object |
22443 | 22442 | description: Returns the value of the collateral. |
22444 | 22443 | example: |
@@ -22491,7 +22490,7 @@ paths: |
22491 | 22490 | description: Number representing the balance for the specified collateral |
22492 | 22491 | balanceValue: |
22493 | 22492 | allOf: |
22494 | | - - $ref: '#/components/schemas/Amount4' |
| 22493 | + - $ref: '#/components/schemas/Amount3' |
22495 | 22494 | - type: object |
22496 | 22495 | description: Returns the value of the collateral. Has 2 fields denoting the currency used and the actual value. |
22497 | 22496 | example: |
@@ -22556,7 +22555,7 @@ paths: |
22556 | 22555 | description: Number representing the balance for the specified margin position |
22557 | 22556 | balanceValue: |
22558 | 22557 | allOf: |
22559 | | - - $ref: '#/components/schemas/Amount4' |
| 22558 | + - $ref: '#/components/schemas/Amount3' |
22560 | 22559 | - type: object |
22561 | 22560 | description: Returns the value of the margin position. Has 2 fields denoting the currency used and the actual value. |
22562 | 22561 | example: |
@@ -35686,7 +35685,7 @@ components: |
35686 | 35685 | required: |
35687 | 35686 | - id |
35688 | 35687 | - isExtensible |
35689 | | - Account1: |
| 35688 | + Account: |
35690 | 35689 | required: |
35691 | 35690 | - id |
35692 | 35691 | - name |
@@ -35820,7 +35819,7 @@ components: |
35820 | 35819 | Accounts: |
35821 | 35820 | type: array |
35822 | 35821 | items: |
35823 | | - $ref: '#/components/schemas/Account1' |
| 35822 | + $ref: '#/components/schemas/Account' |
35824 | 35823 | ActionType: |
35825 | 35824 | title: ActionType |
35826 | 35825 | type: string |
@@ -36802,7 +36801,7 @@ components: |
36802 | 36801 | required: |
36803 | 36802 | - value |
36804 | 36803 | - symbol |
36805 | | - Amount4: |
| 36804 | + Amount3: |
36806 | 36805 | type: object |
36807 | 36806 | required: |
36808 | 36807 | - quantity |
@@ -47571,17 +47570,17 @@ components: |
47571 | 47570 | description: Number representing the net open position denoted in notional amount (ex 600,000 USD) |
47572 | 47571 | shortMarginPositionNotionalLimit: |
47573 | 47572 | allOf: |
47574 | | - - $ref: '#/components/schemas/Amount4' |
| 47573 | + - $ref: '#/components/schemas/Amount3' |
47575 | 47574 | - type: object |
47576 | 47575 | description: Number representing the maximum open margin position that can be short in terms of the notional instrument (ex. 10,000 USD) in absolute notional terms, as the NOP is signed |
47577 | 47576 | longMarginPositionNotionalLimit: |
47578 | 47577 | allOf: |
47579 | | - - $ref: '#/components/schemas/Amount4' |
| 47578 | + - $ref: '#/components/schemas/Amount3' |
47580 | 47579 | - type: object |
47581 | 47580 | description: Number representing the maximum open margin position that can be long in terms of the notional instrument (ex. 10,000 USD) |
47582 | 47581 | unrealizedPnL: |
47583 | 47582 | allOf: |
47584 | | - - $ref: '#/components/schemas/Amount4' |
| 47583 | + - $ref: '#/components/schemas/Amount3' |
47585 | 47584 | - type: object |
47586 | 47585 | description: Number representing the unrealized profit and loss. Difference between the NOP value at the time of creation and the NOP value as of now. |
47587 | 47586 | lastModified: |
@@ -47619,12 +47618,12 @@ components: |
47619 | 47618 | description: The currency symbol for the net open position limit (e.g., "BTC"). |
47620 | 47619 | shortMarginPositionNotionalLimit: |
47621 | 47620 | allOf: |
47622 | | - - $ref: '#/components/schemas/Amount4' |
| 47621 | + - $ref: '#/components/schemas/Amount3' |
47623 | 47622 | - type: object |
47624 | 47623 | description: Quantity representing the notional limit for short margin positions in the specified currency (e.g., "1000000"). Currency represents the currency in which the quantity is valued (e.g., "BTC"). |
47625 | 47624 | longMarginPositionNotionalLimit: |
47626 | 47625 | allOf: |
47627 | | - - $ref: '#/components/schemas/Amount4' |
| 47626 | + - $ref: '#/components/schemas/Amount3' |
47628 | 47627 | - type: object |
47629 | 47628 | description: Quantity representing the notional limit for long margin positions in the specified currency (e.g., "2000000"). Currency represents the currency in which the quantity is valued (e.g., "BTC"). |
47630 | 47629 | example: |
|
0 commit comments