dump accounts information into a humanly-readable format
POST/v1/chains/:chainID/dump-accounts
dump accounts information into a humanly-readable format
Request
Path Parameters
chainID stringrequired
ChainID (Bech32)
Responses
- 200
- 401
Accounts dump will be produced
Unauthorized (Wrong permissions, missing token)
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
missingPermission stringrequired
{
"error": "string",
"missingPermission": "string"
}
Loading...