curl --request GET \
--url https://api.minaexplorer.com/accounts/{public_key}{
"account": {
"publicKey": "string",
"balance": {
"total": "string",
"unknown": "string",
"lockedBalance": null
},
"nonce": 0,
"receiptChainHash": "string",
"delegate": "string",
"votingFor": "string",
"totalTx": 0,
"totalBlocks": 0,
"totalSnarks": 0,
"countPendingTransactions": 0,
"firstPendingTransaction": [
{}
],
"username": "string",
"epochStakingAccount": [
{
"pk": "string",
"balance": "string",
"delegate": "string",
"token": 0,
"receipt_chain_hash": "string",
"voting_for": "string",
"nonce": 0,
"epoch": 0,
"chainId": "string",
"public_key": "string"
}
],
"nextEpochStakingAccount": [
{}
],
"epochDelegators": [
{
"pk": "string",
"balance": "string",
"delegate": "string",
"token": 0,
"receipt_chain_hash": "string",
"voting_for": "string",
"nonce": 0,
"epoch": 0,
"chainId": "string",
"public_key": "string"
}
],
"nextEpochDelegators": [
{}
],
"epochTotalStakingBalance": "string",
"nextEpochTotalStakingBalance": "string"
}
}Get the details of a Mina account
curl --request GET \
--url https://api.minaexplorer.com/accounts/{public_key}{
"account": {
"publicKey": "string",
"balance": {
"total": "string",
"unknown": "string",
"lockedBalance": null
},
"nonce": 0,
"receiptChainHash": "string",
"delegate": "string",
"votingFor": "string",
"totalTx": 0,
"totalBlocks": 0,
"totalSnarks": 0,
"countPendingTransactions": 0,
"firstPendingTransaction": [
{}
],
"username": "string",
"epochStakingAccount": [
{
"pk": "string",
"balance": "string",
"delegate": "string",
"token": 0,
"receipt_chain_hash": "string",
"voting_for": "string",
"nonce": 0,
"epoch": 0,
"chainId": "string",
"public_key": "string"
}
],
"nextEpochStakingAccount": [
{}
],
"epochDelegators": [
{
"pk": "string",
"balance": "string",
"delegate": "string",
"token": 0,
"receipt_chain_hash": "string",
"voting_for": "string",
"nonce": 0,
"epoch": 0,
"chainId": "string",
"public_key": "string"
}
],
"nextEpochDelegators": [
{}
],
"epochTotalStakingBalance": "string",
"nextEpochTotalStakingBalance": "string"
}
}Public key of the account
OK
Show child attributes
111111Show child attributes
11111111Show child attributes
111111111