Skip to main content

Send a transaction to exactly one output.

POST 

/wallet/simple-send-tx

Send a transaction to exactly one output.

Request

Header Parameters

    x-wallet-id stringrequired

    Defines the key of the wallet on which the request will be executed.

Body

required

Data to create the transaction

    address stringrequired

    Address to send the tokens.

    value integerrequired

    The value parameter must be an integer with the value in cents, i.e., 123 means 1.23 HTR.

    token string

    Token uid to send the transaction, just in case is not HTR.

    token [DEPRECATED]

    object

    [DEPRECATED] Token to send the transaction, just in case is not HTR. This parameter is old and still works for compatibility reasons but will be removed soon, you should use the string format.

    uid stringrequired

    UID of the custom token to send the transaction.

    name stringrequired

    Name of the custom token to send the transaction.

    symbol stringrequired

    Symbol of the custom token to send the transaction.

    change_address string

    Optional address to send the change amount.

Responses

Send a transaction

Schema

    any

Loading...