Get exposures for multiple strategies
UserStrategies
Get exposures for multiple strategies
POST
Get exposures for multiple strategies
Authorizations
Enter 'Bearer' followed by a space and then your JWT or API Key.
Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
or Bearer YOUR_API_KEY_HERE
Body
application/json
A dictionary mapping company ids to weights. Each weight must be a number between 0 and 1, inclusive.
Example:
{
"83d88f60-f581-4176-bb5c-e0b463d1d442": 0.5,
"0c8b9628-6fce-4d95-a787-5b532172a6ea": 0.3
}Example:
[
"83d88f60-f581-4176-bb5c-e0b463d1d442",
"b544d95b-43a6-4a50-a326-90552b05c551"
]