Ica account
Responses
200
A successful response.
application/json
default
An unexpected error 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"
}
}