Hello,
We are currently trying to connect to ERT endpoint :
emea-2-t1.streaming-pricing-api.refinitiv.com
with the following credentials :
rfa.username = "GE-A-*******-3-5527";
rfa.password = "*******";
rfa.id.password.grant = "**********";
We want to request the following :
Request with MarketPrice Domain
{
"Type":"Request",
"Qos":{
"Dynamic":true,
"Rate":"JitConflated",
"Timeliness":"Realtime"
},
"WorstQos":{
"Dynamic":true,
"Rate":"TickByTick",
"Timeliness":"Realtime"
},
"ID":3,
"Domain":"MarketPrice",
"View":[
"ASK",
"BID"
],
"Key":{
"Service":"ELEKTRON_DD",
"Name":"EUR="
}
}
And we have the following response :
Response:
[
{
"ID":3,
"Type":"Status",
"Key":{
"Service":"ELEKTRON_DD",
"Name":"EUR="
},
"State":{
"Stream":"Closed",
"Data":"Suspect",
"Code":"NotEntitled",
"Text":"Access Denied: User req to PE(526)"
}
}
]
What should we do to be able to be entitled to access this price ?
Regards,