# Orches Orches is the coordination layer that turns agent intent into executable financial workflows on Robinhood Chain. Agents resolve required capabilities, discover and select providers through the structured registry, settle each request with x402, then call the Orches call endpoint for the selected service. ## Registry - JSON registry: https://www.orches.xyz/api/agent/services - Well-known registry: https://www.orches.xyz/.well-known/agent-services.json ## Safety Guidance - Respect the user's max price per call. - Ask for confirmation before high spend or repeated calls. - Never expose private keys, seed phrases, or signing secrets. - Validate API output before taking irreversible actions. ## Published Services ### Ventura Token Market Snapshot - Slug: token-market - Description: Fetch live token price, liquidity, holders, volume, market cap, and short-window flow signals. - Capabilities: token, market-data, liquidity - Category: Market Data - Price: 0.04 USDC - Network: solana - Call Endpoint: https://www.orches.xyz/api/services/svc_token_market/call - Playground: https://www.orches.xyz/playground/token-market ### Ventura Trending Tokens API - Slug: trending-tokens - Description: Return top trending tokens for a chain and timeframe using Ventura market ranking data. - Capabilities: trending, token-discovery, market - Category: Discovery - Price: 0.03 USDC - Network: solana - Call Endpoint: https://www.orches.xyz/api/services/svc_trending_tokens/call - Playground: https://www.orches.xyz/playground/trending-tokens ### Wallet Risk Score API - Slug: wallet-risk - Description: Analyze on-chain wallet activity and return an explainable risk score for an EVM wallet. - Capabilities: risk, wallet, security - Category: Security - Price: 0.05 USDC - Network: solana - Call Endpoint: https://www.orches.xyz/api/services/svc_wallet_risk/call - Playground: https://www.orches.xyz/playground/wallet-risk ### Wallet Portfolio API - Slug: wallet-portfolio - Description: Return USD-valued token holdings for an EVM wallet with native and ERC-20 balances. - Capabilities: portfolio, wallet, balances - Category: Portfolio - Price: 0.06 USDC - Network: solana - Call Endpoint: https://www.orches.xyz/api/services/svc_wallet_portfolio/call - Playground: https://www.orches.xyz/playground/wallet-portfolio ### Ventura Token Risk API - Slug: token-risk - Description: Evaluate a Solana, Base, BSC, or Ethereum token using market and security signals. - Capabilities: token, risk, security - Category: DeFi - Price: 0.08 USDC - Network: solana - Call Endpoint: https://www.orches.xyz/api/services/svc_token_risk/call - Playground: https://www.orches.xyz/playground/token-risk