Tokenized-stock / pre-IPO-perp jurisdiction-eligibility check for AI financial & advisor a
Tokenized-stock / pre-IPO-perp jurisdiction-eligibility check for AI financial & advisor agents — given a user's ISO country and (optionally) a platform (Dinari, xStocks, Ondo Global Markets, Coinbase, Robinhood, Gemini), reports which tokenized-equity/pre-IPO-derivative products they can legally access: US-persons policy, named country exclusions, and confirmed-vs-uncertain launch geography, each with citations and an explicit as-of date. Not legal advice. Nobody else sells this.
500000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-20
updated
Provider
signalpulse.theaslangroupllc.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "500000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "985iFjbnGQ3dJcwXnfRCMSrH4Jnc3kW1N6msR64B5KX1",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "500000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"jurisdiction": "US",
"platform": "optional — one of dinari | xstocks | ondo_gm | coinbase | robinhood | gemini | all (default: all)"
},
"type": "http"
},
"output": {
"example": {
"as_of": "2026-07-06",
"disclaimer": "This is not legal advice...",
"jurisdiction": "DE",
"overall_summary": "...",
"platforms": [
{
"call": "eligible",
"explanation": "...",
"platform": "dinari"
},
{
"call": "eligible",
"explanation": "...",
"platform": "coinbase"
}
],
"tier": "agent_analysis"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"jurisdiction": {
"description": "ISO 3166-1 alpha-2 country code, e.g. US | GB | DE | SG",
"type": "string"
},
"platform": {
"type": "string"
},
"ticker": {
"description": "optional — for framing only, does not change the eligibility logic",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"builder-code": {
"info": {
"a": "bc_gxy6qn5p"
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"a": {
"description": "App builder code",
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"s": {
"description": "Service builder codes",
"items": {
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"type": "array"
},
"w": {
"description": "Wallet builder code",
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
}
},
"type": "object"
}
}
}Use it
curl
curl "https://signalpulse.theaslangroupllc.com/api/signal/tokenized-eligibility" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://signalpulse.theaslangroupllc.com/api/signal/tokenized-eligibility");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://signalpulse.theaslangroupllc.com/api/signal/tokenized-eligibility")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/3404.json, and this resource appears in /discovery/resources and /discovery/search.