Analyze MultiversX address

POST /{api_key}/mvx/profile/{address}

Limitations

The analyzed address must have :

  • more than 100 transactions

  • less than 10 000 transactions

If requirements are not met, the API will return an error with the code 400.

Exemple

Using React, you can have this render:

To achieve this rendering, create a React component named UserProfileAnalyzeChart.

In this code, the parameter labelsByWeight contains the repartition data from the API response.

Last updated