For the complete documentation index, see llms.txt. This page is also available as Markdown.

Multi 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
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}/multi-sign-tx
200

Ok