get https://uat-api.synapsefi.com/v3.1/user//nodes/
View a CRYPTO-US
node
Crypto Wallet Object
Node Object
Key | Type | Description |
---|---|---|
_id | string | Object ID of the node |
_links.self.href | string | HAL-style link for the node |
allowed | string | Denotes available actions for the node. See Node Types and Node Statuses for more information |
client.id | string | ID of the client associated with the node |
client.name | string | Name of the client associated with the node |
extra.note | string | Account notes |
extra.other.updated_on | integer | Date of last update to node (milliseconds since Unix epoch time). |
extra.supp_id | string | Supplementary ID provided on node creation |
info.balance.amount | float | Current balance associated with the account |
info.balance.currency | string | Currency of the node |
info.balance.updated_on | integer | Date of last update to node balance (milliseconds since Unix epoch time). |
info.document_id | string | Base document ID of user associated with the node |
info.monthly_withdrawals_remaining | integer | Remaining withdrawals left for the month |
info.name_on_account | string | Name of user associated with the account |
info.nickname | string | Nickname of node |
info.portfolio.BTC | float | Amount of BTC in portfolio |
info.portfolio.ETH | float | Amount of ETH in portfolio |
info.portfolio.DAI | float | Amount of DAI in portfolio |
info.deposit_addresses.BTC | string | Address of BTC account |
info.deposit_addresses.ETH | string | Address of ETH account |
info.type | string | Type of account BUSINESS or PERSONAL |
is_active | boolean | Denotes active status of node |
timeline | array of objects | List of updates to the node. See Timeline Object for more information |
type | string | Type of node. See Node Types and Node Statuses for more information |
user_id | string | User ID associate with node |
Timeline Object
Key | Type | Description |
---|---|---|
date | integer | Date of update to node (milliseconds since Unix epoch time). |
note | string | Note about the node update |