Account View
account_viewFetch keyless account data for any address on Aster Chain, including balance, open orders, and fills. If privacy hides the account, get a clear error explaining why instead of an API failure.
Instructions
Keyless tapi account read for ANY address (Aster Chain
JSON-RPC): aster_getBalance / aster_openOrders / aster_userFills
(+ spot variants when they exist). Account privacy hides most
accounts: a privacy-empty result returns an honest error dict
explaining WHY (privacy, not an API failure).
data in {balance (default), openOrders, userFills, spotBalance,
spotOpenOrders, spotUserFills}.
Example: account_view(address="0x...")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | balance | |
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||