Corporate Status Escrow Simulator (Sandbox)

Use to simulate a corporate-status-gated escrow flow, or to check a seller company's live registration status. No funds are held or transferred.

Try it OpenAPI

Call

POST https://statepulse-api.hahavoid0.workers.dev/finance/kyb-escrow
{
  "company_name": "Apple",
  "buyer_wallet": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
  "seller_wallet": "0x976EA74026E726554dB657fa54763abd0C3a0aa9",
  "amount_usdc": "100.00"
}

AgentCash command

npx agentcash@latest fetch https://statepulse-api.hahavoid0.workers.dev/finance/kyb-escrow -m POST -b '{"company_name":"Apple","buyer_wallet":"0x742d35Cc6634C0532925a3b844Bc454e4438f44e","seller_wallet":"0x976EA74026E726554dB657fa54763abd0C3a0aa9","amount_usdc":"100.00"}'

Not for

Do not use as a real escrow or custody service; it does not hold, lock, or move any funds.