Wallet Address Format Convention

Blockchain Address Format Specifications

TRON

Letters are case-sensitive

Correct: TCrQkITtuMZfXqY5a2eXgVqC8CjQkFvJET

Incorrect: TCrQkittuMZfXqY5a2eXgVqC8CjQkFvJET (i should be lowercase)

ETH

Use lowercase letters

Correct: 0x742d35cc6634c0532925a3b844bc454e4438f44e

Incorrect: 0x742d35cc6634c0532925a3b844BC454E4438F44E (no uppercase letters)

Note: Different blockchains have varying address format requirements. When submitting addresses, ensure they fully comply with the corresponding chain’s specifications (including case sensitivity). The system strictly validates formats, and incorrect formats will cause requests to be rejected.

API Request Header

The following request header parameters must be provided when calling the API:

Request Header

Value

Content-Type

application/x-www-form-urlencoded

X-API-KEY

Unique API key assigned by the platform (example: 54bf2683-a3c8-41e2-3a4c-62315cp1386v)

API Request Specification

Request format: x-www-form-urlencoded

Unique parameter: data

data value: Encrypted business data string

Postman Configuration Reference
URL
Headers
Content-Type
application/x-www-form-urlencoded
X-API-KEY
53af2797-3eca-4412-b0cc-15273afe2d3e
Body
Key
Value
data
dF5Qwoi/nGC6TKKC4WdZ4YzjjvSh5WwZIDFTpc4nEWrSSDjWJ…

Success Response Example

{
  "message": "",
  "code": 0,
  "data": "IQTgJfQwYcy0HMSPYrr20YS/fJuuB4CgooLXEGaoM57hsRQSYdiupfI5BNQRM=...."
}