API schema
Schema

FTPosition

Type: object

Properties

NameTypeDescription
tickerrequiredstringticker in portfolio
valuenumberdollar value of position. Only used in return result
weightrequiredstringpercentage weighting of ticker.

Example shape

{
  "ticker": "SPY",
  "weight": "50"
}