How do I list only pairs with USDT, Eliminating pairs with UPUSDT AND DOWNUSDT?

Asked

Viewed 12 times

-2

import pandas as pd

data = pd.read_json('https://api.binance.com/api/v1/ticker/allPrices')

print(data)
  • Please clarify your specific problem or provide Additional Details to Highlight Exactly what you need. As it’s Currently Written, it’s hard to Tell Exactly what you’re asking.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.