Add Pro Address

Add Pro address

post
Query parameters
addressstringRequired

TRON address

plan_idinteger · int64Required

Plan ID

billing_modestring · enumRequired

Billing mode: SLOT|NO_SLOT

Possible values:
quota_modestring · enumRequired

Quota mode: UNLIMITED|ENERGY_QUOTA

Possible values:
quota_countinteger · int64Optional

Quota energy amount

is_auto_closablebooleanRequired

Auto-close if unused for 72 hours, true: enabled, false: disabled

idle_hoursinteger · int32 · min: 24Optional

Idle time (hours) before auto-close, only effective when is_auto_closable=true

Default: 72
expired_atinteger · int64Optional

Expiration time (milliseconds)

remarkstringOptional

Remark

Header parameters
CF-ACCESS-KEYstringRequired

The API access key.

Example: your api key
CF-ACCESS-SIGNstringRequired

The Base64-encoded signature.

Example: signature
CF-ACCESS-TIMESTAMPstringRequired

The UTC request timestamp (e.g. 2008-08-08T08:08:08.888Z).

Responses
chevron-right
200

OK

application/json
codeinteger · int32Optional

Returns 0 on success; all other values indicate errors

msgstringOptional

Error message returned when an error occurs

sub_codestringOptional
sub_msgstringOptional
post
/v1/mate/open/pro
200

OK

Last updated