Crypto Bot API
    Preparing search index...

    Type Alias GetTransfersBackendOptions

    Backend options object type for Client.getTransfers and Client.getTransfersPaginate methods

    type GetTransfersBackendOptions = {
        asset?: CryptoCurrencyCode;
        count?: number;
        offset?: number;
        spend_id?: string;
        transfer_ids?: string;
    }
    Index

    Properties

    Transfer asset filter

    count?: number

    Number of transfers returned

    offset?: number

    Number of transfers to skip

    spend_id?: string

    Transfer spend identifier

    transfer_ids?: string

    Transfers identifiers filter