Skip to main content
GET
/
config
Get server configuration
curl --request GET \
  --url https://api.httpayer.com/config
{
  "protocol": {
    "versions": [
      "1"
    ],
    "current": "1"
  },
  "credits": {
    "creditsPerUsdc": 1000,
    "usdcPerCredit": 0.001,
    "description": "1 credit = 1 milliUSDC = 0.001 USDC"
  },
  "relay": {
    "fees": {
      "percentage": 3,
      "minUSDC": 0,
      "model": "3% flat rate"
    },
    "limits": {
      "maxDailyPerWallet": 100,
      "maxDailyTotal": 1000
    },
    "timeouts": {
      "asyncThresholdMs": 120000
    }
  },
  "networks": {
    "enabled": [
      "base",
      "solana-mainnet-beta"
    ],
    "evm": [
      "base",
      "base-sepolia"
    ],
    "solana": [
      "solana-mainnet-beta",
      "solana-devnet"
    ],
    "configs": {}
  },
  "assets": {
    "enabled": [
      "usdc"
    ]
  },
  "server": {
    "baseUrl": "https://api.httpayer.com",
    "timeouts": {
      "requestMs": 600000,
      "headersMs": 610000,
      "keepAliveMs": 620000
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.httpayer.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Server configuration

protocol
object

x402 protocol version information

credits
object

Credit system configuration

relay
object

Relay endpoint configuration

networks
object

Supported networks configuration

assets
object

Enabled assets configuration

server
object

Server settings