Skip to content

[Bug]: user stream can't receive trade event #102

@nvyousite

Description

@nvyousite

SDK package and version

0.1.0b7

Runtime

python 3.12

What happened?

user stream can't receive trade event, order event is normal. try to connect with websockets, both event can receive.

Minimal reproduction

user_stream = await secure_client.subscribe(UserSpec())

        async with user_stream:
            logging.info("user_stream started")
            async for event in user_stream:
                print(event)

Expected behavior, actual behavior, or logs

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions