Wallet

Get wallets by public key

get/v2/pubkeys/{public_key}/wallets

Path parameters

public_keystring required
Example:NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2ODQ3...

Response

a list of wallets

Example response

{
  "accounts": [
    {
      "address": "0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf",
      "balance": 123456789,
      "get_methods": [
        "get_item_data"
      ],
      "icon": "https://ton.org/logo.png",
      "last_activity": 1720860269,
      "last_lt": 25713146000001,
      "name": "Ton foundation",
      "plugins": [
        {
          "address": "0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf",
          "status": "active",
          "type": "subscription_v1"
        }
      ],
      "stats": {
        "jettons_count": 123456789,
        "multisig_count": 123456789,
        "nfts_count": 123456789,
        "staking_count": 123456789
      },
      "status": "active"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.