Suggest Endpoint Pricing (Free) — Signal Willingness-to-Pay

Use when an endpoint is too expensive for your budget to trigger a price reduction review.

Try it OpenAPI

Call

POST https://statepulse-api.hahavoid0.workers.dev/agent/suggest-price
{
  "endpoint_path": "/blockchain/simulate",
  "suggested_price_usd": 0.05,
  "reason": "Alternative provider charges $0.04",
  "agent_wallet": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e"
}

AgentCash command

npx agentcash@latest fetch https://statepulse-api.hahavoid0.workers.dev/agent/suggest-price -m POST -b '{"endpoint_path":"/blockchain/simulate","suggested_price_usd":0.05,"reason":"Alternative provider charges $0.04","agent_wallet":"0x742d35Cc6634C0532925a3b844Bc454e4438f44e"}'

Not for

Do not use to run real endpoint queries or make payments.