I am trying to get market data from Websocket API for the following instrument (LBMA Gold Price AM)
RIC -> XAUFIXAM=
Following is the request
{ "ID": 2, "Key": {"Name": "XAUFIXAM="} }
But it throws me the following error
[{ "Type": "Status", "State":
{ "Stream": "Closed",
"Data": "Suspect",
"Text": "Access Denied: User req to PE(4143)", "Code": "NotEntitled"
},
"ID": 2, "Key": { "Service": "ELEKTRON_DD", "Name": "XAUFIXAM=" } }]
Am I sending something wrong (The spot prices are working fine (XAU=)) ?
Should I create a support ticket to enable them ?