VORDIUM DOCS
SDK

JavaScript SDK

Connect to Vordium via ethers.js or the engine REST API.

Direct RPC (ethers.js)

`import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider( "https://rpc.vordium.com", 713714, { staticNetwork: true } ); const block = await provider.getBlockNumber(); console.log("Block:", block);`

Engine API (REST) VordCore exposes REST endpoints for trading:

Open a Perp Position