Skip to main content
GET
/
api
/
v1
/
developer-agents
/
{id}
Developer agent detail
curl --request GET \
  --url https://mcp.echozero.app/api/v1/developer-agents/{id}
{
  "success": true,
  "data": {
    "id": "<string>",
    "developerId": "<string>",
    "name": "<string>",
    "betaStatus": "<string>",
    "performanceStats": {},
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "description": "<string>",
    "strategyDescription": "<string>",
    "avatarUrl": "<string>",
    "imageUrl": "<string>",
    "tags": [
      "<string>"
    ],
    "monthlyPrice": 123,
    "successFeePercent": 123,
    "betaStartDate": "2023-11-07T05:31:56Z",
    "maxBetaUsers": 123,
    "stats": {
      "totalProfitUsd": 123,
      "roi": 123,
      "winRate": 123,
      "totalTrades": 123,
      "performanceScore": 123
    },
    "pnl": {
      "totalProfitUsd": 123,
      "roi": 123,
      "avgProfitPerTrade": 123,
      "maxDrawdown": 123
    },
    "tradeStats": {
      "totalTrades": 123,
      "wins": 123,
      "losses": 123,
      "winRate": 123,
      "category": "<string>"
    },
    "risk": {
      "botCount": 123
    },
    "followers": 123,
    "subscriberCount": 123,
    "isSubscribed": true,
    "activeBotCount": 123,
    "totalBotCount": 123,
    "featured": true,
    "featuredRank": 123,
    "latestReview": {
      "id": "<string>",
      "status": "<string>",
      "reviewedAt": "2023-11-07T05:31:56Z",
      "notes": "<string>",
      "safetyScore": 123
    },
    "membershipGated": true,
    "externalSignupUrl": "<string>"
  }
}

Headers

x-signature
string

HMAC-SHA256 signature: HMAC-SHA256(secretKey, timestamp + METHOD + path + body). Optional -- when omitted, HMAC verification is skipped.

x-timestamp
string

Request timestamp in epoch milliseconds. Required when x-signature is provided. Rejected if drift exceeds 5 minutes.

Path Parameters

id
string
required

Response

Developer agent detail.

success
boolean
required
Example:

true

data
object
required

Endpoint-specific payload