Skip to main content
GET
/
screening
/
trlink
/
partners
TypeScript
const response: Promise<FireblocksResponse<TRLinkPartnersListResponse>> = fireblocks.tRLink.getTRLinkPartners();
[
  {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "ident": "notabene",
    "name": "Notabene",
    "baseUrl": "https://api.notabene.id",
    "active": true,
    "isTest": false,
    "description": "Travel Rule compliance provider"
  }
]

Documentation Index

Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

List of partners retrieved successfully

id
string<uuid>
required

Partner unique identifier

Example:

"123e4567-e89b-12d3-a456-426614174000"

ident
string
required

Partner identification code

Example:

"notabene"

name
string
required

Partner display name

Example:

"Notabene"

baseUrl
string
required

Partner API base URL

Example:

"https://api.notabene.id"

active
boolean
required

Whether the partner is active

Example:

true

isTest
boolean
required

Whether this is a test/sandbox partner

Example:

false

description
string | null

Partner description

Example:

"Travel Rule compliance provider"