Skip to main content
POST
Wallet Address List

Headers

User-Agent
string

User agent

X-Forwarded-For
string

Forwarded for

X-Forwarded-From
string
required

Client application identifier

Example:

"client-app"

X-Tenant-ID
string

Tenant ID

deviceId
string

Device ID

platform
string

Platform

Body

application/json

Wallet address list request

Wallet address list request

accountId
string

Account ID (optional)

Example:

"wsb-12345678"

coinKey
string

Coin key (optional)

Example:

"BTC"

chainKey
string

Chain key (optional)

Example:

"BITCOIN"

addressType
string

Address type (optional)

Example:

"SEGWIT"

active
boolean

Active status (optional)

Example:

true

pageNum
integer<int32>

Page number

Example:

1

pageSize
integer<int32>

Page size

Example:

10

sortField
string

Sort field

Example:

"createTime"

sortOrder
string

Sort order

Example:

"DESC"

searchTerm
string

Search term (optional)

Example:

"bc1q"

createDateFrom
string

Create date from (YYYY-MM-DD)

Example:

"2023-01-01T00:00:00.000Z"

createDateTo
string

Create date to (YYYY-MM-DD)

Example:

"2023-12-31T00:00:00.000Z"

Response

Successful response

Wallet address list response

success
boolean

Success flag

Example:

true

code
integer<int32>

Response code

Example:

200

msg
string

Response message

Example:

"Success"

data
object

Wallet address list data