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

Get Wallet Address

Retrieves a blockchain wallet address through which the end user can receive crypto.

Endpoint

GET /whitelabel/wallet/getWalletAddress

Request Headers

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

Query Parameters

The request must include:

  1. One end-user identifier

  2. The token or asset

  3. The blockchain network

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

networkid

String

Yes

Network Id for the Symbol

networkSymbol

String

Yes

The Network Symbol

At least one identifier is required.

Example Request

Signed query object:

The exact field names for the asset and network must be confirmed against the deployed wallet-address controller.

Code Snippet

Example Response

Merchant Responsibilities

The merchant should clearly display:

  • Token

  • Network

  • Wallet address

  • QR code

  • Memo or tag, where applicable

  • Minimum deposit amount

  • Required blockchain confirmations

  • Unsupported-asset warning


Last updated