Crypto
Provided you have access to the Crypto Endpoint as part of your contract, you can use this to import masses of your customers' transaction data.
Add Crypto
POST https://demo2.api.concedus.com/v2/crypto
Headers
Name
Type
Description
Authorization*
String
Bearer token
Content-Type
String
application/json
Request Body
Name
Type
Description
{}Data Format
customer
Field
Type
Required
Description
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).coinname[]
Field
Type
Required
Description
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 coins transferred
amount_a
required
Price in Euro for the Coins value
location
string
required
Location where the transaction/legal contract has been made
Last updated