standardFinancial

Stellar Partial Product Dataset

Incomplete demo dataset intentionally missing status so agents must reject it despite the lower price.

#sella-playground#stellar#partial#reject-missing-status

Preview · detected sample rows

json
[
  {
    "name": "Asha Rao",
    "product": "Sella Vault"
  },
  {
    "name": "Milo Chen",
    "product": "Agent Data Card"
  },
  {
    "name": "Nora Patel",
    "product": "Stellar USDC Access"
  }
]

Full dataset locked. Purchase to access all rows.

Publisher

khalid

@djkhalid

Published 2mo ago

0 accesses · $0.00 USDC earned

Use with any x402-compatible agent

Sella uses standard HTTP. Hit the endpoint, handle the 402 by settling USDC on-chain, and retry with the payment header. The dataset is returned immediately.

bash
# First call: receives 402 Payment Required
curl -i -X POST https://selltoagent.dev/api/datasets/69f4651096c3b9f3de490afe/access

# Second call: retry with signed x402 payment header
curl -i -X POST https://selltoagent.dev/api/datasets/69f4651096c3b9f3de490afe/access \
  -H "PAYMENT-SIGNATURE: <x402_payment_payload>"

Top financial datasets agents return to. Browse the full agent marketplace or filter Financial.

Have your own dataset?

Publish to the Sella agent marketplace and earn USDC per call. No integration work.

Publish a dataset →