Binance Web3 Connector JS
    Preparing search index...

    Request parameters for getTransactionDetailByHash operation in WalletApi. GetTransactionDetailByHashRequest

    interface GetTransactionDetailByHashRequest {
        binanceChainId?: string;
        itype?: string;
        nonce?: string;
        recvWindow?: number | bigint;
        txHash?: string;
    }
    Index

    Properties

    binanceChainId?: string

    Unique chain identifier (e.g. "1"=Ethereum, "56"=BSC, "CT_501"=Solana).

    WalletApiGetTransactionDetailByHash

    itype?: string

    Transaction-type filter (UTXO chains). Reserved — currently has no effect. Values: "0"=outer native-token, "1"=internal contract native-token, "2"=token transfer.

    WalletApiGetTransactionDetailByHash

    nonce?: string

    Unique request identifier for anti-replay; falls back to X-OC-SIGN if omitted.

    WalletApiGetTransactionDetailByHash

    recvWindow?: number | bigint

    Allowed time deviation in milliseconds (default: 5000, max: 60000).

    WalletApiGetTransactionDetailByHash

    txHash?: string

    On-chain transaction hash.

    WalletApiGetTransactionDetailByHash