{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "OKXCustomParamsDto", "type": "object", "properties": { "fromTokenReferrerWalletAddress": { "type": "string" }, "toTokenReferrerWalletAddress": { "type": "string" }, "feePercent": { "type": "number" }, "positiveSlippagePercent": { "type": "number" } } }