Create Holding
Use this endpoint to create a holding. This endpoint accepts the optional MX-SKIP-WEBHOOK header.
POST
/users/{user_id}/members/{member_id}/accounts/{account_id}/holdings
Path Parameters
| Field | Required | Type |
|---|---|---|
user_id | Required | String |
member_id | Required | String |
Request Body
| Field | Required | Type |
|---|---|---|
bond_coupon_rate | Optional | String |
bond_maturity_date | Optional | String |
cost_basis | Optional | Decimal |
currency_code | Optional | String |
cusip | Optional | String |
daily_change | Optional | Decimal |
description | Required | String |
equity_classification | Optional | String |
fixed_income_classification | Optional | String |
holding_type | Optional | String |
id | Required | String |
isin | Optional | String |
market_value | Required | Decimal |
metadata | Optional | String |
purchase_price | Optional | Decimal |
sector | Optional | String |
sedol | Optional | String |
shares | Optional | Decimal |
Request sample
Language:
Response sample
Language:json