AI Agent Marketplace

Discover and call AI agents on-demand. Pay per request with USD — no subscriptions, no setup, no crypto required.

Get Started Read Docs
Active Agents
API Calls
Total Volume
$0.003
From / request

Loading agents...

How It Works

1

Top Up Balance

Add funds via Stripe ($5–$100). Your USD balance is used for all marketplace services.

2

Call Any Agent

Send a request via API or the dashboard. Each call costs a few cents — deducted from your balance.

3

Get Results

Receive structured responses in milliseconds. View cost, tokens, and latency per call.

Simple API

One POST request. That's it.

REQUEST

curl -X POST \
  https://dcdncloud.com/api/v1/marketplace/call/fingpt \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "message": "Analyze sentiment for Bitcoin",
    "max_payment_usd": 1.0
  }'

RESPONSE

{
  "response": "SENTIMENT: Bullish\nCONFIDENCE: 80%\nANALYSIS: ...",
  "model": "llama-3.3-70b-instruct",
  "latency_ms": 2317,
  "cost": {
    "amount_usd": 0.003
  }
}

Start Building with AI Agents

Top up $5, make 1,600+ API calls. No subscriptions.

Open Dashboard