Skip to main content

4 docs tagged with "proxy"

View all tags

Custom API/Proxy request

Call any API or Proxy endpoint the typed provider methods do not cover, via doGetGeneric and doPostGeneric, for economics, stats, and a raw VM query.

Fetch a block

Fetch the latest block and a block by hash via ApiNetworkProvider, and a block by shard and nonce via ProxyNetworkProvider. Verified live against mainnet.

Fetching data from the network

Original SDK JS v15 examples for reading network, block, account, transaction, token, and smart-contract data through API and Proxy providers.