📄single-service

سرویس ارائه شده توسط شرکت اندیشه گستران عصر اکسین

Tethering Costs, Untethered Fees!

There are different conditions for USDT transfer on Tron network. In the case that your destination wallet has USDT, you have to pay 13.39 trx for the fee. If the destination wallet does not have USDT and its balance is zero, your transaction fee will be around 27.25 trx. Any transaction on TRON network consume energy or trx, we provide these needed energy for your wallets so that there is no need to consume energy. By using this service, you can save up to 50% on your transaction fee at the moment of transaction due to server traffic and Tron blockchain network.

Make Request

https://publicapi.transferbyme.com/api/transaction/buy

Field
Type
Position
Description

address

string

body parameter

Your wallet you need transfer USDT from it

apikey

string

header

Your apikey that generated in your account

destination

string

body parameter

Target wallet you want to transfer to it.

amount(optional)

number

body parameter

If you want specific amount of energy, and don't send destination , number must be multiple of 65000

Postman example

Example

In this example we need transfer from our wallet (TSfTbUkcbhoZQvqmxhrnPqs4x4YX3TDyZT) to this address(TTNFeU6YHALriUp5eL8GstrVeXRYKU3uq6).Target wallet is for check has USDT balance or no. Any transaction cost is depend on balance of target address is greater than zero or is zero.

These information use first for estimate cost and then for detect your wallet on blockchain network to decrease transfer fee. Any request will be saved and record in your account for review your transaction in any time.

Returns

Field
Type
Description

success

boolean

Status of transaction on blockchain network

message

string

In any request we send a message about request

id

string

An id that you can track transaction full info and status.

Response example

Check Balance

Use for check your wallet balance
Field
Type
Position
Description

apikey

string

header

Your apikey generated in your account

Returns

Example
Field
Type
Description

balance

Number

Your balance amount

Get Transaction detail

Field
Type
Position
Description

apikey

string

header

Your apikey generated in platform

id

uuid

body of request

transaction id return in any request

Example of this request

Get transaction in a date range

Filed
Type
Position
Description

from

string

body request

formatted date like example

to

string

body request

formatted date like example

apikey

string

body request

Your apikey in platform

page

integer

body request

Number of page

pageSize

integer

body request

Count of item in any page

Example

Estimate a transaction fee

Address
Field
Type
Position
Description

apikey

string

header

Your apikey that generated in your account

address

string

body parameter

Your wallet you need transfer USDT from it

destination

string

body parameter

Target wallet you want to transfer to it.

Postman example

In this example we need transfer from our wallet (TSfTbUkcbhoZQvqmxhrnPqs4x4YX3TDyZT) to this address(TSfTbUkcbhoZQvqmxhrnPqs4x4YX3TDyZT).Target wallet is for check has USDT balance or no. Any transaction cost is depend on balance of target address is greater than zero or is zero.

These information use first for estimate cost and then for detect your wallet on blockchain network to decrease transfer fee.

Returns

Field
Type
Description

success

boolean

status of your request

fee

number

describe how much trx is needed for this transaction at this moment accroding to your plan.

message

string

comment about this transaction and balance of your target wallet.

Postman Example

Last updated