aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/schemas/relayer_api_orders_channel_subscribe_payload_schema.json
blob: 274ef1625ae490089769176a3c50d6fe19daa2c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "id": "/relayerApiOrdersChannelSubscribePayloadSchema",
    "type": "object",
    "properties": {
        "makerAssetProxyId": { "$ref": "/hexSchema" },
        "takerAssetProxyId": { "$ref": "/hexSchema" },
        "networkId": { "type": "number" },
        "makerAssetAddress": { "$ref": "/addressSchema" },
        "takerAssetAddress": { "$ref": "/addressSchema" },
        "makerAssetData": { "$ref": "/hexSchema" },
        "takerAssetData": { "$ref": "/hexSchema" },
        "traderAssetData": { "$ref": "/hexSchema" }
    }
}