Account
GET /accounts/:account_id
GET /accounts/:account_id
Response "message" field contains various fields that provide details about the account, such as the asset type ("e₹"), the account owner ("ABC123"), the account type ("collateral_deficiency"), the account group ("0CDCX"), the account label ("general"), the balance ("0.00"), the account ID ("ce819fe8-b1d7-43bb-961c-e09ede0988d3"), and the last update timestamp (1554395972174).
Sample Response
Information about a specific account. Response parameters listed below.
asset
The asset code for the specific account, e.g. e₹
string
account_owner
The code of the participant that owns the account
string
account_type
available
, collateral
, payable
, receivable
or collateral_deficiency
string
account_group
The sub account determination used for allocating towards settlements
string
balance
The balance in the account
string
account_id
Unique ID of the specific account
string
last_update
Timestamp of last settlement run
timestamp
account_label
The account label associated with the account
string
Last updated