Portfolio
Get Portfolio State
Get the current state of all or filtered accounts portfolio.
Retrieves real-time portfolio balances across all configured accounts and connectors. By default, returns cached state for fast responses. Use the refresh parameter to fetch live balances from exchanges (slower but more accurate).
Use this endpoint to:
- View current holdings across all accounts and exchanges
- Monitor portfolio value in real-time
- Filter by specific accounts or connectors for focused analysis
- Get CEX-only balances quickly by skipping Gateway wallet lookups
post/portfolio/state
Request body
Example request
{
"account_names": [
"main_account"
],
"connector_names": [
"binance"
]
}Response
Successful Response
object required