Orches
ProvidersPublishDocsPlaygroundWhitepaperDashboard

Orchestrate your agent, or publish a service

Agent developers discover and compose services. Providers publish once and reach every agent on the network without a commercial integration.

Orches

Use Orches

  • Whitepaper
  • Documentation
  • Marketplace
  • Playground
  • Usage
  • Dashboard

Build

  • Documentation
  • llms.txt
  • Publish service
  • Agent registry

Whitepaper

  • Whitepaper
  • Docs
  • x402

Network

  • Robinhood Chain
  • USDG settlement
  • Agent services

Agent AI

  • llms.txt
  • Agent prompt
  • Registry JSON
  • Service schemas

WhitepaperDocumentationProvidersContact

© 2026 Orches. Coordination infrastructure for Robinhood Chain. Settled with x402.

PORTFOLIOROBINHOOD CHAINVERIFIEDPUBLISHED

Wallet Portfolio API

Return USD-valued token holdings for an EVM wallet with native and ERC-20 balances.

portfoliowalletbalances
Per call
0.06USDC

Settled per request over x402. No subscription, no minimum.

Success

99.1%

Latency

210ms

Calls

1,320

Settled

0 USDC

Call it

POSTGateway endpoint

https://www.orches.xyz/api/services/svc_wallet_portfolio/call

Settles to
51oBCbm38nsWVj68wTrZQeUMe2AzSiNYhdvqvFr5LLLX
Rail
Robinhood Chain / USDC

The contract

What the service accepts, what it returns, and a worked example of each.

Input schema
1{
2  "type": "object",
3  "additionalProperties": false,
4  "required": [
5    "address"
6  ],
7  "properties": {
8    "address": {
9      "type": "string",
10      "pattern": "^0x[a-fA-F0-9]{40}$"
11    }
12  }
13}
Output schema
1{
2  "type": "object",
3  "required": [
4    "address",
5    "totalUsd",
6    "tokens"
7  ],
8  "properties": {
9    "address": {
10      "type": "string"
11    },
12    "totalUsd": {
13      "type": "number"
14    },
15    "tokens": {
16      "type": "array",
17      "items": {
18        "type": "object"
19      }
20    }
21  }
22}
Example request
1{
2  "address": "0x1234567890abcdef1234567890abcdef12345678"
3}
Example response
1{
2  "address": "0x1234567890abcdef1234567890abcdef12345678",
3  "totalUsd": 2100,
4  "tokens": [
5    {
6      "symbol": "ETH",
7      "name": "Ether",
8      "usdValue": 2000
9    }
10  ]
11}

Provider notes

Looks up an EVM wallet portfolio through the configured Alchemy portfolio provider and returns total USD value plus token-level holdings.

Ventura API

Ventura API

51oBCb…LLLX

Coordinating autonomous agents into executable financial workflows.

Reviews

No reviews yet.

Connect your wallet to leave a review.