Skip to main content
GET
/
api
/
{portalId}
/
compliance
/
wallet-risk
Get Wallet Risk Status
curl --request GET \
  --url https://api.example.com/api/{portalId}/compliance/wallet-risk
{
  "isBlocked": true
}

Path Parameters

portalId
string<uuid>
required

unique portal id (provided by Magna)

Query Parameters

address
string
required

wallet address to check for compliance

Response

200

riskLevel
enum<string> | null
required

wallet risk level (null if not found)

Available options:
LOW,
MEDIUM,
HIGH,
SEVERE
isBlocked
boolean
required

whether the address is blocked due to compliance restrictions