Licence
UNLICENSED
Version
0.1.1
Deps
0
Size
9 kB
Vulns
0
Weekly
0
CHAIN4663 JavaScript client
Zero-dependency, read-only client for https://chain4663.com, published as @chain4663/client.
npm i @chain4663/client
import { Chain4663Client } from '@chain4663/client';
const client = new Chain4663Client();
const metrics = await client.getMetrics();
const aapl = await client.getAsset('AAPL');
const events = await client.listEvents({ symbol:'AAPL',pageSize:25 });
const collisions = await client.getCollisions({ pageSize:50,sort:'holders',direction:'desc' });
All methods preserve the API's source, observation-time, and coverage fields. Underlying reference quotes are not token execution prices.