For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Token List

Retrieves the list of tokens supported for the end user’s wallet program.

Endpoint

GET /whitelabel/wallet/getTokenList

Request Headers

x-tlp-apikey: <api-key>
x-tlp-signature: <hmac-signature>

Query Parameters

Provide at least one of the following user identifiers: endUserEmail, endUserId, or externalUserId.

Field
Type
Required
Description

endUserEmail

String

Conditional

End user’s registered email address

endUserId

Number

Conditional

Tylt end-user ID

externalUserId

String

Conditional

Merchant’s own user identifier

At least one identifier is required.

Example Request

GET /whitelabel/wallet/getTokenList?externalUserId=user-10021

Signed query object:

Code Snippet

Example Response

The exact response structure depends on the deployed token-list controller.

Merchant Responsibilities

The merchant should use the returned token list rather than maintaining a hard-coded list.

Supported tokens may vary based on:

  • Merchant configuration

  • Jurisdiction

  • Blockchain network

  • Liquidity availability

  • Compliance restrictions

  • Temporary operational controls


Last updated