Create the new address for deposit.
Parameter | Type | Required | Description |
---|---|---|---|
pid | integer(int64) | Yes | Project ID |
chain_id | string | Yes | Chain ID |
alias | string | No | Display Name |
callback_url | string | Yes | Callback URL, If funds are received through an address generated by this API, refer to Address Deposit notify section for callback details. |
nonce | string | Yes | 6-character 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 |
---|---|---|
address | string | Address |