Coin
Coin contains its unique identifier and the amount it represents.
Properties
Name | Type | Description | Required |
---|---|---|---|
coin_identifier | CoinIdentifier | CoinIdentifier uniquely identifies a Coin. | True |
amount | Amount | Amount is some Value of a Currency. It is considered invalid to specify a Value without a Currency. | True |
Example
{
"coin_identifier": {
"identifier": "0x2f23fd8cca835af21f3ac375bac601f97ead75f2e79143bdf71fe2c4be043e8f:1"
},
"amount": {
"value": "1238089899992",
"currency": {
"symbol": "BTC",
"decimals": 8,
"metadata": {
"Issuer": "Satoshi"
}
},
"metadata": {}
}
}