---
title: "Fetch trade url"
method: GET
path: "/exchange/api/orders/trade-url"
tags: ["exchange-external-api"]
---

# Fetch trade url

`GET /exchange/api/orders/trade-url`

## Query parameters

- `apiKey` string, required
- `product` 'WEB3' | 'CUSTODIAL', required
- `orderId` string
- `tradeType` 'BUY' | 'SELL', required
- `fiat` string, required
- `fiatAmount` number
- `token` string, required
- `tokenAmount` number
- `networkId` string
- `address` string
- `paymentChannel` string
- `email` string
- `autoselect` boolean

## Response `200`

Success

- CreateOrderDto — Response for a successful create order command
  - `tradeUrl` string, required — Http link for CEX to redirect to

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `500` — Server error

---

[API](https://skmtc.net/nestechops/apis/onboard-external-api-gateway.md) · [All operations](https://skmtc.net/nestechops/apis/onboard-external-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nestechops/onboard-external-api-gateway/revisions/29661adc1ffc/schema)
