Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 502 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 502 Bytes

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