Create user report (order ex-ante cost)

POST {{proxiedPublicURL}}/reports

Retrieve a user report

Request Body

{"type"=>"ORDER_EX_ANTE_COST", "order"=>{"user_id"=>"{{latestUserID}}", "account_id"=>"{{latestAccountID}}", "order_type"=>"MARKET", "side"=>"BUY", "instrument_id"=>"{{exampleInstrumentID}}", "instrument_id_type"=>"ISIN", "currency"=>"EUR", "cash_amount"=>"1000.5"}, "fees"=>[{"type"=>"TRANSACTION_FEE_BUY", "value_type"=>"ABSOLUTE", "cash_amount"=>"1.3", "currency"=>"EUR"}, {"type"=>"TRANSACTION_FEE_SELL", "value_type"=>"ABSOLUTE", "cash_amount"=>"1.8", "currency"=>"EUR"}, {"type"=>"ANNUAL_AUM_BASED_FEE", "value_type"=>"RELATIVE", "bps"=>"150"}]}

HEADERS

KeyDatatypeRequiredDescription
upvest-client-idstring(Required) Tenant Client ID
upvest-api-versionnumberUpvest API version