---
title: "getAccountDelegatee"
method: GET
path: "/v1/accounts/{address}/delegatee"
tags: ["Accounts"]
---

# getAccountDelegatee

`GET /v1/accounts/{address}/delegatee`

Get the validator to which the queried account delegated its Mina funds.

## Path parameters

- `address` string, required — Queried account address hash.

## Response `200`

OK

- AccountDelegatee
  - `delegateeAddress` string
  - `delegateeName` string
  - `delegateeImg` string
  - `accountScam` ScamDto
    - `scamId` integer
    - `objectType` string
    - `onchainId` string
    - `defaultSecurityMessage` string
    - `securityMessage` string
    - `scamType` string

---

[API](https://skmtc.net/blockberry/apis/sui-mainnet-api.md) · [All operations](https://skmtc.net/blockberry/apis/sui-mainnet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockberry/sui-mainnet-api/versions/3e4cb73940b7/schema)
