aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/schemas/relayer_api_asset_data_trade_info_schema.json
blob: 0ab9b444f18a114a8b949e8d1638bce26f42605f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
    "id": "/relayerApiAssetDataTradeInfoSchema",
    "type": "object",
    "properties": {
        "assetData": { "$ref": "/hexSchema" },
        "minAmount": { "$ref": "/numberSchema" },
        "maxAmount": { "$ref": "/numberSchema" },
        "precision": { "type": "number" }
    },
    "required": ["assetData"]
}