Add Whitelist Address
Developing
POST
/openapi/v1/wallet-address/whitelist/add
Duplicate addresses cannot be added under the same network.
Address will undergo a risk scan, and requests will be rejected if the address is
identified as high-risk, resulting in a failed addition.
Field | Type | Required | Max Length | Description |
---|---|---|---|---|
query | Object | Y | ||
requestId | String | Y | 64 | A unique identifier for the request. If the same request is sent again with the same requestId, it will be rejected to prevent duplicate processing. |
address | String | Y | 255 | depost withdraw whitelist address |
mainNet | String | Y | MainNet Type: ETHEREUM,POLYGON,VICTION | |
label | String | Y | 64 | address tag |
Request
Body Params application/json