Reading account
Read account
GET
/api/public/v1/accounts/:id
This endpoint returns data for a single account.
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Path Parameters
Name | Type | Description |
---|---|---|
id | string | Account ID. |
Response
Response Body
Name | Type | Description |
---|---|---|
data.id | string | Account ID. |
data.type | string | Entity type returned. Always |
data.attributes | object | A set of account attributes. |
data.attributes.currencyCode | string | Account currency code. Refer to the list of supported currencies. |
data.attributes.balance | string | Account total balance. |
data.attributes.currencyType | string | Account currency type. Can be either |
data.relationships.networks.data | string | Array of supported networks for a given crypto account. |
Last updated