POST
/api/v1/address/legalValidate Address Format
Validate whether the target address matches the format rules of the specified blockchain. We recommend calling this API before each payout to prevent fund loss caused by invalid address formats.
Rate limit: 1000 requests/minute
Request
Request Body
required
application/jsonnoncestringrequired6-character random string.
timestampinteger<int64>requiredTimestamp.
signstringrequiredSignature.
pidinteger<int64>requiredProject ID.
addressstringrequiredAddress.
chain_idstringrequiredMain chain identifier.
Responses
200Successapplication/jsoncodestringResponse code.
msgstringResponse message.