Activation
The request to activate address.
Usage example:
POST https://api.tronex.energy/api/v1/activate
Content-Type: application/json
X-API-KEY: authentication_token
{
"target": "TVVX6svz6vXGVACeH9jNMk5M3dH5SvcT71"
} ```Authorizations
X-API-KEYstringRequired
API key for authentication
Body
targetstringRequiredExample:
Wallet address to activate
TVVX6svz6vXGVACeH9jNMk5M3dH5SvcT71Responses
200
Order created successfully
application/json
400
Bad request error
application/json
401
Unauthorized error
application/json
402
Insufficient funds error
application/json
post
/api/v1/activatePOST /api/v1/activate HTTP/1.1
Host: api.tronex.energy
X-API-KEY: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 47
{
"target": "TVVX6svz6vXGVACeH9jNMk5M3dH5SvcT71"
}{
"summa": 3,
"target": "TVVX6svz6vXGVACeH9jNMk5M3dH5SvcT71",
"order_id": 123456,
"status": "Pending",
"txid": "8a2b3c4d5e6f7g8h9i0j1k2l3m4n5o6p7q8r9s0t1u2v3w4x5y6z7a8b9c0d1e2f3"
}Last updated