Skip to main content
POST
/
v2
/
pubkeys
/
wallets
/
_bulk
cURL
curl --request POST \
  --url https://tonapi.io/v2/pubkeys/wallets/_bulk \
  --header 'Content-Type: application/json' \
  --data '
{
  "public_keys": [
    "d8519b83d5b04b17a706ef6d04f3566422be47c2b676b0823235d67b1ef4b1b2"
  ]
}
'
{
  "items": [
    {
      "public_key": "d8519b83d5b04b17a706ef6d04f3566422be47c2b676b0823235d67b1ef4b1b2",
      "wallets": [
        {
          "address": "0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf",
          "is_wallet": true,
          "balance": 123456789,
          "stats": {
            "nfts_count": 123456789,
            "jettons_count": 123456789,
            "multisig_count": 123456789,
            "staking_count": 123456789
          },
          "plugins": [
            {
              "address": "0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf",
              "type": "subscription_v1",
              "status": "active"
            }
          ],
          "status": "active",
          "last_activity": 1720860269,
          "get_methods": [
            "get_item_data"
          ],
          "last_lt": 25713146000001,
          "name": "Ton foundation",
          "icon": "https://ton.org/logo.png",
          "is_suspended": true,
          "signature_disabled": true,
          "interfaces": [
            "<string>"
          ]
        }
      ]
    }
  ]
}

Body

application/json

a list of hex-encoded ed25519 public keys

public_keys
string[]
required

Response

grouped wallets per public key

items
object[]
required

Wallets grouped by the originating public key