Ica account

Queries a ICAAccount by index.

get
Responses
200
A successful response.
application/json
get
GET /Stride-Labs/stride/stakeibc/ica_account HTTP/1.1
Host: stride.nownodes.io
Accept: */*
{
  "ICAAccount": {
    "address": "text",
    "delegations": [
      {
        "delegateAcctAddress": "text",
        "validator": {
          "name": "text",
          "address": "text",
          "status": "Active",
          "commissionRate": "text",
          "delegationAmt": "text",
          "weight": "text",
          "internalExchangeRate": {
            "internalTokensToSharesRate": "text",
            "epochNumber": "text"
          }
        },
        "amt": "text"
      }
    ],
    "target": "DELEGATION"
  }
}