x402 Pay-as-you-go Pricing
x402 Payment
Pricing
#
x402 API Endpoint
Origin Endpoint
Cost per Request (USD)
Integration Option 1: Code
from scripts.pay import request_with_x402
response = request_with_x402(
url="https://openapi.misttrack.io/x402/address_labels?address=0x...&coin=ETH",
private_key="your_private_key_hex",
chain_id=8453, # Base Chain
auto_pay=True,
)
print(response.json())Integration Option 2: Agent Skills
Integration Option 3: Coinbase Agentic Wallet
Step-by-Step Guide








Last updated