v1

latestOpenAPI 3.1.02026-07-12185391.3 KB
Looking Glass

Get addresses by BTCb bridged balance

Get list of addresses and their net bridged amounts that have bridged more than a certain threshold.

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

Query parameters

thresholdstring required

The minimum balance for which addresses should be considered.

pageTokenstring

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

pageSizeinteger

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

Response

Successful response

nextPageTokenstring

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.

Example response

{
  "addresses": [
    {
      "address": "0x1234567890abcdef1234567890abcdef123456789"
    }
  ]
}