Skip to main content
POST
/
solana
/
send-transaction
Send transaction
curl --request POST \
  --url https://public-api-v2.bags.fm/api/v1/solana/send-transaction \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "transaction": "<string>"
}
'
{
  "success": true,
  "response": "<string>"
}

Authorizations

x-api-key
string
header
required

API key authentication. Provide your API key as the header value.

Body

application/json
transaction
string
required

Base58 encoded serialized Solana transaction

Response

Successfully submitted transaction

success
boolean
required
Example:

true

response
string

Transaction signature