Retry-after
I don't understand why the exponential backoff is recommended in the explanation of Retry-after throughput strategy.
<https://docs.alchemy.com/reference/how-to-implement-retries#option-4-retry-after>
"We still recommend using exponential backoff since Retry-After only accepts an integer number of seconds."
Is it a documentation error, or I miss something else?
Thanks, regards.
Posted by Fatih Erikli 6 days ago
Support plan
Hello!
I want to change the plan to "ENTERPRISE". What is your service level agreement?
Posted by Evgeny Abrosin 11 days ago
Transaction Underprice
I want to use the safeMint method through sendTransaction, but I get a error "Transaction Underpriced" and I check the doc and find that the transaction carries not enough. However, I did not find a way to set the gas it carries. Here's my code below:
```
const safeMintEncoded = contractInterface.encodeFunctionData("safeMint", [config.publicKey, "ipfs://QmbUiW4nYKPzdXQB6nrpcAw4Ya7b1JmVQMekBcfCQAbRQF"])
const signedTransact = await wallet.signTransaction({
from: config.publicKey,
to: config.contractAddress,
gasLimit: 21000000,
data: safeMintEncoded,
value: 0,
nonce: await wallet.getTransactionCount()
});
const sentTX = await (await web3.transact.sendTransaction(signedTransact)).wait();
```
So I wander how to solve the error "Transaction Underpriced". Thank you!
Posted by NeWive 11 days ago
Throughput of a simple (direct) smart contract call (not API)
How much Throughput costs a call to a smart contract. For example a call like it is made in your example (<https://docs.alchemy.com/docs/interacting-with-a-smart-contract>). Are there differences in costs depending on the function called. E. g. does a view function costs more than a function that modifies the state in terms of troughput?
Thanks in advance
Posted by Tim Lauer 11 days ago
Empty getNFTs handle response
The getNFTs method does not provide NFT information for the owner if he created this NFT himself. How can I get this information?
Posted by Roman Martynyuk 11 days ago
Question about getNFTsForContract API
Hello! I am testing getNFTsForContract API(v3) at Polygon Mumbai network.
I deployed an ERC721 contract with ERC721 consecutive extension.
<https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC721/extensions/ERC721Consecutive.sol>
In this contract, I minted 1000 tokens during construction, using \_mintConsecutive. After that I tried to get my token info with getNFTsForContract API, but it seems like it did not collect information regarding the tokens. Only after I manually emitted Transfer events using for loop, did the API work correctly.
Is this because Alchemy does not collect `ConsecutiveTransfer` event? and is there any other work around?
Thank you
Posted by Pluto Han 13 days ago
BAYC with a red cap
In which section of Alchemy's Documentation, there is an image of a BAYC with a red cap?
Posted by sajades 14 days ago
I cant sing up the chapcha is showing error
Cant sing up
Posted by Mocchi 15 days ago
Get address authored Mirror articles
Is there a way to get Mirror articles on optimism that are authored by an address?
Posted by squirtle0x 17 days ago