Recently trying to figure it out why "OOKIDAO" doesn't show up as pair when calling binance api url.
For example BTC EUR price or other crypto shows up this URL:
https://api.binance.com/api/v3/ticker/price?symbol=BTCEUR
But I need OOKIDAO
to show with EUR
pair so this URL doesn't work: https://api.binance.com/api/v3/ticker/price?symbol=OOKIEUR
I tried also OOKIDAO
or '_
' but no success.
However pairing with USDT works but I need EUR.
thanks for advice since I didnt found it at all in github docs.