Skip to content

SRA V3

Latest
Compare
Choose a tag to compare
@fragosti fragosti released this 18 Sep 18:12

The SRA version corresponding to version 3 of the 0x protocol.

  • Changes order schema to conform with the new SignedOrder type for 0x v3.

    • Adds chainId, representing the unique identifier of the chain (almost equivalent to networkId). See EIP-155.
    • Adds makerFeeAssetData and takerFeeAssetData.
  • Adds makerFeeAssetData and takerFeeAssetData as query-able fields in the /orders endpoint.

  • Add makerFeeAssetData and takerFeeAssetData to the response of the /order_config endpoint.

  • Removes the networkId query param. For different networks, different hosts or paths are recommended.

  • No endpoints have been added or removed.