Get Ethereum Address
Request URL:
/v1/perm/getaddress
Method:
POST
Supported Symbol
ERC20
Parameter:
Parameter name
Required
Type
Explain
merchant_id
Yes
string
hash
Yes
string
data
Yes
object
—symbol
Yes
string
erc20
—timestamp
Yes
number
Request example
{
"merchant_id": "9cc5c-d243a-9f952-66b92",
"hash": "sm2uliyCbmCP0ISZw/Cm41qO3jbww7VdoH27MLWfrcDHY7IfiEPIC72VCovIlEfmeQAI3wFrKoZiflbCJKpFOA==",
"data": {
"symbol": "erc20",
"timestamp": 1582886573
}
}
Return example
{
"statusCode": 200,
"address": "0xBA5553f701AB78164082Ebe482104065C920Ff3a",
"symbol": "erc20"
}
Return parameter description
Parameter name
Type
Explain
statusCode
int
address
string
Generated permanent address for ERC20 tokens
symbol
string
symbol
Last updated