Skip to main content
POST
/
tx
curl --request POST \
  --url https://ca.raze.sh/tx \
  --header 'Content-Type: application/json' \
  --data '
{
  "transaction": "4hXTCkRzt9WyecNzV1XPgCDfGAZzQKNxLXgynz5QDuWWM3svRaFk...",
  "encoding": "base64"
}
'
{
  "success": true,
  "signature": "5KtPn1LGuxhFiwjxqLHpBCa6xjnB7YaB1pPB263DezXAZ8z7Pnrn..."
}

Documentation Index

Fetch the complete documentation index at: https://docs.raze.bot/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
transaction
string
required

Signed transaction, base64 or base58 encoded

Example:

"4hXTCkRzt9WyecNzV1XPgCDfGAZzQKNxLXgynz5QDuWWM3svRaFk..."

encoding
enum<string>
default:base64

Transaction encoding format

Available options:
base64,
base58

Response

Transaction accepted and routed

success
boolean
required
Example:

true

signature
string
required

Transaction signature

Example:

"5KtPn1LGuxhFiwjxqLHpBCa6xjnB7YaB1pPB263DezXAZ8z7Pnrn..."