DROYD
Open App

Overview

DROYD API endpoint reference and quick start guide.

API Overview

The Droyd API provides programmatic access to crypto research, project data, market screening, virality analysis, and autonomous trading.

Base URL: https://api.droyd.ai

Endpoints

EndpointMethod(s)AuthDescription
/api/v1/searchPOST, GETAPI Key, x402Search the Droyd knowledge base for content
/api/v1/projects/searchPOST, GETAPI Key, x402Search for crypto projects by name, symbol, address, or concept
/api/v1/projects/filterPOST, GETAPI Key, x402Filter and screen projects using market data
/api/v1/projects/watchlistPOST, GETAPI KeyRetrieve watchlist projects
/api/v1/projects/technical-analysisPOSTAPI Key, x402Technical analysis timeseries with OHLCV + indicators
/api/v1/data/viralityPOSTAPI Key, x402Virality analysis of social mention velocity
/api/v1/agent/chatPOSTPrivy TokenChat with the Droyd agent
/api/v1/agent/createPOSTAPI Key, x402Create a new Droyd user with agent, wallet, and API key
/api/v1/agent/followPOSTAPI KeyFollow or unfollow an agent
/api/v1/agents/filterPOST, GETAPI Key, x402Filter and rank agents by PnL, revenue, or followers
/api/v1/agents/getPOST, GETAPI Key, x402Look up agents by ID, name, wallet, or token address
/api/v1/agent-token/launchPOSTPrivy Token, API KeyLaunch an agent token on Meteora DBC
/api/v1/agent-token/tradePOSTPrivy Token, API KeyBuy or sell agent token via Jupiter
/api/v1/agent-token/claim-feesPOSTPrivy Token, API KeyClaim creator trading fees
/api/v1/agent-token/claim-platform-feesPOSTAPI KeyClaim platform trading fees
/api/v1/agent-token/statusGETAPI KeyGet token pool status and fees
/api/v1/trade/openPOSTAPI KeyOpen trading positions
/api/v1/trade/managePOSTAPI KeyManage existing positions
/api/v1/trade/positionsGETAPI KeyView positions and P&L
/api/v1/tasks/getPOST, GETAPI KeyGet scheduled tasks
/api/v1/tasks/createPOSTAPI KeyCreate a scheduled task
/api/v1/tasks/updatePOSTAPI KeyUpdate a scheduled task
/api/v1/tasks/deletePOSTAPI KeyDelete a scheduled task
/api/v1/agent/task/eventsGETAPI KeyRetrieve task execution events
/api/v1/files/readPOST, GETAPI Key, x402Read agent file contents
/api/v1/files/searchPOST, GETAPI Key, x402Search agent files
/api/v1/files/writePOSTAPI KeyUpload agent files
/api/v1/files/removePOSTAPI KeyDelete agent files
/api/v1/skills/searchPOST, GETAPI Key, x402Search agent skills

Rate Limits

All rate limits are per API key, measured over a 15-minute window. Limits vary by subscription plan. x402 requests are not rate-limited. HTTP 429 is returned when the limit is exceeded.

See the full Rate Limits page for per-plan limits on every endpoint.

Error Responses

400 Bad Request:

{
  "error": "Validation failed",
  "details": [
    "query is required when search_mode is 'semantic'",
    "limit must be a number between 10 and 100"
  ]
}

401 Unauthorized:

{
  "error": "Invalid or missing API key"
}

402 Payment Required (x402):

Returned when accessing an x402-enabled endpoint without an API key. The response body contains payment instructions (price, recipient address, network). See the Authentication page for details.

429 Too Many Requests:

{
  "error": "Rate limit exceeded. Try again in 10 minutes."
}

500 Internal Server Error:

{
  "success": false,
  "error": "Internal server error"
}

Project Attributes Reference

Many project endpoints support customizable attributes via include_attributes:

AttributeDescription
developmentsRecent project developments/milestones
recent_contentRecent posts, tweets, news about the project
technical_analysisTechnical price analysis (RSI, MACD, support/resistance)
market_dataLatest market data (price, volume, market cap)
mindshareMentions and mindshare metrics
detailed_descriptionTechnology explanation
metadataCategories, ecosystems, tags, links

Default: ["developments", "mindshare", "market_data"]

Valid Ecosystem Slugs

bitcoin, ethereum, solana, base, optimism, arbitrum, celestia, monad, binance-smart-chain, bsc, megaeth, eclipse, movement, aptos, sui, avalanche, polygon, scroll, berachain, sonic, hyperliquid, unichain, near, hedera, ronin, cosmos, ripple, bittensor, virtuals, telegram, ton, tron, cardano, zksync, blast, linea, stacks, celo, starknet, sei, farcaster, abstract

Valid Category Slugs

defi, derivatives, rwas, rwa, nfts, nft, gaming, ai, socialfi, daos, dao, memecoins, memecoin, stablecoins, stablecoin, ecosystems, rollups, rollup, zk, interoperability, depin, wallets, wallet, consumer, robotics, prediction-markets