RRetracer Cloud

Hosted Arxium chain data

One endpoint and one key for Arxium chains.

Retracer Cloud puts indexed history, a live action stream and node RPC behind a single gateway. Your application needs one base URL and one credential, instead of an indexer, a node and a key for each.

$ curl -H "Authorization: Bearer $RETRACER_KEY" \
    https://retracer-api.arxium.network/v1/chains/corechain-devnet/status

Indexed history

Blocks and every account's action history, already indexed by Retracer and paginated. No node to replay, no indexer to run.

Live tail

A server-sent-event stream of actions from any height. Reconnect from where you left off and nothing is missed.

Node RPC

Live state and transaction submits, passed through to the chain's node under the same key.

Start in a minute

  1. 1

    Sign in with GitHub

    No card, and no access to your repositories.

  2. 2

    Create a key

    One key per application, issued for one chain.

  3. 3

    Send it as a bearer

    Point your client at the gateway. That's the whole integration.

Free plan

  • 10 requests per second, per key
  • 1 live stream at a time, per key
  • 2 keys per account
  • Over budget returns 429 with Retry-After: wait that long and it is back.

Chains

  • corechain-devnet

A key is issued for one chain; using it on another is refused.