Address
About 2 min
Address
Address Available Balance
GET
https://services.tokenview.io/vipapi/{lowercase-coin-abbr}/address/{address}?apikey={apikey}
Parameters
- {lowercase-coin-abbr}: atom
- {address}: the address of Cosmos(atom) chain
- {apikey}: Get your activated apikey from the API system:: https://services.tokenview.io
Total Balance = Available Balance + Staking Reward
Request
curl --location https://services.tokenview.io/vipapi/atom/address/cosmos1n2vqy5tzcy2me3vynampfnh3nk3q20dzcklp3p?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": {
"appendixData": null,
"pending": null,
"type": "address",
"network": "ATOM",
"hash": "cosmos1n2vqy5tzcy2me3vynampfnh3nk3q20dzcklp3p",
"addrAlias": null,
"rank": 201038,
"txCount": null,
"spend": 0,
"receive": 120604.08837,
"createTime": null,
"lastTxTime": null,
"balance": 120604.08837,
"createBlock": null,
"firstTxIndex": null,
"normalTxCount": 2,
"txs": [
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "ATOM",
"block_no": 14361689,
"height": 14361689,
"blockHash": null,
"index": 0,
"time": 1678181825,
"txid": "4DE7FA219C4A44CD7BACA502242789EC053DDA4A840292BBB80CC002015F49E3",
"fee": "0.003",
"tType": "Send",
"confirmations": 12980,
"from": null,
"fromAlias": null,
"to": null,
"toAlias": null,
"gasLimit": 300000,
"gasUsed": 71938,
"value": "120603.08837",
"denom": null,
"error": null,
"comment": null,
"status": 1,
"signatures": [],
"actions": [
{
"from": "cosmos1gwyv83zcnckdhuz3n78rvyzj59u8x6l8dk9cfy",
"fromAlias": null,
"to": "cosmos1n2vqy5tzcy2me3vynampfnh3nk3q20dzcklp3p",
"toAlias": null,
"type": "Send",
"comment": null,
"value": "120603.08837",
"denom": "ATOM",
"formIsContract": null,
"toIsContract": null
}
],
"endorsement": null,
"storageLimit": null,
"storageUsed": null,
"callTransfer": null,
"tokenTransfer": null
},
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "ATOM",
"block_no": 14361556,
"height": 14361556,
"blockHash": null,
"index": 0,
"time": 1678180974,
"txid": "CF34BC65DAD793EE3F09AAEA20BB769E44DE94E9BE4882974B86A4116A4C9224",
"fee": "0.003",
"tType": "Send",
"confirmations": 13113,
"from": null,
"fromAlias": null,
"to": null,
"toAlias": null,
"gasLimit": 300000,
"gasUsed": 80749,
"value": "1",
"denom": null,
"error": null,
"comment": null,
"status": 1,
"signatures": [],
"actions": [
{
"from": "cosmos18ld4633yswcyjdklej3att6aw93nhlf7ce4v8u",
"fromAlias": null,
"to": "cosmos1n2vqy5tzcy2me3vynampfnh3nk3q20dzcklp3p",
"toAlias": null,
"type": "Send",
"comment": null,
"value": "1",
"denom": "ATOM",
"formIsContract": null,
"toIsContract": null
}
],
"endorsement": null,
"storageLimit": null,
"storageUsed": null,
"callTransfer": null,
"tokenTransfer": null
}
],
"addressType": null,
"tokenInfo": null,
"miningReward": null,
"callTransCount": null,
"tokenTransCount": null,
"miningCount": null,
"entityTokenCount": null,
"otherTxCnt": 0,
"delegateTxCnt": 4
}
}
Response Description
"data": {
"appendixData": null,
"pending": null,
"type": "address", // type:address
"network": "ATOM",
"hash": "cosmos1n2vqy5tzcy2me3vynampfnh3nk3q20dzcklp3p",
"addrAlias": null,
"rank": 201038,
"txCount": null,
"spend": 0,
"receive": 120604.08837,
"createTime": null,
"lastTxTime": null,
"balance": 120604.08837, // Available balance
"createBlock": null,
"firstTxIndex": null,
"normalTxCount": 2, // Normal transaction counts
"txs": [ // Latest 20 transactions
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "ATOM",
"block_no": 14361689,
"height": 14361689,
"blockHash": null,
"index": 0,
"time": 1678181825,
"txid": "4DE7FA219C4A44CD7BACA502242789EC053DDA4A840292BBB80CC002015F49E3",
"fee": "0.003",
"tType": "Send",
"confirmations": 12980,
"from": null,
"fromAlias": null,
"to": null,
"toAlias": null,
"gasLimit": 300000,
"gasUsed": 71938,
"value": "120603.08837",
"denom": null,
"error": null,
"comment": null,
"status": 1,
"signatures": [],
"actions": [
{
"from": "cosmos1gwyv83zcnckdhuz3n78rvyzj59u8x6l8dk9cfy",
"fromAlias": null,
"to": "cosmos1n2vqy5tzcy2me3vynampfnh3nk3q20dzcklp3p",
"toAlias": null,
"type": "Send",
"comment": null,
"value": "120603.08837",
"denom": "ATOM",
"formIsContract": null,
"toIsContract": null
}
],
"endorsement": null,
"storageLimit": null,
"storageUsed": null,
"callTransfer": null,
"tokenTransfer": null
}
],
"addressType": null,
"tokenInfo": null,
"miningReward": null,
"callTransCount": null,
"tokenTransCount": null,
"miningCount": null,
"entityTokenCount": null,
"otherTxCnt": 0, // The number of all other types of transactions except normal transactions and delegated transactions
"delegateTxCnt": 4 // Delegated transaction counts
}
Address Staking Reward
GET
https://services.tokenview.io/vipapi/stakeinfo/{lowercase-coin-abbr}/{address}?apikey={apikey}
Parameters
- {lowercase-coin-abbr}: atom
- {address}: the address of Cosmos(atom)chain
- {apikey}: Get your activated apikey from the API system: https://services.tokenview.io
Address Staking Reward including:
- Delegated
- Unbonding
- Reward
Request
curl --location https://services.tokenview.io/vipapi/stakeinfo/atom/cosmos1n2vqy5tzcy2me3vynampfnh3nk3q20dzcklp3p?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": {
"reward": "78.982926",
"unbonding": "0",
"delegated": "120603"
}
}
Response Description
"data": {
"reward": "78.982926",
"unbonding": "0",
"delegated": "120603"
}