Export

TradeUnitResponse

interface TradeUnitResponse {
    asset: string;
    depth: string;
    units: string;
}

Properties

Properties

asset: string

trade account asset with "~" separator

Memberof

TradeUnitResponse

depth: string

total depth of trade asset

Memberof

TradeUnitResponse

units: string

total units of trade asset

Memberof

TradeUnitResponse

Generated using TypeDoc