💰Wallets Import Export

Real-time monitoring of smart money, KOL wallets, custom nickname tagging, with support for batch import and export

1. Import Wallet List

  • Enter the wallet addresses for bulk import, with a maximum of 2,000 addresses tracked

  • Note: When importing, use the " [ " symbol only at the beginning and end, separate wallet addresses with a comma " , "

[
  {
    "address": "5meiN***8vGB",
    "name": "Remark",
    "emoji": "😁"
  },
  {
    "address": "5meiN***8vGB",
    "name": "Remark",
    "emoji": "😁"
  }
]

2. Export Wallet List

  • Visit https://gmgn.ai/follow, click on the top right corner for bulk import/export

  • Click to copy the list of followed wallets. Wallet list format description:

    • " [ " and " ] " are used for the start and end

    • " { " and " } " enclose each wallet's information

    • " address " is followed by the wallet address

    • " name " is followed by the wallet note name

    • " emoji " is followed by the custom wallet symbol

Last updated