---
title: "Retrieve Account DeFi"
method: GET
path: "/sui/account/defiPortfolio"
---

# Retrieve Account DeFi

`GET /sui/account/defiPortfolio`

Return account‘s DeFi portfolio with any given top protocols on Sui Network

## Query parameters

- `address` string, required
- `protocol` 'aftermath' | 'alphafi' | 'alphalend' | 'bluefin' | 'bluemove' | 'bucket' | 'cetus' | 'flowx' | 'haedal' | 'kai' | 'momentum' | 'navi' | 'scallop' | 'steamm' | 'suilend' | 'suistake' | 'turbos' | 'typus' | 'unihouse' | 'walrus' | 'ember' | 'magma' | 'ferra' | 'suins-staking' | 'r25' | 'bucket2', required

## Response `200`

200

- object
  - `code` integer
  - `message` string
  - `result` object
    - `navi` object[]
      - `balance` integer
      - `coinType` string
      - `decimals` integer
      - `symbol` string
      - `type` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/blockvision/apis/blockvision-v2.md) · [All operations](https://skmtc.dev/blockvision/apis/blockvision-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockvision/blockvision-v2/revisions/e52be4fcb129/schema)
