---
title: "Refresh inventory for authenticated account"
method: POST
path: "/account/profile/refresh_inventory"
tags: ["Account"]
---

# Refresh inventory for authenticated account

`POST /account/profile/refresh_inventory`

Refreshes and returns the inventory for the authenticated account's Ethereum address

## Response `200`

Inventory

- ResponsesRefreshInventoryResp
  - `nfts` ResponsesNft[]
    - `collection_address` string
    - `collection_name` string
    - `id` string
    - `image_url` string
    - `name` string
    - `price` Messagesv1NftPrice
      - `currency` string
      - `decimals` integer
      - `value` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api-2/revisions/e8fca3e578c7/schema)
