api/Accounts

Operations for working with trust and general accounts.

Endpoint Description
GET General/{id}/Balance Retrieves the balance on a general account.
POST General/Transactions Creates one or more general transactions.
GET General/Transactions/{id} Retrieves information for a general transaction.
GET Trust Retrieves the list of trust bank accounts.
GET Trust/{id}/Balance Retrieves the balance on a trust account.
POST Trust/Transactions Creates one or more trust transactions.
GET Trust/Transactions/{id} Retrieves information for a trust transaction.