Skip to content

paradeum-team/blockchain-api

 
 

Repository files navigation

blockchain-api

A simple Blockchain API proxy for CAIP-compatible dapps

API

# get chain data for provided chainId
https://blockchain-api.xyz/api/chain/[chainId]

# get chain list for provided namespace
https://blockchain-api.xyz/api/namespace/[namespace]

# get only testnets for provided namespace
https://blockchain-api.xyz/api/namespace/[namespace]?testnet=true

# get only chains with public rpc for provided namespace
https://blockchain-api.xyz/api/namespace/[namespace]?rpc=true

Packages

No packages published

Languages

  • TypeScript 88.1%
  • JavaScript 11.9%