GeneralLive

Treasury Debt

US National Debt — daily "Debt to the Penny" via US Treasury Fiscal Data.

$0.00138USDC per call · settled on Base · no subscription, no API key

Overview

US National Debt — daily "Debt to the Penny" via US Treasury Fiscal Data. Each row carries record_date, debt held by public, intragovernmental holdings, and total public debt outstanding (all USD, signed integers as strings to preserve precision). Optional `filter` uses Fiscal Data syntax: `col:op:val` joined by commas (ops: eq, lt, lte, gt, gte, in). Default sort is `-record_date` (newest first). Authoritative source for "how much does the US owe?" — every weekday since 1993.

Endpoint

MethodEndpointPriceDescription
GET/v1/marketplace/api/treasury-debt$0.00138Invoke Treasury Debt (General) and return the upstream response.

How to call it

Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.

# 1. Ask for a quote
curl -i https://api.jarvisclaw.ai/v1/marketplace/api/treasury-debt

# 2. Pay it (the SDK signs and retries for you)
curl -H "X-PAYMENT: <signed-payload>" https://api.jarvisclaw.ai/v1/marketplace/api/treasury-debt
Open in the marketplace

Docs: Getting started · x402 payments · x402 discovery · All APIs