Developer Community

Ask a Question
ANSWERED

🌐 Anticipating Fintech's Future

As we continue to innovate at Akoya, we would like to know: What are some fintech trends or challenges you foresee in the next 5 years, and how can we best position ourselves to address them together?
ANSWERED

Rate Limiting

We use /accounts-info and /transactions endpoints. If we send several requests concurrently, we often end up receiving HTTP 429 Too Many Requests in response, with FDX error code 1207, Too Many Requests This is a standard behavior with REST API services, returning 429 Too Many Requests if their rate limits are exceeded. However, I couldn't find anywhere in Akoya documentation, what are the limits? For example, how many concurrent requests per client Id is able to make, or how many requests per second or minute or hour? Please confirm what are the rate limits of Akoya, so that we configure API request throttling limits on our side and stop sending too many requests too fast. Cheers
ANSWERED

Unable to determine client migration status

Currently trying to exchange the for a token explained in get-token api <https://docs.akoya.com/reference/get-token>. I'm running into 500 errors for `unable to determine client migration status`. Is there a reference for what this error means and how I can fix my request?
ANSWERED

IFrame Usage

Is there any intention to allow the Akoya Oauth authentication flow to take place in an IFrame similar to Plaid or MX? It is much less disruptive for our web users to be able to stay on the same page as well as providing a simpler authentication architecture for our developers. Thanks!
ANSWERED

get data providers ( banks )

Is there a possibility to get all the providers(banks) with an endpoint REST?? Because we need this information in our backend.
ANSWERED

Typo in docs

Just a quick heads up to the Akoya team: there is a typo in the Refresh Token docs. <https://docs.akoya.com/reference/refresh-token> On this page, the URL should be POST <https://idp.ddp.akoya.com/token> not POST <https://idp.ddp.akoya.com/{token}> The {token} is NOT a URL parameter. That caused me legitimate confusion for a while as I was trying to put the token in the URL.
ANSWERED

Holding/Security Data

Hey! 👋 Do you have any list or more structured data of all Securities you are handling? I'm receiving lot's af CUSIPs and "fundcode:XXXX" and it would be nice to have access to detailed information about that.
ANSWERED

Does the Developer Community have office hours?

Our Developer Community team is available Mon-Fri, 9-5 EST to answer questions and address any non-critical issues. If you're experiencing an urgent production issue, support is available by contacting us through the Data Recipient Hub. <https://recipient.ddp.akoya.com/>
ANSWERED

Get updated balances

Hi! I see the endpoint to fetch balances of accounts and I expect to receive the "balanceAsOf" with the timestamp. How often is the balance updated? Will every call give me the most up-to-date balance, or is there any delays? Maybe some "caching" (balances are updated every 4 or 8 hours?) Is there away to "force" and get the most updated balance? Thank you.
ANSWERED

How to properly calculate the TOTAL balance from an investment account?

Hi! I have a question when fetching balances from investments accounts. There are many properties related to monetary amounts and I'm not sure which one (or maybe a sum of them) will reflect the actual "total balance". What I'm calling "total balance" is all the amount invested (equities, stocks, ...) plus any amount in cash. Is it `currentValue`? Or should it be `currentValue + availableCashBalance`? I also see some fields called `rolloverAmount`, `shortBalance` and `marginBalance` that I'm not sure if I need them. Thank you.