Get BTC and ETH Address
ONLY SUPPORTS BTC, ETH, ERC20-USDT, ERC20-USDC.
For Tron please refer to Get Tron Address
The Single Use Payment API endpoint is designed to generate a payment address for one-time transactions. This address should not be reused for subsequent payments.
Request URL
Endpoint:
/v1/getaddress
Method: POST
Supported Symbols
Bitcoin - btc
ERC20 Tokens:
Tether - usdt
USD Coin - usdc
Request Parameters
merchant_id
Yes
string
hash
Yes
string
data
Yes
object
Contains transaction details
— symbol
Yes
string
e.g., 'btc', 'usdt', 'usdc'
— usd_price
Yes
number
— type
Yes
string
'not_sell'
— timestamp
Yes
number
Request Example
Response Example
Response Parameters
statusCode
int
address
string
Generated one-time use address
amount
number
Token Amount need to be paid.
symbol
string
Payment symbol (e.g., 'usdt')
Last updated