Address
APIs to obtain address related details
Asset Type
Native Asset
1. Get address balance by token type
jsurl:/v2/addresses/{address}/{token_type}/balances,
method:GET,
successResponse:{
"code":0,
"msg":"SUCCESS",
"result":[
{
"balance": "138172.922008484",
"asset_name": "ong",
"asset_type":"native",
"contract_hash":""
},
{
"balance": "14006.83021186",
"asset_name": "waitboundong",
"asset_type":"native",
"contract_hash":""
},
{
"balance": "71472.14798338",
"asset_name": "unboundong",
"asset_type":"native",
"contract_hash":""
},
{
"balance": "8637767",
"asset_name": "ont",
"asset_type":"native",
"contract_hash":""
},
{
"asset_name": "pumpkin01",
"balance": "7",
"asset_type":"oep8",
"contract_hash":""
},
{
"asset_name": "TNT",
"balance": "19888",
"asset_type":"oep4",
"contract_hash":""
},
{
"asset_name": "HyperDragons:2",
"balance": "3",
"asset_type":"oep5",
"contract_hash":""
}
]
}2. Get address balance by asset name
3. Get address balance by contract hash
4. Get transaction list by address and page
5. Get transaction list by address and time
6. Get transaction list by address and asset name and page
7. Get transaction list by address and asset name and time
8. Get staking information in all nodes by address
Field_Name
Type
Description
Field_Name
Type
Description
Last updated