For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Cards are served for tokens on Robinhood Chain (chain id 4663). To discover the tokens themselves, index the AgentCoinLaunched event — see Index Agent Launches.

Last updated

Was this helpful?