For AI agents building agent swarms, synthetic users, NPCs, or trading bots
For AI agents building agent swarms, synthetic users, NPCs, or trading bots. Input: archetype + prompt (e.g. 'risk-taking crypto founder'). Output: OCEAN Big Five + Dark Triad + trading psychology vector with emotional drift and memory anchors. M2M: use when you need consistent agent personality, backtest personas, or generate 1000s of synthetic traders. Pay-per-call USDC Base, no API key.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1327 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://x402.billionaireorder.com/v1/virtual-traits
| Category | Market data |
|---|---|
| Provider host | x402.billionaireorder.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 1327 ms |
Example input (from the provider)
{
"body": {
"archetype": "bullish_trader",
"prompt": "A risk-taking crypto founder"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"body": {
"properties": {
"archetype": {
"type": "string"
},
"prompt": {
"type": "string"
}
},
"required": [
"archetype",
"prompt"
],
"type": "object"
}
},
"required": [
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}