Updates to the Agora Public API.
Transactions and account management
The Public API adds a transactions history and endpoints to register and update accounts. All new endpoints are in Beta.
Transactions
GET /v0/transactions: list your settled transactions, newest first, with the source and recipient counterparties and the amounts moved on each side. Paginated withcursor/limit.GET /v0/transactions/{txnId}: retrieve a single transaction with its full per-leg breakdown (direction, settlement rail, and rail reference).
Accounts
POST /v0/accounts: register a wallet (on one or more networks) or a bank account. Registering a wallet starts the per-network entitlement flow; the API never auto-approves.PUT /v0/accounts/{accountId}: rename an account, add a network to a wallet, or request an entitlement (e.g.instant_settlement) on a network.GET /v0/accountsnow returns per-networkentitlementson wallets and the fullaccountNumberplusbeneficiaryon bank accounts.

