Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnpmitsch/10aa089e6c8626705deab4c377becabd to your computer and use it in GitHub Desktop.
Save johnpmitsch/10aa089e6c8626705deab4c377becabd to your computer and use it in GitHub Desktop.
QuickNode SDK url demo
data:text/html,<html> <script type="module"> import { API } from 'https://esm.sh/@quicknode/sdk'; const qn = new API(); document.body.innerText = (JSON.stringify(await qn.tokens.getBalancesByWallet({ address: "quicknode.eth" }))); </script></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment