Export

CreateFundOperationRequest

interface CreateFundOperationRequest {
    amount: string;
    asset_id: string;
    fund_quote_id?: string;
}

Properties

amount: string

The amount of the asset to fund the address with in atomic units.

Memberof

CreateFundOperationRequest

asset_id: string

The ID of the asset to fund the address with. Can be an asset symbol or a token contract address.

Memberof

CreateFundOperationRequest

fund_quote_id?: string

The Optional ID of the fund quote to fund the address with. If omitted we will generate a quote and immediately execute it.

Memberof

CreateFundOperationRequest