0x-api
0x-api copied to clipboard
An HTTP Interface to 0x liquidity and tooling
# Description Initial integration with Sentry. # Testing Instructions By default, Sentry is disabled. In order to test it, you have to setup additional environment variables: `SENTRY_ENABLED` `SENTRY_DSN` and `SENTRY_ENVIRONMENT`.
# Description # Testing Instructions # Checklist - [ ] Update [documentation](https://github.com/0xProject/website/blob/development/mdx/api/index.mdx) as needed. **Website Documentation PR:** - [ ] Prefix PR title with `[WIP]` if necessary. - [ ]...
fix typo in readme: `publirshing` -> `publishing` # Testing Instructions # Checklist - [x] Update [documentation](https://github.com/0xProject/website/blob/development/mdx/api/index.mdx) as needed. **Website Documentation PR:** - [x] Prefix PR title with `[WIP]` if necessary....
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.15.1. Commits 62a551c Release version 1.15.1 of the npm package. 7fe0779 Use for ... of. 948c30c Fix redirecting to relative URL when using proxy 22e81fc...
Empty PR for forcing API deploy
# Description # Testing Instructions # Checklist - [ ] Update [documentation](https://github.com/0xProject/website/blob/development/mdx/api/index.mdx) as needed. **Website Documentation PR:** - [ ] Prefix PR title with `[WIP]` if necessary. - [ ]...
## Expected Behavior should run flawlessly I suppose ## Current Behavior  ## Steps to Reproduce (for bugs) 1. cloned 2. `yarn`, 3. `yarn build`, 4. `docker compose up` 5....
## Expected Behavior I want to swap 1 USDT to AAVE token: ``` curl https://api.0x.org/swap/v1/quote\?sellToken\=USDT\&buyToken\=AAVE\&excludedSources\=Native\&slippagePercentage\=0.02\&affiliateAddress\=0xa0ED0bD27eDD7cb7529f46aC02cE3474fB67FA84\&sellAmount\=1000000 ``` I see the price: `0.000000000056902308` This is not correct, because If I will use...