Get Settlement Wallet List
POST
api/v2/settlement/wallet_list
Parameters that need to be pass for the request.
Parameters | Type | Required | Description |
---|---|---|---|
project_id | string | yes | Project ID |
token | string | yes | Token details view Encryption & Decryption |
Parameters
- project_id:
1
(string, required) - Project ID - token:
9BC97D2BCC7990F84F05202205E53D14
(string, required) - Token
Response 200 (application/json)
{
"status": 0,
"ret_msg": "Success",
"data": {
"settlement_wallet_list": [
{
"wallet_id": "MW64ae65de230ac",
"wallet_network": "tronscan",
"wallet_address": "TYdAxAWC1Vaa2yCbUwEBngifva5zRV5UfW"
}
],
"token": "7C6447F30CA50100E5B73D608CF670E3"
}
}