---
title: "Retrieve Account Tokens"
method: GET
path: "/monad/account/tokens"
---

# Retrieve Account Tokens

`GET /monad/account/tokens`

Returns all tokens currently held by any given address on the Monad Testnet, including the native Monad coin and ERC-20 tokens.

## Query parameters

- `address` string, required

## Response `200`

200

- object
  - `code` integer
  - `reason` string
  - `message` string
  - `result` object
    - `data` object[]
      - `contractAddress` string
      - `name` string
      - `imageURL` string
      - `symbol` string
      - `price` string
      - `decimal` integer
      - `balance` string
      - `verified` boolean
    - `total` integer
    - `firstSeen` integer
    - `usdValue` integer

## 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)
