Is there a public API server for Stellar?

2

1

I'm writing a Stellar application. I'm looking to use the API provided by stellard without running a copy of it myself.

Is there a public API server for Stellar?

Ivan M

Posted 2014-10-07T12:32:40.263

Reputation: 133

Answers

2

Yep:

https://www.stellar.org/api/

Stellar Foundation runs two instances of stellard you can use if you don't want to run your own.

network   address           RPC Port  Websocket Port
test          test.stellar.org 9002          9001
live           live.stellar.org 9002          9001

Nick ODell

Posted 2014-10-07T12:32:40.263

Reputation: 26 536

0

If you want to try the new API look at this page: https://www.stellar.org/galaxy/getting-started/

Jed McCaleb

Posted 2014-10-07T12:32:40.263

Reputation: 131