After the current vault settings switch, the address book that supports transfers
After the current vault settings switch, the address book that supports transfers
application/json
Request Body
vaultId string required
Vault id
chainSymbol string required
Chain name, abbreviation, chain identifier, unique
pageIndex pageIndex
Current page number, the first page is 1.
pageSize pageSize
Number of data items per page (not less than 1, not more than 50; default is 10)
Responses
- 200
successful operation
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
code integer
msg string
data object
pageIndex integer
pageSize integer
totalSize integer
list object[]
address string
Address
success boolean
{
"code": 200,
"msg": "",
"data": {
"pageIndex": 1,
"pageSize": 10,
"totalSize": 10,
"list": [
{
"address": "0x4dac0911bbb5f363e04c425d84a84a98355285fb359ca212701528bf9f4164d4"
}
]
},
"success": true
}
Loading...