v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
Cosmos Staking Reporting

Get Status for an Address

Returns a status object for an address.

get/v2/cosmos/{network}/{type}/status/{address}

Path parameters

networkstring required

the network to look up against

type'delegator' | 'validator' required

Specifies the role associated with the request.

addressstring required

the address to look up rewards for

Response

OK

addressstring

The address the status is for

status'UNKNOWN' | 'ACTIVE' | 'INACTIVE'

the status

timestampnumber

the epoch second timestamp that the status was recorded at

Example response

{
  "address": "FQwewNXahV7MiZcLpY6p1xhUs2acVGQ3U5Xxc7FzV571",
  "timestamp": 1708612182
}