QuickNode - AWS for Blockchain

Demo to preview the settings

Introduction

Quicknode allows high-performance access to blockchains like Ethereum (as well as most ERC-20 compatible blockchains like Polygon, xDai, etc) and Solana. This plugin makes it simple to power your blockchain applications built on Bubble and scale up as you grow. From elastic APIs & dedicated nodes to powerful tools & analytics, all at your command through a simple control panel. You can get an instant access to both Mainnet and TestNet networks.
Image without caption

How to setup

To start you need to create a project at: https://www.quicknode.com/
  1. Create an account.
Image without caption
2. On the dashboard select Tab: Nodes and then click "Create node" button
Image without caption
3. Select the preferred plan.
Image without caption
4. Select node and network.
Image without caption
5. Pay the selected plan.
Image without caption
6. Select your nodes
Image without caption
7. Go to "Get Started" and copy the HTTP PROVIDER link.
Image without caption
8. Go to the editor Plugin Tab and paste the HTTP PROVIDER link into the plugin settings. 
Image without caption

Ethereum API Call

QuickNode Ethereum RPC Overview
At QuickNode, we run Ethereum RPC endpoints. In aggregate, we serve more than 50 billion requests every month. To make it easier for developers to integrate with QuickNode, we've created this document that shows how to call RPC methods using libraries in Python, Ruby, JavaScript, cURL.With QuickNode, you either have a dedicated endpoint that is always serving traffic from the same location as designated when you booted the endpoint or you get access to our global network which always routes to the nearest available endpoint.

1. eth_getBalance

2. eth_blockNumber

3. eth_getTransactionByHash

4. eth_gasPrice

5. eth_getBlockByHash

6. eth_chainId

7. eth_estimateGas

8. eth_getBlockByNumber

9. eth_getBlockTransactionCountByHash

10. eth_getBlockTransactionCountByNumber

11. eth_getCode

12. eth_mining

13. eth_getLogs

14. eth_protocolVersion

15. net_listening

16. net_peerCount

17. net_version

18. eth_syncing

19. eth_newBlockFilter

20. eth_newFilter

21. eth_getStorageAt

22. eth_getFilterChanges from eth_newFilter

22.1 eth_getFilterChanges

23. eth_getTransactionByBlockNumberAndIndex

24. eth_getTransactionByBlockHashAndIndex

25. eth_getTransactionCount

26. eth_getTransactionReceipt

27. eth_getUncleCountByBlockHash

28. eth_getUncleCountByBlockNumber

29. eth_newPendingTransactionFilter

30. eth_sendRawTransaction

31. eth_call

32. qn_verifyNFTsOwner

33. qn_fetchNFTs

34. trace_call

35. trace_transaction

36. trace_replayTransaction

37. trace_callMany

38. trace_filter

39. trace_rawTransaction

40. trace_replayBlockTransactions

Solana API Call

QuickNode Solana RPC Overview
At QuickNode, we run Solana RPC endpoints. In aggregate, we serve more than 50 billion requests every month. To make it easier for developers to integrate with QuickNode, we've created this document that shows how to call RPC methods using libraries in Python, Ruby, JavaScript, cURL.With QuickNode, you either have a dedicated endpoint that is always serving traffic from the same location as designated when you booted the endpoint or you get access to our global network which always routes to the nearest available endpoint.

1. getAccountInfo

2. getBalance

3. getBlockCommitment

4. getBlockHeight

5. getBlockProduction

6. getBlockTime

7. getBlocks

8. getBlocksWithLimit

9. getClusterNodes

10. getEpochInfo

11. getEpochSchedule

12. getGenesisHash

13. getHealth

14. getIdentity

15. getInflationGovernor

16. getInflationRate

17. getLeaderSchedule

18. getMaxRetransmitSlot

19. getMaxShredInsertSlot

20. getMinimumBalanceForRentExemption

21. getMultipleAccounts

22. getRecentPerformanceSamples

23. getSignatureStatuses

24. getSignaturesForAddress

25. getSlot

26. getSlotLeader

27. getSlotLeaders

28. getStakeActivation

29. getSupply

30. getTokenAccountBalance

31. getTokenAccountsByDelegate

32. getTokenAccountsByOwner

33. getTokenLargestAccounts

34. getTokenSupply

35. getTransactionCount

36. getVersion

37. getVoteAccounts

38. minimumLedgerSlot

39. qn_fetchNFTs

40. qn_fetchNFTsByCreator

Changelogs

Share
Content