market_request
Post a marketplace BUY request (POST /request) — you want to buy a resource; providers match against
it and your escrow is debited on match. Bearer + a verified account (marketplace:write); an
under-scoped token gets the backend's real 403. Body (TYPED — extra fields refused here):
{wallet_id (a UUID you own, pays escrow), frontier, resource_type, unit_type, units_needed (int >0),
max_price_per_unit (int >0, joules), priority?, requirements? (dict), ttl_seconds? (expiry), speed?,
privacy_mode?}. Quote a specific request with market_quote before accepting a match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |