/zrx

An unofficial 0x Protocol API client for Deno.

Primary LanguageTypeScriptMIT LicenseMIT

zrx

I'm building Flash - a service to deploy websites and apps on the new decentralized stack.

If you'd like to try or collab, dm or email

An unofficial 0x Protocol API client for Deno.

import { Zrx } from 'https://deno.land/x/zrx/mod.ts'

const client = new Zrx('polygon')

const tx = await client.quote({
  from: 'USDC',
  to: 'USDT',
  amount: 1_000_000, // $1
})