Hi,
I am trying to obtaing the USDC / COP (Colombian Peso) conversion rate, using the Symbol Price Ticker of Binance API.
I am using the following command:
https://api.binance.com/api/v3/ticker/price?symbol=USDCCOP
I am getting the following error:
{
"code": -1121,
"msg": "Invalid symbol."
}
Why is this happening? Am i entering a wrong command or missing something to perform this operation?
I am trying to obtain the price that is listed in the following Binance page: USDC Price | USDC Price Index, Live Chart and COP Converter - Binance
Thanks for your help.