Skip to content

alchemy_getAssetTransfers Return transactions Fail #520

@Pony-Unicorn

Description

@Pony-Unicorn

Return transactions Fail

    const response = await fetch(
      "https://bnb-testnet.g.alchemy.com/v2/xxxxxx",
      {
        method: "POST",
        headers: { "Content-Type": "application/json" },
        body: JSON.stringify({
          jsonrpc: "2.0",
          method: "alchemy_getAssetTransfers",
          params: [
            {
              fromBlock: "0x34aeaf1",
              toBlock: "0x34aeaf1",
              toAddress: "0x405aa2e82cffb96c11f040f54cb3e4591fec8ffc",
              withMetadata: true,
              excludeZeroValue: true,
              category: ["external"],
            },
          ],
        }),
      }
    );

Fail hash link https://testnet.bscscan.com/tx/0x1c8425dd5270067668e79361184f9fb005d64fa290e03485cd113c650be3e865

The returned transactions will include this failed transaction.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions