This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
Releases: 0xProject/standard-relayer-api
Releases · 0xProject/standard-relayer-api
SRA V3
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
andtakerFeeAssetData
.
- Adds
-
Adds
makerFeeAssetData
andtakerFeeAssetData
as query-able fields in the/orders
endpoint. -
Add
makerFeeAssetData
andtakerFeeAssetData
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.