5. Assets
Working with counterparties you have the following features:
Create asset
Create dcm asset
Path parameters
counterparty_guidstringRequired
Counterparty GUID
Body
alpha_codestringOptional
Real currency alpha code. For example: USD
asset_codestringOptional
Asset code. For example: eUAH
asset_issuerstringOptional
Asset issuer's public key
statusstringOptional
Responses
200
OK
application/json
400
json with error msg
application/json
post
/counterparty/{counterparty_guid}/assetGet assets list
Get dcm assets list with filter
Path parameters
counterparty_guidstringRequired
Counterparty GUID
Query parameters
asset_codestringOptional
sorting order
offsetintegerOptional
offset
issuerstringOptional
sorting order
limitintegerOptional
offset
alpha_codestringOptional
sorting order
Responses
200
OK
application/json
400
json with error msg
application/json
get
/counterparty/{counterparty_guid}/assetsDelete asset
Note: to delete asset the asset should be created under correct counterparty.
Issue assets
Burn assets
Last updated