For the complete documentation index, see llms.txt. This page is also available as Markdown.

Environments

ShredPay provides production endpoints for external developers. Credentials are environment-specific and not portable.

Environment
Purpose
API base
MCP endpoint
Console

Prod

Production. Real funds. SLA-backed.

https://agent-api.shredpay.xyz

https://agent-api.shredpay.xyz/mcp

https://console.shredpay.xyz

Chain availability

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.

Status and uptime

Subscribe to the status page at status.shredpay.xyz for incident notifications.

Per-environment configuration

When deploying your integration:

  1. Create a sub-wallet in the Console.

  2. Issue an API key bound to that sub-wallet.

  3. Register your webhook endpoint and store the signing secret.

  4. Update your application config.

API keys are scoped to a single sub-wallet group and cannot be reused across wallets.

Last updated