Nordstern

Overview

The Nordstern API is a REST interface that returns JSON. All requests are made over HTTPS using GET or POST.

There is no SDK required. Responses include everything needed to execute a swap directly on-chain.

Base URL

https://api.nordstern.finance/
Note:No API key required. All endpoints are publicly accessible over HTTPS.
Note:Include a Referer header set to your domain in every request — this is how we attribute API traffic to your project. Browser fetch sends it automatically; server-side and CLI callers must set it explicitly as shown in the examples below.

Endpoints

On this page