Migration

Get migratable assets value (TON balance, jettons with prices, NFT count) for several wallets at once.

post/v2/migration/wallets

Query parameters

currenciesstring[]

accept gram and all possible fiat currencies, separated by commas

[
  "gram",
  "usd",
  "rub"
]

Request body

account_idsstring[] required

Example request

{
  "account_ids": [
    "0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"
  ]
}

Response

migratable value per requested wallet

Changes

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