---
title: "Returns locked assets statistics for given address"
method: GET
path: "/api/Satistics/{takerAddress}/lockedAssets"
tags: ["Satistics"]
---

# Returns locked assets statistics for given address

`GET /api/Satistics/{takerAddress}/lockedAssets`

## Path parameters

- `takerAddress` string, required

## Response `200`

OK

- LockedAssetChainDTO[]
  - `chainId` IntPropertyDTO
    - `bytesValue` string, byte, nullable — Binary representation of the property value
    - `bytesArrayValue` string, nullable — Bytes array representation of the value
    - `bigIntegerValue` number, nullable — Integer representation of the property value
    - `stringValue` string, nullable — String representation of the property value
  - `lockedTokens` LockedAssetTokenDTO[], nullable
    - `tokenAddress` AddressPropertyDTO
      - `Base64Value` string, byte, nullable — Binary representation of the property value
      - `bytesArrayValue` string, nullable — Bytes array representation of the value
      - `stringValue` string, nullable — String representation of the property value
    - `tokenMetadata` MetadataDTO — Token metadata DTO
      - `decimals` integer — Decimals of the token
      - `name` string, nullable — Name of the token
      - `symbol` string, nullable — Symbol of the token
      - `logoURI` string, nullable — URI of the token's logo
    - `amount` number — Total amount locked
    - `tokenAmount` number, double, nullable — Amount\decimal
    - `dstChainsLockedAmounts` DstChainLockedAmountDTO[], nullable — Amount grouped by destination chains
      - `targetChainId` IntPropertyDTO
        - `bytesValue` string, byte, nullable — Binary representation of the property value
        - `bytesArrayValue` string, nullable — Bytes array representation of the value
        - `bigIntegerValue` number, nullable — Integer representation of the property value
        - `stringValue` string, nullable — String representation of the property value
      - `dstChainAmount` number, nullable — Total amount locked
      - `dstChainTokenAmount` number, double, nullable — DstChainAmount\decimal
      - `ordersToUnlock` union[], nullable — Ids of the orders that the amount is locked in
        - union
          - StringPropertyDTO
            - `bytesValue` string, byte, nullable — Binary representation of the property value
            - `bytesArrayValue` string, nullable — Bytes array representation of the value
            - `stringValue` string, nullable — String representation of the property value
          - TransactionHashPropertyDto
            - `bytesValue` string, byte, nullable — Binary representation of the property value
            - `bytesArrayValue` string, nullable — Bytes array representation of the value
            - `stringValue` string, nullable — String representation of the property value

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Content
- `500` — Internal Server Error

---

[API](https://skmtc.net/debridge/apis/debridge-liquidity-network-dln-api.md) · [All operations](https://skmtc.net/debridge/apis/debridge-liquidity-network-dln-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debridge/debridge-liquidity-network-dln-api/revisions/ec461847e46f/schema)
