Using simple-uniswap-sdk with quotes.rest

TypeScript integration

Install
npm install simple-uniswap-sdk
Quick start
import Simple_uniswap_sdk from 'simple-uniswap-sdk';

const client = new Simple_uniswap_sdk({ apiKey: "YOUR_API_KEY" });
Gets `Quote of the Day`. Optional `category` param determines the category of…
curl \
  -H "X-TheySaidSo-Api-Secret: $API_KEY" \
  https://quotes.rest/qod
Gets a details about a qshow.
curl \
  -H "X-TheySaidSo-Api-Secret: $API_KEY" \
  https://quotes.rest/qshow
Gets a `Quote` with a given `id`.
curl \
  -H "X-TheySaidSo-Api-Secret: $API_KEY" \
  https://quotes.rest/quote
SDK on GitHub 📄 API Docs
SDK
simple-uniswap-sdk
TypeScript
API
quotes.rest
quotes.rest
At a glance
Language TypeScript
Endpoints47
Base URLhttps://quotes.rest