My apologies if this is blindingly obvious but I'm new to API-NG.
I'm experimenting with the new API using a C# application. It logs in okay with a certificate and app key, and the response is SUCCESS with a valid Session Id so I must be doing something right. However. . .
. . . any subsequent calls to the API give a response as follows:
Status = WaitingForActivation
Method = {null}
Result = {Not yet computed}
For example I might request listCurrencyRates for GBP to https://api.betfair.com/exchange/account/json-rpc/v1
but it always returns the same response.
Where am I going wrong? What does WaitingForActivation mean? I can't find it in this forum or the documentation.
I'm experimenting with the new API using a C# application. It logs in okay with a certificate and app key, and the response is SUCCESS with a valid Session Id so I must be doing something right. However. . .
. . . any subsequent calls to the API give a response as follows:
Status = WaitingForActivation
Method = {null}
Result = {Not yet computed}
For example I might request listCurrencyRates for GBP to https://api.betfair.com/exchange/account/json-rpc/v1
but it always returns the same response.
Where am I going wrong? What does WaitingForActivation mean? I can't find it in this forum or the documentation.


Comment