List the latest on-chain agent registrations
list_onchain_agentsRetrieve the newest on-chain AI agents registered on Solana via Metaplex, with optional EVM support. Get asset details, owner info, and explorer links in one call.
Instructions
The latest agents to land on-chain in the Metaplex Agent Registry, newest first, from the live three.ws /api/deployments feed (which also indexes registrations minted outside three.ws). Each entry carries the Core asset address, name, description, image, owner, 3D and x402 flags, and explorer links. Set all_chains:true to include EVM ERC-8004 registrations in the same stream. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many registrations to return. Default 12. | |
| cursor | No | Pagination cursor from a previous call. | |
| network | No | Solana cluster. Defaults to the configured network. | |
| all_chains | No | Include EVM ERC-8004 registrations too. Default false (Solana only). |