post https://api.cert.zerohash.com/awards/distribute
Evenly distribute the purchased crypto among the specified customers.
Log in to see full request history
Responses
Evenly distribute the purchased crypto among the specified customers.
xxxxxxxxxx
curl --request POST \
--url https://api.cert.zerohash.com/awards/distribute \
--header 'X-SCX-SIGNED: [WEB] auto-generated on fly' \
--header 'X-SCX-TIMESTAMP: [WEB] auto-generated on fly' \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
15{
"message": {
"request_id": "14f8ebb8-7530-4aa4-bef9-9d73d56313f3",
"confirms": [
{
"participant_code": "CUST01",
"trade_id": "ce819fe8-b1d7-43bb-961c-e09ede0988d3"
},
{
"participant_code": "CUST02",
"trade_id": "ba97133e-ab15-4c86-86c1-86671b8420bc"
}
]
}
}