Interface TradesResponse

Response interface for trades

interface TradesResponse {
    data: Trade[];
}

Properties

Properties

data: Trade[]