Info

info InjectiveMetaRPC

get

Gets connection info

Query parameters
timestampinteger · int64Optional

Provide current system UNIX timestamp in millis

Example: 1635361410000
Responses
200
OK response.
application/json
get
GET /api/exchange/meta/v1/info HTTP/1.1
Host: inj-indexer.nownodes.io
Accept: */*
200

OK response.

{
  "build": {
    "BuildDate": "20210806-1511",
    "GitCommit": "a523248",
    "GoArch": "amd64",
    "GoVersion": "go1.16.5"
  },
  "region": "Qui voluptatem.",
  "serverTime": 663151645790320600,
  "timestamp": 4510074181600686000,
  "version": "dev"
}