2016-10-15 01:43:03| OCR : Create Order (From Pool) Error From C-CEX : Error. Invalid trading pair
This is for the BTC-USD pair
This is what i've found.
TL;DR : there's a problem on C-CEX Side.
This is the explanation with proof :
https://c-cex.com/t/api_pub.html?a=getmarketsThis is the API Call to get the complete Market List.
If you check inside you will find the Pair USD-BTC,
BUT not the Pair BTC-USD
on C-CEX exchange there's only the BTC-USD Pair :
https://c-cex.com/?p=btc-usd (i'm not able to find any usd-btc)
So it seems that USD-BTC is a "zombie" market, BUT data are updated according to BTC-USD Pair. In fact i'm able to load data like "GetOrderBook" and "GetTrades"
But i'm not able to create any order due to the "Invalid Pair Error"
Another Example
This is the ORDERBOOK Api for BTC-USD :
https://c-cex.com/t/api_pub.html?a=getorderbook&market=BTC-USD&depth=100&type=both <- THIS IS THE ONLY Market that Exists,BUT is NOT RETURNED from GetMarkets Call
And This is the ORDERBOOK Api for USD-BTC :
https://c-cex.com/t/api_pub.html?a=getorderbook&market=USD-BTC&depth=100&type=both <- THIS IS WHAT YOU GET USING C.A.T.
On the Market Side CAT is 100% Dynamic, so is able to get a dynamic list and manage all trades/orders/etc.....
The only thing i can try to do is contact C-CEX Admin.........it's not a problem on C.A.T. Side
