Bulk-service

Second service

You can use this service for charge energy for a range time like 1 day , 3 days , 7 days , 14 days and 30 days. You can use these energies every day until duration finished.

Field
Type
Position
Description

address

string

body parameter

Your wallet you need transfer USDT from it and need energy.

amount

number

body parameter

Amount of energy needed. minimum is 32000

duration

rent time duration

body parameter

valid values are 1h , 6h , 1d , 3d , 7d , 14d , 30d

apikey

string

Your apikey that generated in your account.

Postman example

Example

In this example we need charge 3200000 energy unit to our wallet (TSfTbUkcbhoZQvqmxhrnPqs4x4YX3TDyZT) .

Returns

Field
Type
Description

success

boolean

Status of transaction on blockchain network

message

string

In any request we send a message about request, here describe how much transactions needed for a request.

ids

array

Array of id of transaction will be fill in system to complete your charge request.

Response example

Last updated