Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.astronpay.co/api/v1/merchant/wallet/sign-transaction \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --header 'x-api-secret: <api-key>' \ --data ' { "transaction": "<string>" } '
{ "signedTransaction": "<string>" }
Transação Solana serializada em base64.
OK
Transação assinada em base64.