Try Enjin Endpoints
Mainnet
Matrixchain
Mainnet
Relaychain
HTTPS
https://api-enjin-matrixchain.n.dwellir.com/1a4a621f-4f4a-432f-bcc3-76e741750166
WSS
wss://api-enjin-matrixchain.n.dwellir.com/1a4a621f-4f4a-432f-bcc3-76e741750166
Quick Start
BASH
curl -sS -X POST https://api-enjin-matrixchain.n.dwellir.com/1a4a621f-4f4a-432f-bcc3-76e741750166 \-H 'Content-Type: application/json' \-d '{"id":1,"jsonrpc":"2.0","method":"chain_getBlockHash","params":[0]}'
JAVASCRIPT
import { ApiPromise, WsProvider } from '@polkadot/api';const provider = new WsProvider('wss://api-enjin-matrixchain.n.dwellir.com/1a4a621f-4f4a-432f-bcc3-76e741750166');const api = await ApiPromise.create({ provider });const hash = await api.rpc.chain.getBlockHash(0);console.log(hash.toHex());
PYTHON
from substrateinterface import SubstrateInterfacesubstrate = SubstrateInterface(url='wss://api-enjin-matrixchain.n.dwellir.com/1a4a621f-4f4a-432f-bcc3-76e741750166')block_hash = substrate.get_block_hash(block_id=0)print(block_hash)
GO
package mainimport ("fmt"gsrpc "github.com/centrifuge/go-substrate-rpc-client/v4""github.com/centrifuge/go-substrate-rpc-client/v4/types")func main() {api, err := gsrpc.NewSubstrateAPI("wss://api-enjin-matrixchain.n.dwellir.com/1a4a621f-4f4a-432f-bcc3-76e741750166")if err != nil { panic(err) }var h types.Hashh, err = api.RPC.Chain.GetBlockHash(0)if err != nil { panic(err) }fmt.Println(h.Hex())}
Enjin offers a suite of integrated products designed to make non-fungible tokens (NFTs) easy for individuals, businesses, and developers. The network is built to facilitate the creation, management, and exchange of NFTs with ease.
Pricing
How many calls do you make per month?
/ month
Growth
$299
/month
- 500 Responses /sec
- Dedicated Account Manager
150,000,000 responses ≈ 150.0M • Base $299 + Overages $0
Developer Resources
FAQs
What is the Enjin Blockchain?
What are the key features of the Enjin Blockchain?
What is Matrixchain?
How can businesses benefit from Enjin's platform?
What is the significance of ENJ cryptocurrency in Enjin's ecosystem?
What are some examples of projects or games utilizing Enjin's technology?
Get your API key
and join other leading Web3 companies using Dwellir's infrastructure