Account Details
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"
}
}accounts
Account Details
Get the details of a Mina account
GET
/
accounts
/
{public_key}
Account Details
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"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.minaexplorer.com/llms.txt
Use this file to discover all available pages before exploring further.
⌘I