Overview
The AAC Metadata API resolves any Orbofi agent token into its metadata card — name, description, image, socials, and the agent's canonical page. One HTTP call, no auth, no API key, no scraping.
It exists for anyone rendering Orbofi tokens outside our app: wallets, terminals, screeners, trading bots, portfolio trackers.
Quick start
curl https://api.orbofi.com/v1/tokens/{tokenAddress}That's the whole integration. The response is the agent's card as JSON.
In this section
Get a token card — the endpoint, response fields, and caching semantics.
How cards publish — where the data comes from and why it can't be spoofed.
Last updated
Was this helpful?

