Asia-session crypto market snapshot for AI agents: kimchi premium, funding-rate regime sig
Asia-session crypto market snapshot for AI agents: kimchi premium, funding-rate regime signal, and BTC/ETH Asia-hours momentum from a live 24/7 trading system.
30000 (raw units)
price
5
calls / 30d
4
unique payers
2026-09-17
updated
Provider
asia-pulse.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:196",
"payTo": "0xebe771d3fc1b9d55e3f36abc9e9c1c45952bc14d",
"asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
"amount": "30000",
"maxTimeoutSeconds": 60
},
{
"scheme": "aggr_deferred",
"network": "eip155:196",
"payTo": "0xebe771d3fc1b9d55e3f36abc9e9c1c45952bc14d",
"asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
"amount": "30000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x30c13c7fc1d975e6fc3af5d5154081cb5e52ff54",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "30000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"info": {
"description": "Asia-session crypto market snapshot for AI agents: kimchi premium, funding-rate regime signal, and BTC/ETH Asia-hours momentum from a live 24/7 trading system.",
"discoverable": true,
"input": {
"method": "GET",
"type": "http"
},
"output": {
"example": {
"as_of": "<ISO-8601 timestamp>",
"note": "per-source freshness footnotes attached to every block.",
"signals": {
"funding_regime": "neutral",
"kimchi_premium_pct": 0.08
}
},
"type": "json"
},
"resource": "https://asia-pulse.com/report"
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"method": {
"const": "GET"
},
"type": {
"const": "http"
}
},
"required": [
"type",
"method"
],
"type": "object"
}
},
"type": "object"
}
}
}Use it
curl
curl "https://asia-pulse.com/report" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://asia-pulse.com/report");
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://asia-pulse.com/report")
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/13145.json, and this resource appears in /discovery/resources and /discovery/search.