Transfer tokens
post
Authorizations
AuthorizationstringRequired
Path parameters
accountNamestringRequired
Header parameters
AuthorizationstringRequired
Body
Represents the input data required for a Solana transaction.
tostringOptional
The recipient address of the transaction.
valuenumber · doubleOptional
The amount of value to be transferred in the transaction.
networkstringOptional
The network on which the transaction is to be executed.
compressbooleanOptional
Indicates whether the transaction data should be compressed.
Responses
200
Ok
application/json
successbooleanRequired
The success status of the operation.
messagestringRequired
The message associated with the operation.
addressstringOptional
The address associated with the operation.
post/solana/{accountName}/transfer-tokens
200
Ok