Module accounts
Since: cosmos-sdk 0.46
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /cosmos/auth/v1beta1/module_accounts HTTP/1.1
Host: tia-rest.nownodes.io
Accept: */*
{
"accounts": [
{
"type_url": "text",
"value": "text"
}
]
}
Path parameters
namestringRequired
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /cosmos/auth/v1beta1/module_accounts/{name} HTTP/1.1
Host: tia-rest.nownodes.io
Accept: */*
{
"account": {
"type_url": "text",
"value": "text"
}
}