Resources
Packages
| Package | Purpose |
|---|---|
@n1xyz/nord-ts | TypeScript SDK: signing, decimal scaling, REST and WebSocket clients |
@n1xyz/nord-mcp-server | Local MCP server for agent market data, account reads, and trading; installation and setup |
References
- Nord API reference — interactive, generated from the live OpenAPI schema.
- Proton API reference — interactive Proton reference.
- Raw schemas, per deployment:
https://api-mainnet.n1.xyz/openapi.jsonhttps://api-mainnet.n1.xyz/proton/openapi.jsonhttps://api-mainnet.n1.xyz/schema.proto- The same paths exist on
https://api-devnet.n1.xyz.
- Changelog — protocol releases and breaking changes.
Build against devnet first
Devnet runs the same API surface as mainnet with test funds, so integration work never needs real capital. Endpoints and Solana cluster settings are in Networks and endpoints.
Product documentation
The Trading section covers what the exchange does — margining, funding, liquidations, fees, and order semantics. Read it alongside these pages: knowing the API is not the same as knowing how a position is priced or when it gets liquidated.
Getting help
Ask in Discord, and include the network, market, and — where relevant — the action ID or order ID from the receipt. Those IDs make an issue reproducible.