-
Notifications
You must be signed in to change notification settings - Fork 237
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working