Skip to main content
GET
/
v2
/
multisig
/
order
/
{account_id}
cURL
curl --request GET \
  --url https://tonapi.io/v2/multisig/order/{account_id}
{
  "address": "0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf",
  "order_seqno": "<string>",
  "threshold": 123,
  "sent_for_execution": false,
  "signers": [
    "0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf"
  ],
  "approvals_num": 123,
  "expiration_date": 123,
  "risk": {
    "transfer_all_remaining_balance": true,
    "ton": 500,
    "jettons": [
      {
        "quantity": "597968399",
        "wallet_address": {
          "address": "0:10C1073837B93FDAAD594284CE8B8EFF7B9CF25427440EB2FC682762E1471365",
          "is_scam": true,
          "is_wallet": true,
          "name": "Ton foundation",
          "icon": "https://ton.org/logo.png"
        },
        "jetton": {
          "address": "0:0BB5A9F69043EEBDDA5AD2E946EB953242BD8F603FE795D90698CEEC6BFC60A0",
          "name": "Wrapped TON",
          "symbol": "WTON",
          "decimals": 9,
          "image": "https://cache.tonapi.io/images/jetton.jpg",
          "verification": "whitelist",
          "score": 123,
          "custom_payload_api_uri": "<string>",
          "description": "<string>"
        }
      }
    ],
    "nfts": [
      {
        "address": "0:E93E7D444180608B8520C00DC664383A387356FB6E16FDDF99DBE5E1415A574B",
        "index": 58,
        "verified": true,
        "metadata": {},
        "approved_by": [
          "getgems"
        ],
        "trust": "whitelist",
        "previews": [
          {
            "resolution": "100x100",
            "url": "https://site.com/pic1.jpg"
          }
        ],
        "dns": "crypto.ton",
        "include_cnft": false,
        "code_hash": "<string>",
        "data_hash": "<string>"
      }
    ],
    "total_equivalent": 123
  },
  "creation_date": 123,
  "signed_by": [
    "0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf"
  ],
  "multisig_address": "0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf"
}

Path Parameters

account_id
string<address>
required

account ID

Example:

"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"

Response

multisig order

address
string<address>
required
Example:

"0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf"

order_seqno
string
required
threshold
integer<int32>
required
sent_for_execution
boolean
required
Example:

false

signers
string<address>[]
required
approvals_num
integer<int32>
required
expiration_date
integer<int64>
required
risk
object
required

Conservative upper bound on assets this wallet may lose if the emulated message is sent and the counterparty behaves maliciously. Values may exceed current balances (e.g. already-authorized future receipts). For UI display only.

creation_date
integer<int64>
required
signed_by
string<address>[]
required
multisig_address
string<address>
required
Example:

"0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf"

changing_parameters
object