Skip to content

onboardDate is wrong for many perpetual futures #427

@yingcuhk

Description

@yingcuhk

inlcuding some important symbols like ETHUSDT, DOGEUSDT

data is obtained by following codes

BINANCE_FAPI_URL = "https://fapi.binance.com"
url = f"{BINANCE_FAPI_URL}/fapi/v1/exchangeInfo"
resp = requests.get(url)
data = resp.json()['symbols']

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions