POST
/api/v1/address/innerVerify Internal Sub-address
Verify whether the address belongs to the corresponding project. After receiving a deposit notification, verify the returned address information first to prevent address tampering.
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.