standardFinancial

Stellar Full Product Status Dataset

Complete deterministic demo dataset containing customer name, product, and status fields for agent payment/access flows.

#sella-playground#stellar#complete#agent-ready

Preview · detected sample rows

json
[
  {
    "name": "Asha Rao",
    "product": "Sella Vault",
    "status": "active"
  },
  {
    "name": "Milo Chen",
    "product": "Agent Data Card",
    "status": "trial"
  },
  {
    "name": "Nora Patel",
    "product": "Stellar USDC Access",
    "status": "active"
  },
  {
    "name": "Liam Okafor",
    "product": "Dataset Marketplace",
    "status": "paused"
  }
]

Full dataset locked. Purchase to access all rows.

Publisher

khalid

@djkhalid

Published 2mo ago

2 accesses · $0.84 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/69f4650f96c3b9f3de490afd/access

# Second call: retry with signed x402 payment header
curl -i -X POST https://selltoagent.dev/api/datasets/69f4650f96c3b9f3de490afd/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 →