market2000.xyz

market2000.xyz
Category
Service
Network
Avg / request
$0.01
Endpoints
1

Service overview

What is market2000.xyz?

Latest Price — returns the most recent closing price and 1-day change for a ticker. Cheapest endpoint; ideal for quick price checks before or after pattern analysis. HOW TO CALL: POST /get_latest_price?ticker=AAPL PARAMETERS: ticker — asset symbol (e.g. AAPL, BTC-USD, SPY) RESPONSE: { ticker, date, close, change_pct }

Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.

Paste into your agentic chat and let your agent guide you.

Make a Call

Example request
npx awal x402 pay "https://market2000.xyz/get_latest_price" \
  --method POST \
  --query '{
  "ticker": "{ticker}"
}'
What you get back
{
  "endpoint": "POST /get_latest_price",
  "paid": true,
  "query": "example input",
  "result": {
    "value": "Structured response from the service."
  }
}

Similar Services