FiatAccount
Parameter | Type | Description |
---|---|---|
id | string | The ID of the account |
type | string | [ BLINC ] |
name | string | The display name of the fiat account |
address | string | The address of the account |
assets | Array of FiatAssets | An array of the assets under the account |
FiatAsset
Parameter | Type | Description |
---|---|---|
id | string | The ID of the asset |
balance | string | The balance of the asset |