Using blocto-sdk with polygon.io

TypeScript integration

Install
npm install blocto-sdk
Quick start
import Blocto_sdk from 'blocto-sdk';

const client = new Blocto_sdk({ apiKey: "YOUR_API_KEY" });
Available Companies
curl \
  # append ?apiKey=$API_KEY to the URL \
  /v1/companies
Available Currencies
curl \
  # append ?apiKey=$API_KEY to the URL \
  /v1/currencies
Last Trade for a Symbol
curl \
  # append ?apiKey=$API_KEY to the URL \
  /v1/last/stocks/{symbol}
SDK on GitHub 📄 API Docs
SDK
blocto-sdk
TypeScript
API
polygon.io
polygon.io
At a glance
Language TypeScript
Endpoints10