Environments
Environment
Purpose
API base
MCP endpoint
Console
Chain availability
Status and uptime
Per-environment configuration
Last updated
ShredPay provides production endpoints for external developers. Credentials are environment-specific and not portable.
Prod
Production. Real funds. SLA-backed.
https://agent-api.shredpay.xyz
https://agent-api.shredpay.xyz/mcp
https://console.shredpay.xyz
Prod operates on the following mainnet chains: Ethereum, Base, Arbitrum, Polygon, Optimism, BNB Chain. There is currently no testnet support.
Always query GET /api/wallet/chains for the authoritative list — chains may be added without a documentation update.
Subscribe to the status page at status.shredpay.xyz for incident notifications.
When deploying your integration:
Create a sub-wallet in the Console.
Issue an API key bound to that sub-wallet.
Register your webhook endpoint and store the signing secret.
Update your application config.
API keys are scoped to a single sub-wallet group and cannot be reused across wallets.
Last updated