GET
/
v2
/
chains
/
43114
/
btcb
/
bridged:getAddresses

Query Parameters

threshold
string
required

The minimum balance for which addresses should be considered.

pageToken
string

A page token, received from a previous list call. Provide this to retrieve the subsequent page.

pageSize
integer
default: 1000

The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 5000.

Required range: 1 < x < 5000

Response

200 - application/json
addresses
object[]
required

List of addresses that match provided criteria.

nextPageToken
string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.