Create issuing account

POST /assets/{assetId}/issuing_account

Creates the issuing account on chain. Used to be able to create holders accounts before the issuance.

Path parameters

  • assetId string Required

Responses

  • 200

    OK

  • 401

    Unauthorized

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