buildUrl
This module exports the URL builder used by the SDK's HTTP helpers.
Exports
buildUrl(baseUrl, path, query?)
import { buildUrl } from "@gmx-io/sdk/utils/buildUrl";
const url = buildUrl("https://example.com/api", "/orders", { account: "0x1234" });