I'm trying to set the timeout to prevent continuous running of api call. But it's not working.Here is my code. const express=require('express' const app=require('./app') const http=require('http'); const bodyParser=require('body-parser'); const cookieParser=require('cookie-parser'); const dotenv=require('dotenv'); const…
We are migrating from RTO V1 to V2 (PING CIAM), we created an account id with correct permissions. When trying to get information for any entity, we are receiving the error "Access Denied: User req to PE(X)". { "Type": "Status", "State": { "Stream": "Closed", "Data": "Suspect", "Text": "Access Denied: User req to…
We are using Reuters WebSocket API and receiving different responses for different usernames (with or without VPN): Authentication request with credentials: Endpoint: https://api.refinitiv.com:443/auth/oauth2/beta1/token Username 1: Response: ERROR 429 {HTTP/1.1 429 Too Many Requests} Username 2: Response: SUCCESS 200…
We are currently using RFA API for bringing in Realtime Market Data from TREP. We are looking to move to strategic Websocket API which is supported by our platform. Looking to understand the protocols supported with Websockets..? - We are informed that tr_json2 is same as rssl.json.v2. Is that the case..? What is the diff…
We have been using V1 authentication successfully for a couple of years now - using this address: https://api.refinitiv.com:443/auth/oauth2/v1/token However, we are now being forced to "upgrade" to V2 authentication (https://api.refinitiv.com/auth/oauth2/v2/token) switching us from using the machine ids, to now just using…
Good morning, We are being migrated to Version 2 authentication for our WebSocket API. My non-functional team is looking for the OpenAPI spec for the new API so that they can register the egress pattern. I have spent some time looking around the portal but have not been able to find it. Can someone point me in the right…
Hello dear community, I'm facing an issue... I am using Refinitive platform, where I am trying to fetch data from a WebSocket. First, we generate an access token through PHP, which is working fine. Then, we save it and include it in the JSON content. When calling the WSS endpoint, I'm encountering the following errors.…
Hi Team , Can we create Refinitiv support ticket using the API call from external machine , If yes please provide the details
Hi, I'm trying to modify my company's program as the API has changed to V2. The legacy program received data through API and saved it as a file such as CSV. 1. Here is License ELEKTRON REAL TIME IN CLOUD STREAM ID: 1 EAL-TIME ID WATCHLIST 2.5K: 1 Status: Assigned Type: Base 2. I tried to follow this code as best as I…
I keep getting disconnected from the WebSocket server due to login failures, and I need a solution to automatically reconnect and retry the login when this happens to maintain a stable connection. Have anyone experienced this before?
It looks like you're new here. Sign in or register to get started.