Get all currently configured plans.
The full state of all publisher plans
A unique identifier provided by the owner
"Starter"
The Plurex IDs of the published signals that this sub group give access to.
[
"bbebadea-3429-4fed-80fe-0feed5d0e44e",
"ede6ae78-76ce-4414-8eac-a35067e752d6"
]The set of restrictions that apply to the plan.
A type of SubscriptionSignalRestriction. Limits the combined open position cost across all Trading Sessions. Valued in USD.
{
"type": "MaxCombinedOpenPositionCost",
"usd": 15000
}[
{
"type": "MaxCombinedOpenPositionCost",
"usd": 5000
},
{
"type": "MaxPerSignalOpenPositionCost",
"usd": 10000
}
][
{
"id": "Starter",
"signalIds": [
"bbebadea-3429-4fed-80fe-0feed5d0e44e",
"ede6ae78-76ce-4414-8eac-a35067e752d6"
],
"signalRestrictions": [
{
"type": "MaxPerSignalOpenPositionCost",
"usd": 10000
}
]
},
{
"id": "Pro",
"signalIds": [
"bbebadea-3429-4fed-80fe-0feed5d0e44e",
"ede6ae78-76ce-4414-8eac-a35067e752d6"
],
"signalRestrictions": [
{
"type": "MaxCombinedOpenPositionCost",
"usd": 10000
}
]
}
]