🪙
Assets
Mintacoin will help you in the creation and management of your assets
Definition: Is the representation of an asset within a blockchain network, which could contain a commercial and economic value; This asset can be exchanged by any other, and it can represent anything like:
📍 Assets examplesCUP - Coffee CupMTK - Mintacoin TokenUSDC - Dollar
post
https://sandbox.api.mintacoin.co/v1-alpha
/assets
Creates an asset on the given blockchain
curl -X POST \
-H 'Content-Type: application/json' \
-d '{"blockchain": "stellar", "address": "YYVLNUJFEW54QZIHWZTIBLAD52M5TSXOJAZP7FYJXC7TM7MQQDLQ", "signature": "PSUQJNRDUZL7KLGB4O5FMN6M7XH3LTOWWU3IPGVKTWU7IBNHAQNQ", "asset_code": "MTK", "supply": 123.542}' \
"https://sandbox.api.mintacoin.co/assets"
Blockchains supported:
:stellar
get
https://sandbox.api.mintacoin.co/v1-alpha
/assets/:id
Retrieve the asset information by its asset id
get
https://sandbox.api.mintacoin.co/v1-alpha
/assets/:id/issuer
Retrieve the address from the asset
get
https://sandbox.api.mintacoin.co/v1-alpha
/assets/:id/accounts
Retrieve the addresses associated with an asset
Last modified 6mo ago