Retrieves list of counterparties

View counterparties for account-to-account transfers. Counterparties are returned by Program Ledger.

SecurityJWT
Request
path Parameters
ledgerIdentifier
required
string

Ledger identifier, can be found using /api/ledger endpoint

Example: 4b7375e9-79b0-4b8b-a89e-a21607f0239f
Responses
200

Accounts retrieved

404

Not Found

get/api/ledger/{ledgerIdentifier}/account
Response samples
application/json
{
  • "ledgerAccounts": [
    ]
}