id
- Transaction hash
from
- Transaction original sender
to
- Transaction original recipient
fee
- Transaction fee
coin
- Coin index from SLIP-44
date
- Time in Unix format at which a transaction is mined
block
- Block number at which transaction is included
memo
- Message included with a transaction
status
- Transaction status
{
"id": "12345678"
"from": "123",
"to": "123",
"fee": "1234"
"coin": 60,
"date": 1562256431,
"block": 123,
"memo": "",
"status": "completed"
}
Type: transfer
{
"type": "transfer",
"metadata: {
"name": "Viktor Coin",
"symbol": "VIK",
"decimals": 18,
"value": "12312312"
}
}
Type: token_transfer
{
"type": "token_transfer",
"metadata: {
"name": "Viktor Coin",
"symbol": "VIK",
"token_id" : "0x123",
"decimals": 18,
"value": "12312312",
"from": "123",
"to": "123",
}
}
Type: native_token_transfer
{
"type": "native_token_transfer",
"metadata: {
"name": "Bittorent",
"symbol": "BTT",
"token_id" : "1002000",
"decimals": 8,
"value": "12312312"
}
}
Type: collectible_transfer
{
"type": "collectible_transfer",
"metadata: {
"name": "Viktor Kittie",
"contract" : "0x123",
"image_url": "https://google.com/img.png",
"from": "0x123",
"to": "0x123",
}
}
Type: token_swap
{
"type": "token_swap"
"metadata: {
"input" : {
"coin": 60,
"token_id": "0x123" - optional
"symbol": "BNB",
"value": "123",
"decimals": 8,
},
"output": {
"coin": 60,
"token_id": "0x123" - optional
"symbol": "BTT",
"value": "123",
"decimals": 8,
}
}
}
Type: any_action
{
"type": "any_action",
"metadata": {
"coin": 60,
"title": "Place Order",
"key": "place_order",
"token_id": "0x123" - optional
"name": "Viktor Coin",
"symbol": "VIK",
"decimals": 18,
"value": "12312312"
}
}
place_order
- Placer Ordercancel_order
- Cancel orderissue_token
- Issue Tokenburn_token
- Burn Tokenmint_token
- Mint Tokenapprove_token
- Approve Token
will continue... Keys mostly used to provide localized version on the clients by key
completed
- completed and settled in the ledgerpending
- pending in the mempoolerror
- smart contract failed to execute transaction or failed for any reason in the ledger
{
"name":"Polychain Labs",
"description":"Secure staking with Polychain Labs, the most experienced institutional grade staking team.",
"status":"online/offline",
"uptime": 100,
"rate": 0.2,
"info":{
"website":"https://google.com",
"image":"https://google.com/placeholder.png"
},
"address":"cosmosvaloper14k4pzckkre6uxxyd2lnhnpp8sngys9m6hl6ml7",
"pubkey":"cosmosvalconspub1zcjduepquhlqdhjw4qp2c2t6qh5z7tfk52qc72623f0etc8f3n7hy8uuh25ql34fvu"
}
name
- Token name
symbol
- Token symbol
decimals
- Number of decimal places
tokenID
- Token unique id on the chain. e.g. (Dai token id on Ethereum - 0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359)
coin
- Coin index from SLIP-44
{
"name": "Givly Coin",
"symbol": "GIV",
"decimals": 8,
"tokenID": "GIV-94E",
"coin": 714
}