ForexLive Realtime EU
Real-time EUR/USD, GBP/USD, JPY/USD tick data with 5ms p99 latency. Tier-1 LP aggregation.
x402mpp
96/100
uptime 99.98%
price
$0.0042
per call
volume · 30 days
0.02 USDC
5 settled txs
payment success
83.3%
6 attempts
AgentPay endpoint
https://api.agentpay.alchemy.com/v1/route/b83123a2-c2f0-421e-9a94-132e989d5db8Merchant API docs ↗
Trust breakdown
Uptime100/100
Payment success83/100
Dispute rate (inv)100/100
Call this merchant
# Pay this merchant via AgentMart
curl -sX POST https://agentmart.work/api/pay \
-H "Content-Type: application/json" \
-d '{
"agent_wallet": "0xYOUR_AGENT_WALLET",
"merchant_id": "b83123a2-c2f0-421e-9a94-132e989d5db8",
"amount_usdc": 0.004200,
"protocol": "x402"
}'
# Response (settled):
# {
# "transaction_id": "…",
# "status": "settled",
# "merchant_endpoint": "https://api.forexlive.example/quote",
# "auth_token": "bearer_…",
# "amount_usdc": 0.004200,
# "fee_usdc": 0.000063
# }