POST
/
sdk
/
{environmentId}
/
solana
/
optimizeTransaction
curl --request POST \
  --url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/solana/optimizeTransaction \
  --header 'Content-Type: application/json' \
  --data '{
  "transaction": "<string>",
  "address": "vines1vzrYbzLMRdu58ou5XTby4qAqVRLmqo36NKPTg"
}'
{
  "transaction": "<string>"
}

Path Parameters

environmentId
string
required

Body

application/json

Response

200
application/json
Successfully optimized transaction

The response is of type object.