S

StableFinance · Financial Metrics Snapshot

by StableFinance

GETBaseSolana✓ Curated

$0.02

per call · USD Coin on Base

Latest live metrics including market cap and enterprise value.

Endpoint

GET https://stablefinance.dev/api/financial-metrics/snapshot

1

Calls / 30d

1

Unique payers / 30d

Aug 17

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://stablefinance.dev/api/financial-metrics/snapshot", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://stablefinance.dev/api/financial-metrics/snapshot?ticker=AAPL" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "snapshot": {
    "debt_to_equity": 0.0484,
    "earnings_per_share": 5.55,
    "enterprise_value": 5180599000000,
    "gross_margin": 0.7128,
    "market_cap": 5184366000000,
    "net_margin": 0.5903,
    "operating_margin": 0.7028,
    "price_to_earnings_ratio": 38.58,
    "price_to_sales_ratio": 22.6,
    "return_on_equity": 0.6928,
    "revenue_growth": 0.0625,
    "ticker": "NVDA"
  }
}

Payment details

Pay to0xbd17480bf6ff056f7b91d9adc9dfda001eb7283d
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from StableFinance & similar services