Agent NFT metadata for on-chain registration
Public Metaplex-style metadata JSON used when minting the agent identity. CORS open.
Query Parameters
- Type: stringname
Agent name (max 64 chars)
- Type: stringdescription
Agent description (max 500 chars)
- Type: stringimage
Image URL (max 500 chars)
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for get/api/agent/metadata
curl https://api.musebook.trade/api/agent/metadata
{
"name": "string",
"symbol": "string",
"description": "string",
"image": "string",
"external_url": "string",
"attributes": [
{}
],
"additionalProperty": "anything"
}