ProxyHubb Docs

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

  1. Browse — GET /v1/listings (optional filters / include=product)
  2. Create — POST /v1/orders with { "listing_id", "bandwidth_gb" }
  3. Pay — POST /v1/orders/{id}/pay/solana → sign escrow on Solana
  4. Confirm — POST /v1/orders/{id}/confirm-escrow (or wait for chain listener)
  5. Credentials — GET /v1/orders/{id}/credentials
  6. Proxy — HTTP CONNECT / SOCKS5 with returned username/password

Auth

WhoCredential
Dashboard buyerAuthorization: Bearer <jwt>
Partner automationX-API-Key: phub_… with scope orders:create

Guides

UI: Marketplace · Orders