Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Basic auth required for external APIs. Example: "Authorization: Basic {base64EncodedPasswordString}"

Path Parameters

blockchainId
string
required

Identifier of the blockchain.

Query Parameters

Take
integer<int32>
Required range: 0 <= x <= 1000
Offset
integer<int32>
Required range: 0 <= x <= 100000

Response

Success

Paged list of tokens tracked by XFlow for a specific blockchain.

items
object[] | null
totalCount
integer<int32>