US net liquidity (Fed balance sheet minus Treasury General Account minus reverse
US net liquidity (Fed balance sheet minus Treasury General Account minus reverse repo) as a 0–100 percentile with its label and 4-week trend, broken into its FRED components (WALCL, TGA, RRP, M2) plus ~52 weeks of history. A macro-liquidity gauge for risk appetite. Complements the /api/v1/fed-funds and other FRED macro endpoints. From x402stock, a market & economic data API (x402, USDC).
Answeringour last check, 2026-09-24
1 of 1checks answered this week
302 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
GET https://x402stock.xyz/api/v1/fear-greed/liquidity
| Category | Market data |
|---|---|
| Provider host | x402stock.xyz |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 2 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 | 302 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"weeks": 52
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"weeks": {
"default": 52,
"exclusiveMinimum": 0,
"maximum": 520,
"type": "integer"
}
},
"required": [
"weeks"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"as_of": {
"type": "string"
},
"components": {
"items": {
"additionalProperties": false,
"properties": {
"date": {
"type": "string"
},
"fred_series": {
"type": "string"
},
"mom_percent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"name": {
"type": "string"
},
"value_usd_trillions": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"name",
"value_usd_trillions",
"date",
"fred_series",
"mom_percent"
],
"type": "object"
},
"type": "array"
},
"history": {
"items": {
"additionalProperties": false,
"properties": {
"date": {
"type": "string"
},
"net_usd_trillions": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"date",
"net_usd_trillions"
],
"type": "object"
},
"type": "array"
},
"net_liquidity_usd_trillions": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"rating": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"score": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"source": {
"const": "x402stock",
"type": "string"
},
"trend_4w_usd_trillions": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"trend_label": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"source",
"as_of",
"score",
"rating",
"net_liquidity_usd_trillions",
"trend_4w_usd_trillions",
"trend_label",
"components",
"history"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}