Trading
Post-trade submission of orders.
Provided you have access to the Trading Endpoint as part of your contract, you can use this to import masses of your customers' transaction data.
Add Transactions
POST https://demo2.api.concedus.com/v2/trading
Headers
Authorization*
String
Bearer token
Content-Type
String
application/json
Request Body
{}Data Format
customer
key
string
required
Key of the person you used while onboarding
name
string
required
Legal name of the customer
vorname
string
required
Prename of the customer
orders.(buy/sell).productname[]
timestamp
string
required
Timestamp of the transaction
id
string
required
Given from your end and could be your identifier
You are mapping to this transaction
amount
required
Amount of securities transferred
amount_a
required
Price in Euro for the product
location
string
required
Location where the transaction/legal contract has been made
Last updated