Get account balances
Returns per-asset ledger balances for a single account, alongside spendable — the finalized, irreversible subset that is safe to spend — and the account's final-height watermark.
Path Parameters
address*string
Hex-encoded ed25519 public key (64 chars)
Response Body
application/json
application/json
curl -X GET "https://ldn.core.test.network/accounts/a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2/balance"{
"XE": "1000000",
"XUSD": "500000"
}{
"error": "invalid signature"
}