Export

CreateTradeRequest

interface CreateTradeRequest {
    amount: string;
    from_asset_id: string;
    to_asset_id: string;
}

Properties

amount: string

The amount to trade

Memberof

CreateTradeRequest

from_asset_id: string

The ID of the asset to trade

Memberof

CreateTradeRequest

to_asset_id: string

The ID of the asset to receive from the trade

Memberof

CreateTradeRequest