aboutsummaryrefslogtreecommitdiffstats
path: root/python-packages/json_schemas/src/zero_ex/json_schemas/schemas/relayer_api_order_config_response_schema.json
blob: 8193861e12a5c01f950c8859d1c033c74c3413ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
    "id": "/relayerApiOrderConfigResponseSchema",
    "type": "object",
    "properties": {
        "makerFee": { "$ref": "/wholeNumberSchema" },
        "takerFee": { "$ref": "/wholeNumberSchema" },
        "feeRecipientAddress": { "$ref": "/addressSchema" },
        "senderAddress": { "$ref": "/addressSchema" }
    },
    "required": ["makerFee", "takerFee", "feeRecipientAddress", "senderAddress"]
}