---
title: "Forward To Gateway"
method: PATCH
path: "/gateway-proxy/{path}"
tags: ["Gateway Proxy"]
---

# Forward To Gateway

`PATCH /gateway-proxy/{path}`

Forward request to Gateway server unchanged.

This catch-all route forwards any request to /api/gateway-proxy/* to the Gateway server.
The request body, headers, and query parameters are passed through unchanged.
The response from Gateway is returned unchanged.

Examples:
    GET /api/gateway-proxy/wallet -> GET localhost:15888/wallet
    POST /api/gateway-proxy/wallet/add -> POST localhost:15888/wallet/add
    GET /api/gateway-proxy/config -> GET localhost:15888/config

## Path parameters

- `path` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-01-17** `daa29248aacc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hummingbot/apis/hummingbot-api/changes/gateway-proxy/:path/patch.md)

---

[API](https://skmtc.dev/hummingbot/apis/hummingbot-api.md) · [All operations](https://skmtc.dev/hummingbot/apis/hummingbot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hummingbot/hummingbot-api/revisions/2ad95b6a84b2/schema)
