Skip to main content
GET
/
config
Get server configuration
curl --request GET \
  --url https://api.httpayer.com/config
{
  "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
    }
  }
}

Response

200 - application/json

Server configuration

relay
object

Relay endpoint configuration

networks
object

Supported networks configuration

assets
object

Enabled assets configuration

server
object

Server settings