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.00 USDC
0 settled txs
payment success
100.0%
0 attempts
AgentPay endpoint
https://api.agentpay.alchemy.com/v1/route/b83123a2-c2f0-421e-9a94-132e989d5db8demo (server-signed)
pay with your own wallet
Pay this merchant from your own wallet:
Trust breakdown
Uptime100/100
Payment success100/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
# }