Check the address legality.
payout
request to ensure the receiving address is valid.
Name | Type | Required | Description |
---|---|---|---|
pid | integer(int64) | Yes | Project ID |
address | string | Yes | Address |
chain_id | string | Yes | Chain ID |
nonce | string | Yes | 6-digit random string |
timestamp | integer(int64) | Yes | Timestamp |
sign | string | Yes | Signature |
Name | Type | Description |
---|---|---|
code | string | Response code |
msg | string | Response message |
data | object | Response data object |
data
ObjectName | Type | Description |
---|---|---|
result | boolean | true: Valid address false: Invalid address |