Get Buy Transaction
Build an unsigned transaction for buying tokens. Endpoint:/svm/buy/transaction
Example:
- Socket.IO
- HTTP
Get Sell Transaction
Endpoint:/svm/sell/transaction
Same parameters as buy transaction.
Create Nonce Account Transaction
Build an unsigned transaction that creates a durable nonce account. A nonce account is required by thePublicWithNonce and AntimevWithNonce send routes (see Fees & Routes). Sign the returned transaction and submit it with Send Transaction, then pass the new account address as the nonceAccount on future requests.
Endpoint: /svm/nonce-account/create/transaction
Example:
- Socket.IO
- HTTP

