POST
/
dash
/
generate-proof
Generate Merkle Proof
curl --request POST \
  --url https://integrated-api.testnet.muchfi.xyz/api/dash/generate-proof \
  --header 'Content-Type: application/json' \
  --data '
{
  "address": "<string>"
}
'
{}

Body

application/json
address
string

User wallet address

Response

200 - application/json

Merkle proof

The response is of type object.