← Back to directory

Distributed lock: acquire a named lock for ttlSec so only one agent proceeds. Re...

https://x402-services-production.up.railway.app/api/lock/acquire

Overview

Distributed lock: acquire a named lock for ttlSec so only one agent proceeds. Returns acquired:false if held. Send { name, token, ttlSec? }.

Protocol x402
Price $0.0020
Payment Asset USD Coin
Payment Network Base
Category uncategorized
Provider x402-services-production
Source bazaar
Indexed 2026-07-14 19:15:35

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "bodyFields": { "name": { "description": "Lock name", "required": true, "type": "string" }, "token": { "description": "Your secret token", "required": true, "type": "string" }, "ttlSec": { "description": "Auto-expire seconds (default 60, max 3600)", "required": false, "type": "number" } }, "bodyType": "json", "discoverable": true, "method": "POST", "type": "http" }