v1

latestOpenAPI 3.1.02026-07-26360335.7 KB

Retrieve Account Tokens

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

get/monad/account/tokens

Query parameters

addressstring required

Response

200

codeinteger
reasonstring
messagestring

Example response

{
  "message": "OK",
  "result": {
    "data": [
      {
        "contractAddress": "0x0000000000000000000000000000000000000000",
        "name": "Monad",
        "imageURL": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/MON.png/public",
        "symbol": "MON",
        "decimal": 18,
        "balance": "36.54292738",
        "verified": true
      }
    ],
    "total": 2,
    "firstSeen": 1737087896
  }
}