f(x)Core Network

The documentation corresponding contains details for the RPC - HTTP, WS and GRPC endpoints

f(x)Core supports different clients in order to support Cosmos and Ethereum/Web3 transactions and queries

Description

Default Port

Cosmos gRPC

Query or send f(x)Core transactions using gRPC

9090

Cosmos restAPI

Query or send f(x)Core transactions using restAPI

1317

Query Web3-formatted transactions and blocks or send Web3 txs using JSON-RPC

8545

Web3 Websocket

Subscribe to Web3 logs and events emitted in smart contracts.

8546

Tendermint RPC

Subscribe to f(x)Core logs and events emitted in smart contracts.

26657

Tendermint Websocket

Query transactions, blocks, consensus state, broadcast transactions, etc.

26657

Command Line Interface (CLI)

Query or send f(x)Core transactions using your Terminal or Console.

N/A

Various clients, tools and end points available

ChainId

fxcore

Native Coin

FX

Block Explorer

Tm JSON RPC

https://fx-json.functionx.io:26657 or https://fx-json.functionx.io

Tm JSON RPC Websocket

wss://fx-json.functionx.io:26657/websocket

gRPC

https://fx-grpc.functionx.io:9090

REST API

https://fx-rest.functionx.io:1317

EVM ChainID

530

EVM Block Explorer

Web3 JSON RPC

https://fx-json-web3.functionx.io:8545

Web3 JSON RPC Websocket

wss://fx-json-web3.functionx.io:8546

Last updated