Jump to content
  • 1

Eror with IG API?


blitzjoker

Question

Hi I am getting the following error from the IG API when trying to log in via their Excel interface file:

{“errorCode”:”error.client.accounts.list.generic-error”}

I log in every day this way and have never had this problem before.  Does anyone have any idea how to get round it?

 

Link to comment

29 answers to this question

Recommended Posts

  • 0

One way that I am bypassing this error at the moment is by using the json object that is coming from the AuthenticationResponse. 

Within the response there is one node that contains the Account Info as well as another node that contains all the accounts that you might have. There you can find almost the same information that you would get from the Accounts endpoint.

{
  "accountType": "SPREADBET",
  "accountInfo": {
    "balance": 0,
    "deposit": 0,
    "profitLoss": 0,
    "available": 0
  },
  "currencyIsoCode": "GBP",
  "currencySymbol": "£",
  "currentAccountId": "",
  "lightstreamerEndpoint": "https://apd.marketdatasystems.com",
  "accounts": [
    {
      "accountId": "",
      "accountName": "Spread bet",
      "preferred": true,
      "accountType": "SPREADBET"
    }
  ],
  "clientId": "",
  "timezoneOffset": 1,
  "hasActiveDemoAccounts": true,
  "hasActiveLiveAccounts": true,
  "trailingStopsEnabled": false,
  "reroutingEnvironment": null,
  "dealingEnabled": true
}

  • Sad 1
Link to comment
  • 0

I don't use the Excel add-in. I develop in c# using plain html Rest calls, so I was more talking about the json response from the service itself. I replied to your initial message just to say that I was having the same problem, so you don't get mad :D
But looking at the sample code for Excel provided from IG I can see that there is a Subscription group that handles this call:

 private SubscriptionGroup accountBalanceSubscription;

This object is within the IGApiExcelClient class.

That subscription connects ultimately to the rest endpoint that throws the error, you will need to change it to use the information coming from the authentication response instead of the accounts response. I can image anyway that this error should be fixed very soon. I am expecting it to go away tomorrow during the day.

Can we log this error anywhere that would reach the API team? I saw that you posted the same message on the API forum as well but no one seemed to reply. 

Edited by jlz
  • Sad 1
Link to comment
  • 0

Thanks jlz; I program in vba and could probably use what you have said to maybe delve into a solution, but none of us should have too really.  Still, you are probably right that this will be fixed soon, unless IG have just given up on their API which is always possible.  It's certainly not well supported.  No, I don't know how to report this directly to IG sadly.  I'll have a look tomorrow maybe and report back if I find out more.

 

Link to comment
  • 0

I'm having this problem too.

I'm looking for a work around. I call the API from a .net application. I will advise if I find a solution.

I hope IG supports their API more actively going forward. It's the one feature that provides value add over other brokers

Cheers

 

 

 

Link to comment
  • 0

Thank you to jlz for a work around using the authentication response. Having implemented the jlz approach (under .net) I find now also that the /accounts end point is working again, at least for the Live account.  

 

 

  • Like 1
Link to comment
  • 0
On 19/06/2020 at 14:59, blitzjoker said:

Hi I am getting the following error from the IG API when trying to log in via their Excel interface file:

{“errorCode”:”error.client.accounts.list.generic-error”}

I log in every day this way and have never had this problem before.  Does anyone have any idea how to get round it?

 

 

On 19/06/2020 at 15:09, jlz said:

I am getting the same error.
I tried the API companion at https://labs.ig.com/sample-apps/api-companion/index.html
and it returns the same error you posted as well . I guess we have to wait for it to be fixed, it is a 500 internal server error. We can't do anything. 

 

On 19/06/2020 at 15:58, Mellstock said:

I am having the same problem

 

On 19/06/2020 at 16:21, another_user said:

I'm also having this issue, it was working this morning. 

When trying to GET https://demo-api.ig.com/gateway/deal/accounts I receive this response:

status_code: 500
content: {"errorCode":"error.client.accounts.list.generic-error"}

Not tried in live

 

On 19/06/2020 at 21:05, John_M said:

Yes me too - all my files aren't working

Same 500 error

Not a good time just before a market turn !!

 

On 20/06/2020 at 11:31, Guest rka said:

Same problem here. This seems to be an internal issue.

 

On 20/06/2020 at 08:26, rmwesley said:

Same for me via python ig-markets-api-python-library 

 

On 22/06/2020 at 02:58, BDod said:

I'm having this problem too.

I'm looking for a work around. I call the API from a .net application. I will advise if I find a solution.

I hope IG supports their API more actively going forward. It's the one feature that provides value add over other brokers

Cheers

 

 

 

 

On 22/06/2020 at 08:41, Guest elongden said:

same problem here and neither the demo or the live account works. When can this be fixed?

 

On 22/06/2020 at 08:54, JulianG said:

Same problem with me. It also occurs if you use the API companion. I also cannot switch accounts.

 

Hey everyone,

After speaking with out technical team they confirmed: 

 
I got your case with API on the forums. We have an incident on it INC0455486. So far we have fixed for the live and waiting on demo
 
If you're still experiencing issues with your live account please email us, explain the issues and reference the incident number above. Demo account issues should be resolved within the week. 
 
Apologies for the inconvenience. 
  • Like 1
  • Great! 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • image.png

  • Posts

    • I am also new to this platform.  I also have a question related to spread betting for UK tax. IG always specifically mention spread betting is exempt from capital gain tax and stamp duty but never mention income tax. Does anyone know for sure if the profits and losses in spread betting need to be reported as income?  If so, should it be the net P&L for positions that are closed within the tax year?
    • Understanding the Repo Market: A Simple Guide Imagine you have a valuable watch, but you need some quick cash to pay for a surprise expense. You go to a pawnshop and offer your watch as collateral for a short-term loan. The pawnshop gives you the cash, and you agree to buy back your watch the next day, paying a little extra for the service. This is essentially how the repo market works in the financial world. What Is the Repo Market? The repo market (short for repurchase agreement market) is a crucial part of the financial system where banks and other financial institutions borrow and lend money to each other, usually overnight. They use high-quality securities, like government bonds, as collateral to secure these loans. How Does It Work? The Borrower (Seller): Needs cash for a short period. The Lender (Buyer): Has extra cash and wants to earn a small return with minimal risk. Collateral: High-quality assets like government securities are used to secure the loan. The Process: Step 1: The borrower sells securities to the lender and receives cash. Step 2: Both parties agree that the borrower will repurchase the same securities at a future date (often the next day) at a slightly higher price. Step 3: The difference in price represents the interest paid for the loan. Why Is the Repo Market Important? Liquidity Management: It allows financial institutions to manage their day-to-day cash needs efficiently. Low Risk: Using high-quality collateral reduces the risk for lenders. Interest Rates Influence: The repo market helps central banks implement monetary policy by influencing short-term interest rates. Economic Stability: A smooth repo market ensures that money flows effectively through the financial system, supporting lending and investment. Real-World Impact Banks and Businesses: They rely on the repo market to meet short-term funding needs, which helps them operate smoothly. Consumers: While not directly involved, consumers benefit from the stability and liquidity that the repo market provides to the overall economy. Central Banks: Institutions like the Federal Reserve use the repo market as a tool to control money supply and maintain financial stability. Key Takeaways Short-Term Borrowing: The repo market is all about short-term loans, often just overnight. Secured Loans: Loans are backed by high-quality collateral, reducing risk. Essential Function: It keeps the financial system liquid and stable, much like oil in a car engine. In Summary: The repo market is like a financial "pawnshop" for big institutions. It allows banks and other entities to quickly get cash by temporarily exchanging securities, ensuring that money keeps moving through the economy. Understanding the repo market helps explain how financial institutions manage liquidity and how central banks influence interest rates to maintain economic stability. Analyst Peter Mathers TradingLounge™  Source: tradinglounge.com 
    • I've been thinking about how gamers can easily advertise their creations, and what a platform designed for that would look like. This led me to do some research, and I found something interesting. During my search, Google brought up Cros, which is described as the world's most advanced in-game advertising platform. Cross allows advertisers to reach gamers through intrinsic in-game ads that enhance the experience, while also enabling developers to monetize their games without disrupting gameplay. One key aspect is the CROS token—central to Cross's economy. The token powers staking, payments, governance, and validation within the platform. Users can earn and trade CROS by participating in the ecosystem or get it pre-market on Bitget before live trading begins on the 23rd. What do you think of this innovation?
×
×
  • Create New...
us