Create Blockchain API for your project
Blockchain API Endpoint
http://api.chainup.net/<PROTOCOL>/<NETWORK>/<TOKEN>ws://api.chainup.net/ws/<PROTOCOL>/<NETWORK>/<TOKEN>Using a token example
curl http://api.chainup.net/ethereum/mainet/<TOKEN> \
-X POST \
-H "Content-Type: application/json" \
-H "CONSISTENT-HASH: true" \
-d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'wscat -c ws://api.chainup.net/ws/ethereum/mainet/<TOKEN>
> {"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}Using a token example for Solana (Low latency domain)
curl http://sol.chainup.net/<TOKEN> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1, "method":"getSlot"}'wscat -c ws://sol.chainup.net/ws/<TOKEN>
> { "jsonrpc": "2.0", "id": 1, "method": "slotSubscribe"}Supported protocols
PROTOCOL
NETWORK
Schema
domain
Last updated