Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs-en.basswallet.com/llms.txt

Use this file to discover all available pages before exploring further.

Endpoint

POST /v1/common/address/legal

Request Parameters

ParameterTypeRequiredDescription
chainNameStringYesBlockchain name
addressStringYesBlockchain address to validate

Response Parameters

ParameterTypeRequiredDescription
resultBoolYesFalse indicates invalid, True indicates valid

Response Example

{
    "code": 200,
    "msg": "success",
    "timestamp": "1725619914435",
    "data": {
        "result": true
    }
}