Allocate orders

POST /assets/{assetId}/allocate

Allocation validates all the orders and deals with oversubscribtion scenario.

Path parameters

  • assetId string Required

Responses

  • 200

    OK

  • 401

    Unauthorized

POST /assets/{assetId}/allocate
curl \
 -X POST https://assets.demo.bitbond.net/api/v1/assets/{assetId}/allocate \
 -H "Authorization: Bearer $ACCESS_TOKEN"