Recreate V1 wallet stats

post/api/v1/admin/stats/wallet/{address}/recreate

Recreate the monthly walletStats of a V1 wallet from a given start date onward

Path Parameters

  • addressstringRequired
    Example: 2MvrwRYBAuRtPTiZ5MyKg42Ke55W3fZJfZS
    Max length: <= 250 characters

Request Body

year integer required
Minimum: >= 2013
month integer required
Minimum: >= 1
Maximum: <= 12

200 Response

allCount integer
Count of how many wallet stats of the type 'all' were modified
Minimum: >= 0
Example: 0
enterpriseCount integer
Count of how many wallet stats of the type 'enterprise' were modified
Minimum: >= 0
Example: 0
walletCount integer
Count of how many wallet stats of the type 'wallet' were modified
Minimum: >= 0
Example: 10

400 Response

error string required
Human-readable error message
requestId string required
Client request id
context object
Properties that apply to a specific error name
name string required
Error code