Binance Connector JS
    Preparing search index...

    Request parameters for getSpotAssetTags operation in AssetApi. GetSpotAssetTagsRequest

    interface GetSpotAssetTagsRequest {
        tag?: string;
    }
    Index

    Properties

    Properties

    tag?: string

    Tag filter. Supports multiple comma-separated tags with OR semantics (an asset is returned if it matches any one tag); leading/trailing whitespace around each tag is ignored. Returns all eligible assets when omitted.

    AssetApiGetSpotAssetTags