Stellar

Scan Transaction

Gets a transaction and returns a full simulation indicating what will happen in the transaction together with a recommended action and some textual reasons of why the transaction was flagged that way.

post/v0/stellar/transaction/scan

Request body

chain'pubnet' | 'futurenet' | 'testnet' required
optionsStellarOptions[]

List of options to include in the response

  • Options.validation: Include Options.validation output in the response

  • Options.simulation: Include Options.simulation output in the response

  • Options.gas_estimation: Include Options.gas_estimation output in the response

account_addressstring required
transactionstring required

Response

Successful Response

Changes

Changed in 10 of the 95 revisions of this API.359

    • removed the enum value worldchain of the request property transaction_hints/items/oneOf[subschema #1: CrossChainBridgeHint]/destination_chain/anyOf[subschema #1: TransactionScanSupportedChains]/

      request-property-enum-value-removed

    • added the new gas_estimation enum value to the request property options/items/

      request-property-enum-value-added

    • added the optional property gas_estimation to the response with the 200 status

      response-optional-property-added

    • added the new flare enum value to the request property transaction_hints/items/oneOf[subschema #1: CrossChainBridgeHint]/destination_chain/anyOf[subschema #1: TransactionScanSupportedChains]/

      request-property-enum-value-added

    • added the new arc enum value to the request property transaction_hints/items/oneOf[subschema #1: CrossChainBridgeHint]/destination_chain/anyOf[subschema #1: TransactionScanSupportedChains]/

      request-property-enum-value-added

    • added the new robinhood enum value to the request property transaction_hints/items/oneOf[subschema #1: CrossChainBridgeHint]/destination_chain/anyOf[subschema #1: TransactionScanSupportedChains]/

      request-property-enum-value-added

    • removed the request property transaction_hints/items/oneOf[subschema #1: CrossChainBridgeHint]/destination_asset/oneOf[subschema #1: CrossChainBridgeNativeAsset]/usd_price

      request-property-removed

    • removed the request property transaction_hints/items/oneOf[subschema #1: CrossChainBridgeHint]/destination_asset/oneOf[subschema #2: CrossChainBridgeFungibleAsset]/usd_price

      request-property-removed

    • removed the request property transaction_hints/items/oneOf[subschema #1: CrossChainBridgeHint]/destination_asset/oneOf[subschema #3: CrossChainBridgeNonFungibleAsset]/usd_price

      request-property-removed

  • 7d40d8d01a1511See the full diff
    • the transaction_hints request property type/format changed from object/ to array/

      request-property-type-changed

    • removed the request property transaction_hints/cross_chain_bridge

      request-property-removed

  • 8ba953679261111See the full diff
    • the transaction_hints request property type/format changed from / to object/

      request-property-type-changed

    • removed TransactionHints from the transaction_hints request property allOf list

      request-property-all-of-removed

    • added the new optional request property transaction_hints/cross_chain_bridge

      new-optional-request-property

    • added the new optional request property transaction_hints

      new-optional-request-property

    • added the new optional request property metadata/anyOf[subschema #1: Wallet Request Metadata]/non_dapp

      new-optional-request-property

    • added the new optional request property metadata/anyOf[subschema #2: In-App Request Metadata]/non_dapp

      new-optional-request-property

Of the 95 revisions, 1 has no diff computed.