Skip to main content
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"
  }
}

Path Parameters

public_key
string
required

Public key of the account

Response

OK

account
object
required