API Endpoints
We provided public API addresses for NewBridge.
NewBridge Core API #
NewBridge Core API provides lookup services for NewBridge App and 3rd-party apps to use NewBridge. There are two different environments, Production and Test.
Production environment operates for each blockchain’s Main Networks.
Test environment is for testing purpose only and operates for selectd Test Networks for each blockchain.
Production Networks #
https://api.end.point.to.be.replaced
Test Networks #
https://api.end.point.to.be.replaced
Transations on Test Networks are for testing purpose only.
XChain API #
XChain api is backend api for Main API
and NewBridgeCore
,
chainapi is defined in
grpc
The Chain API server is defined as follow:
// The ChainAPI service definition.
service ChainAPI {
rpc CreateAccount (CreateAccountRequest) returns (CreateAccountReply) {}
}
Currently there are no public XChain API Endpoints provided by Newton Project.
API Endpoints
was last edited on 2021-01-13
@16a6725
: update formatting