Skip to main content

Send tokens

POST 

http://localhost:8080/thin_wallet/send_tokens

Send tokens

Request

Body

required

Data to create the transaction

    tx_hex stringrequired

    Serialized transaction in hexadecimal before parents and pow

Responses

Success

Schema

    any


Request Collapse all
Base URL
http://localhost:8080
Body required
{
  "tx_hex": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!