Marketplace overview
Discover listings, create orders, fund escrow, fetch credentials.
Buyers discover supply via listings, create an order, fund Solana escrow, then fetch CONNECT credentials for proxy.proxyhubb.com:8090.
End-to-end flow
- Browse —
GET /v1/listings(optional filters /include=product) - Create —
POST /v1/orderswith{ "listing_id", "bandwidth_gb" } - Pay —
POST /v1/orders/{id}/pay/solana→ sign escrow on Solana - Confirm —
POST /v1/orders/{id}/confirm-escrow(or wait for chain listener) - Credentials —
GET /v1/orders/{id}/credentials - Proxy — HTTP CONNECT / SOCKS5 with returned username/password
Auth
| Who | Credential |
|---|---|
| Dashboard buyer | Authorization: Bearer <jwt> |
| Partner automation | X-API-Key: phub_… with scope orders:create |
Guides
- Discovery API — listings, search, facets, map
- Orders & escrow — FSM, pay, credentials, errors
- B2B sandbox purchase — API keys + mocked buy
- Access Passes — entitlements, purchase, legacy 410 routes
- Concepts: Escrow · Access paths
UI: Marketplace · Orders