Identifiers

You have the following possibilities:

circle-info

Please note:

  1. the creating and deleting identifiers operation requires approval from a DCM operations officer

  2. only 1 request for creating or deleting can have a "created" status

Create identifiers

To create identifiers use this endpoint:

Issue asset

post

Issue asset

Path parameters
counterparty_guidstringRequired

Counterparty GUID

Body
amountnumberOptional

amount of issued assets

asset_codestringOptional

asset code that will be created

asset_issuerstringOptional

address in stellar which will issue token

reserve_balancenumberOptional

optional reserve balance

Responses
chevron-right
200

OK

application/json
objectOptional
post
/counterparty/{counterparty_guid}/emission/issue
circle-check

Identifier's history

To view the identifier's history use this request:

Assets history

get

Assets history

Path parameters
counterparty_guidstringRequired

Counterparty GUID

Query parameters
guidsstring[]Optional

Emission GUIDs

directionstringOptional

Direction

balance_guidstringOptional

Balance GUID

asset_codestringOptional

Asset code

asset_issuerstringOptional

Asset issuer

issuer_payment_guidstringOptional

Issuer payment GUID

emission_payment_guidstringOptional

Emission payment GUID

issuer_payment_hashstringOptional

Issuer payment hash

emission_payment_hashstringOptional

Emission payment hash

min_requested_amountstringOptional

Min requested amount

max_requested_amountstringOptional

Max requested amount

statusstringOptional

Status

created_bystringOptional

Created by

updated_bystringOptional

Updated by

min_created_atstringOptional

Min created_at

max_created_atstringOptional

Max created_at

min_updated_atstringOptional

Min updated_at

max_updated_atstringOptional

Max updated_at

orderstring Β· enumOptional

Sorting order

Possible values:
offsetintegerOptional

Offset

limitintegerOptional

Limit

Responses
chevron-right
200

OK

application/json
totalintegerOptional
get
/counterparty/{counterparty_guid}/emission/history

Delete identifiers

To delete identifiers use this endpoint:

Burn asset

post

Burn asset

Path parameters
counterparty_guidstringRequired

Counterparty GUID

Body
amountnumberOptional

amount of tokens that will be burnt

asset_codestringOptional

asset's code

asset_issuerstringOptional

address in stellar that is the issuer address

reserve_balancenumberOptional

optional reserve balance

Responses
chevron-right
200

OK

application/json
objectOptional
post
/counterparty/{counterparty_guid}/emission/burn
circle-check

Last updated