# AllThatNode, Connected Everywhere

Access AllThatNode via Uniblock’s unified blockchain API. Reliable node infrastructure across multiple chains with normalized endpoints.

ALLTHATNODE INCLUDED IN UNIFIED ENDPOINTS

- **[GET eth/blocknumber**: Get the latest block number](https://docs.uniblock.dev/api-reference/token/get-address-token-balances#get-address-token-balances)
- **[GET eth/getbalance**: Retrieve the ETH balance of an address](https://docs.uniblock.dev/api-reference/nft/get-nft-collection-metadata#get-nft-collection-metadata)
- **[GET eth/gettransactionbyhash**: Fetch transaction details by hash](https://docs.uniblock.dev/api-reference/transaction/get-address-transactions)
- **[GET eth/getlogs**: Query logs for smart contract events](https://docs.uniblock.dev/api-reference/token/get-token-metadata)
- **[GET eth/getblockreceipts**: Get all receipts in a block](https://docs.uniblock.dev/api-reference/nft/get-nft-metadata)
- **[GET eth/getblocktransactioncountbyhash**: Count transactions in a block](https://docs.uniblock.dev/api-reference/nft/get-wallet-nft-balances)

## USE CASES

- WALLETS
- DAOS
- DEFI-PLATFORMS
- GAMING-PLATFORMS

## TURN INTEGRATIONS INTO YOUR WEB3 EDGE

Boost sales, reduce code, and eliminate headaches with Uniblock's seamless AllThatNode integration.

### Focus on your core product

Stop diverting your engineers to yet another integration and let them get back to work.

### Give customer success a break

Manage your simplified integration issues in a single pane. No therapist required.

### Stop Losing Sales to Integration Delays

Launch Web3 integrations in days, not quarters. Your sales team will thank you.

## ALLTHATNODE API EXAMPLE

**INPUT**  
```javascript  
const options = {method: 'POST', headers: {accept: 'application/json','content-type': 'application/json'}, body: JSON.stringify({id: 1, jsonrpc: '2.0', method: 'eth\_blockNumber', params: []})};  
fetch('https://api.uniblock.dev/uni/v1/json-rpc?provider=AllThatNode', options)  
  .then(response => response.json())  
  .then(response => console.log(response))  
  .catch(err => console.error(err));  
```

**OUTPUT**  
```json  
{"id":1,"jsonrpc":"2.0","result":"0x10fb78"}  
```

### About AllThatNode

AllThatNode provides global blockchain node infrastructure, offering reliable access to Ethereum, Polygon, Solana, and other major chains with developer-friendly APIs.
