https://github.com/deno-web3/zrx
An unofficial 0x Protocol API client for Deno.
https://github.com/deno-web3/zrx
0x api-client crypto cryptocurrency deno ethereum web3 zrx
Last synced: 28 days ago
JSON representation
An unofficial 0x Protocol API client for Deno.
- Host: GitHub
- URL: https://github.com/deno-web3/zrx
- Owner: deno-web3
- License: mit
- Created: 2021-09-26T19:26:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-27T08:46:07.000Z (about 3 years ago)
- Last Synced: 2025-10-04T22:49:37.913Z (8 months ago)
- Topics: 0x, api-client, crypto, cryptocurrency, deno, ethereum, web3, zrx
- Language: TypeScript
- Homepage: https://deno.land/x/zrx
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# zrx
> I'm building [Flash](https://flash-dev.vercel.app) - a service to deploy websites and apps on the new decentralized stack.
>
> If you'd like to try or collab, [dm](https://t.me/v_1rtl) or [email](mailto:yo@v1rtl.site)
An unofficial 0x Protocol API client for Deno.
```ts
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
})
```