---
title: "Get Portfolio"
method: GET
path: "/api/v2/accounts/{account_id}/portfolio"
tags: ["Accounts"]
---

# Get Portfolio

`GET /api/v2/accounts/{account_id}/portfolio`

Get the portfolio of the `Account`, excluding cash equivalents such as stablecoins.

## Query parameters

- `page` integer, nullable
- `page_size` integer, nullable

## Response `200`

OK

- Portfolio — Balance information of `Stock` assets in your `Account`.
  - `assets` DshareBalance[], required — Balance details for all owned `Stocks`.
    - `chain_id` 'eip155:1' | 'eip155:42161' | 'eip155:8453' | 'eip155:81457' | 'eip155:98866' | 'eip155:999' | 'eip155:43114' | 'eip155:11155111' | 'eip155:421614' | 'eip155:84532' | 'eip155:168587773' | 'eip155:98867' | 'eip155:998' | 'eip155:43113' | 'eip155:202110' | 'eip155:179205' | 'eip155:179202' | 'eip155:98865' | 'eip155:7887', required
    - `token_address` string, eth_address, required — Address of the dShare asset token.
    - `amount` number, required — Total amount of the dShare asset token in the `Account`.
    - `symbol` string, required — Token symbol of the dShare asset token.
    - `stock_id` string, uuid, required — ID of the underlying `Stock` represented by the dShare asset token.

## Other responses

- `422` — Unprocessable Entity
- `default` — Default error response

---

[API](https://skmtc.net/dinaricrypto/apis/dinari-enterprise-api.md) · [All operations](https://skmtc.net/dinaricrypto/apis/dinari-enterprise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dinaricrypto/dinari-enterprise-api/revisions/5403e9118588/schema)
