# Shyft, Compliance Data Simplified

Access Shyft via Uniblock’s unified blockchain API. Retrieve normalized compliance data, identity verification, and transaction analytics.

SHYFT INCLUDED IN UNIFIED ENDPOINTS

- **GET token/metadata**  
  Get the metadata of an ERC20 Token.  
- **GET token/balance**  
  Get the token balances of an address.  
- **GET market-data/market-cap**  
  Retrieve the current market capitalization of a token.  
- **GET nft/collection-metadata**  
  Get the metadata of an NFT collection.  
- **GET nft/metadata**  
  Get the metadata of a specific NFT.  
- **GET transactions/advanced**  
  Get advanced transactions of an address, including sends, receives, token and NFT transfers.

USE CASES

- COMPLIANCE  
- IDENTITY-VERIFICATION  
- DEFI-PLATFORMS  
- ENTERPRISE-APPLICATIONS

### 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.

SHYFT 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_getLogs', params: [{address:'0x123...', topics:['0xabc...']}]})}; fetch('https://api.uniblock.dev/uni/v1/json-rpc?provider=Shyft', options) .then(r=>r.json()).then(console.log).catch(console.error);
```

**OUTPUT**  
```json
{"id":1,"jsonrpc":"2.0","result":[{"blockNumber":"0x10fb78","transactionHash":"0xabc...","data":"0xdef..."}]}
```

#### About Shyft

Shyft is a blockchain compliance and identity verification platform providing APIs for KYC, AML, and transaction analytics across multiple ecosystems.
