Emulation
Wallet

Emulates a wallet message on the current blockchain state and derives its consequences for the signing wallet

post/v2/wallet/emulate

Query parameters

currencystring
Example:usd

Headers

Accept-Languagestring
Example:ru-RU,ru;q=0.5

Request body

address_overridestring address

Override the destination wallet address extracted from the BoC. Useful when the BoC was signed with a throwaway key and the real wallet address must be emulated against.

bocstring cell required

Example request

{
  "address_override": "0:97146a46acc2654y27947f14c4a4b14273e954f78bc017790b41208b0043200b",
  "params": [
    {
      "address": "0:97146a46acc2654y27947f14c4a4b14273e954f78bc017790b41208b0043200b",
      "balance": 10000000000
    }
  ]
}

Response

Emulated wallet message consequences

Changes

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