GET: Agent Metadata
Retrieve a list of available AI Agents and their basic metadata. This endpoint is useful for discovering which Agents are currently active on a specific chain or protocol.
Endpoint:
GET: /agent-metainfo
Query Parameters:
Parameter name
Type
Description
api_key
string
Your unique API key.
ecosystem
string
Ecosystem you are looking to query agents for. Values virtuals
token_addresses
string
Comma separated token address, you want metainfo for.
page
integer
Page number
Example cURL Request:
Sample Response:
Response Fields Explanation:
id
(string): Loky Agent IDsymbol
(string): Agent symbolname
(string): Agent nameecosystem
(string): Agent ecosystemaddress
(string): Agent addressnetwork
(string): Network on which agent is deployed
Last updated
Was this helpful?