Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Releases: 0xProject/0x-api

v1.7.0

08 Jun 17:15
Compare
Choose a tag to compare

1.7.0 (2020-06-08)

Bug Fixes

  • Add RFQT configs when instantiating SwapQuoter (#218) (28e1214)

Features

  • added rewards per ZRX to pools endpoint (#235) (d8b8941)
  • return ethereum transaction status in the response from metatxn status (#247) (ce973a2)

v1.6.0

01 Jun 17:14
Compare
Choose a tag to compare

1.6.0 (2020-06-01)

Bug Fixes

  • Re-pin asset-swapper to latest monorepo commit (#240) (dfbf0e7)

Features

  • add estimatedGas, estimatedGasTokenRefund and minimumProtocolFee to /quote and /price response (#237) (f7f3277)

v1.5.0

25 May 17:16
Compare
Choose a tag to compare

1.5.0 (2020-05-25)

Bug Fixes

  • unify the response data from /swap/v0/price and /meta_transaction/v0/price (#228) (62f3fae)

Features

  • Add Prometheus Monitoring (#222) (5a51add)
  • added an epochs/n endpoint to get info on an arbitrary epoch (#230) (68ec159)
  • lower default slippage percentage to 1% (#238) (c7ec0ff)
  • MetaTxn add signer heartbeat and status (#236) (3a11867)
  • set default skip RFQt buy requests to false (#232) (a5d7a1c)

v1.4.0

18 May 17:11
Compare
Choose a tag to compare

1.4.0 (2020-05-18)

Bug Fixes

  • re-allow unknown tokens to be queried in the swap/quote endpoint (#226) (1379e63)

Features

v1.3.0

11 May 17:13
Compare
Choose a tag to compare

1.3.0 (2020-05-11)

Features

v1.2.0

04 May 17:11
Compare
Choose a tag to compare

1.2.0 (2020-05-04)

Bug Fixes

  • specify an image name for the Docker push, fix typos (512deab)

Features

  • Added pool breakdown of operator vs member stake, added option to add… (#202) (e20daa5)

v1.1.0

01 May 20:01
Compare
Choose a tag to compare

1.1.0 (2020-05-01)

Bug Fixes

  • sixtySecondsFromNow timestamp (#208) (f82785d)
  • Typo in semantic release configuration (d4030a0)

Features

v1.0.0

30 Apr 22:20
Compare
Choose a tag to compare

1.0.0 (2020-04-30)

The first major release of 0x-api.

Features

/swap API

This API faciliates consuming the best-priced liquidity from 0x Mesh and the greater DEX ecosystem through the ERC20BridgeProxy. We use smart order routing to split up your transaction across decentralized exchange networks to be filled with the lowest slippage possible. Follow the Swap Tokens with 0x API guide to see how to use it.

/meta_transaction API

This API makes it easy for integrators to offer their users a meta-transaction trading experience. It provides a superset of the liquidity available via the Swap API (additionally including RFQ liquidity), and also allows integrators to submit the transaction on behalf of their users. This allows them to subsidize the gas cost and protocol fees, removing the need for their users to own Ether.

/sra API

The Standard Relayer API is an API specification that is implemented by several 0x relayers (exchanges), including Radar Relay and Bamboo Relay. It allows you to interact with the liquidity of a certain relayer, including querying and posting to their orderbook. In the 0x API case, it allows you to query and post to 0x Mesh. The 0x API provides a superset of the SRA, and contains functionality that is not strictly part of the spec.