You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api.yaml
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -37130,6 +37130,19 @@ components:
37130
37130
type: integer
37131
37131
description: the height of the block that provides the base values
37132
37132
example: 11228504
37133
+
BalancesCodec:
37134
+
title: BalancesCodec
37135
+
type: array
37136
+
items:
37137
+
type: object
37138
+
properties:
37139
+
Asset:
37140
+
type: string
37141
+
Amount:
37142
+
type: string
37143
+
required:
37144
+
- Asset
37145
+
- Amount
37133
37146
BankAccountCurrency:
37134
37147
title: BankAccountCurrency
37135
37148
description: |
@@ -53930,24 +53943,15 @@ components:
53930
53943
type: object
53931
53944
description: 'Solvency data schema consists of: - assets: array of supported asset symbols - liabilities: array of total liabilities for each asset - reserves: array of total reserves for each asset - ratios: ratio of reserves to liabilities for each asset'
0 commit comments