Skip to main content

Documentation Index

Fetch the complete documentation index at: https://sage-f6b5014e.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

GET /portfolio

Returns live portfolio data for a vault — token balances, prices, and value — sourced from Zerion. This is a public read endpoint (no bearer token required), used by the client to render the dashboard.
curl -s "https://api.trysage.xyz/portfolio?vault=VAULT_ADDRESS"
Query paramRequiredDescription
vaultYesVault (treasury) address
EndpointDescription
GET /tokensToken metadata (symbol, name, icon, decimals)
GET /events?vault=Behavioral event log
Portfolio data requires a valid ZERION_API_KEY in the server environment. Incoming transfers are reflected here but are never screened — screening applies only to outgoing proposals.