API Status
...
Endpoints
... available
Settlement
USDC→EUR <10s
SDKs
4 packages
⚡ Zero API Keys Required

Get Started in 60 Seconds

Choose your path. EUR settlement for AI agents — USDC to EUR via SEPA Instant on Base.

Time to first call 0:00

Create Free Account → API keys, Playground & KYB

1

Install 5 seconds

One command. No API keys, no signup, no configuration.

terminal
pip install asterpay
2

Write Code 15 seconds

3 lines to check API health and discover all endpoints.

python
from asterpay import AsterPay

client = AsterPay()

# Check API (free)
print(client.health())

# Get ASTERPAY token tiers (free)
tiers = client.token.tiers()
for t in tiers['tiers']:
    print(f"{t['name']}: {t['discount']} off")

# Discover all paid endpoints (free)
endpoints = client.discovery.resources()
print(f"{len(endpoints['resources'])} endpoints available")

# Paid endpoint (requires x402 USDC payment):
# price = client.market.price("bitcoin")  # $0.005
3

Run It 5 seconds

Hit the button to call the live API right now.

terminal
python quickstart.py
1

Add to Claude / Cursor 10 seconds

Copy this config into your claude_desktop_config.json or Cursor MCP settings.

json — claude_desktop_config.json
{
  "mcpServers": {
    "asterpay": {
      "command": "npx",
      "args": ["@asterpay/mcp-server"]
    }
  }
}
2

Restart Claude / Cursor 5 seconds

AsterPay tools appear automatically — 16 tools, no API keys needed.

Available tools
get_crypto_price    — Real-time prices       $0.005
ai_summarize        — Text summarization     $0.004
ai_sentiment        — Sentiment analysis     $0.01
ai_translate        — Multi-lang translate   $0.02
wallet_score        — Wallet reputation      $0.05
token_analysis      — Token security         $0.10
settlement_estimate — USDC → EUR quote       FREE
discover_endpoints  — List all endpoints     FREE
... and 8 more
3

Ask Claude instant

Just ask in natural language. Claude uses AsterPay tools automatically.

Claude prompt
"What are the AsterPay token tier levels and discounts?"

Claude will automatically use the check_token_tiers tool
and return a formatted response with all 5 tiers.
1

Health Check instant

No install. Just curl.

terminal
curl https://x402-api-production-ba87.up.railway.app/health
2

Discover Endpoints instant

List all available endpoints with pricing and schemas.

terminal
curl https://x402-api-production-ba87.up.railway.app/discovery/resources
3

Get Token Tiers instant

Check ASTERPAY tier system — fully free endpoint.

terminal
curl https://x402-api-production-ba87.up.railway.app/v1/token/tiers

Full Ecosystem

🐍 asterpay

Python SDK — sync & async

PyPI v0.1.0

🤖 @asterpay/mcp-server

Claude & Cursor MCP tools

npm v1.0.1

🧠 asterpay-openai-agents

OpenAI Agents SDK tools

npm

📖 REST API & Docs

Swagger / OpenAPI explorer

REST v1.0.0