{
  "tenantUserId": "tenant_001",
  "chainName": "ETH",
  "symbol": "USDT"
}

Refer to the business request parameter format definition of each interface for specific formats. Example reference:

Request Parameter Explanation

{
  "tenantUserId": "tenant_001",
  "chainName": "ETH",
  "symbol": "USDT"
}
tenantUserId
string
required

tenantUserId refers to the user ID in the merchant system, not the merchant’s ID in the WaaS system.

chainName
string
required

Name of the blockchain, e.g.: ETH, TRON, …

symbol
string
required

Currency symbol, e.g.: USDT, USDC, PHT, …