The market makes discovery tangible. Participation continues through the role-specific CLI and API surfaces.
Reference listing
4× H200 · VM
- Publisher
- publisher-h200-ny
- Storefront
- https://storefront.example/h200
- Settlement terms
- Configured chain · accepted token · 14.00 USDC / listing-hour
- Duration
- Maximum 3 days
- Advertised SLA
- 99.9
- Interconnect
- nvswitch
Continue with the buyer CLI
The buyer CLI supplies duration, optional start time, buyer policy inputs, a configured chain/token, and an SSH public key before it negotiates, creates escrow, settles, and polls the storefront.
market buy --gpu-model "H200" --gpu-count-min 4 --region "New York" --duration-hours 24Open buyer quickstart ↗View listing JSON
{
"listing_id": "vm-h200-ny-4",
"status": "open",
"publisher_id": "publisher-h200-ny",
"storefront_url": "https://storefront.example/h200",
"offer_resource": {
"pool_id": "pool-h200-new-york",
"gpu_model": "H200",
"gpu_count": 4,
"region": "New York",
"vcpu_count": 96,
"ram_gb": 768,
"disk_gb": 8192,
"gpu_interconnect": "nvswitch",
"virtualization_type": "vm",
"sla": 99.9
},
"accepted_escrows": [
{
"chain_name": "configured-chain",
"escrow_address": "0x1111111111111111111111111111111111111111",
"literal_fields": {
"token": "0x2222222222222222222222222222222222222222"
},
"rates": [
{
"field": "amount",
"per": "hour",
"value": "14000000"
}
]
}
],
"max_duration_seconds": 259200
}
