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"
}
Authorization: Authorization
name: Authorizationtype: apiKeydescription: JWT Tokenin: header
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X POST '/v1/chains/:chainID/dump-accounts' \
-H 'Authorization: <API_KEY_VALUE>'
ResponseClear