githubEdit

Sign tx

post
Authorizations
AuthorizationstringRequired
Path parameters
accountNamestringRequired
Header parameters
AuthorizationstringRequired
Body

Represents the input required to sign a Solana transaction.

unsigned_txstringRequired

The transaction to be signed.

networkstringOptional

The network on which the transaction is taking place.

Responses
chevron-right
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}/sign-tx
200

Ok