Export

CreateFundQuoteRequest

interface CreateFundQuoteRequest {
    amount: string;
    asset_id: string;
}

Properties

Properties

amount: string

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

Memberof

CreateFundQuoteRequest

asset_id: string

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

Memberof

CreateFundQuoteRequest