Sends a transaction through the specified relayer.
Development Documentation
In: header
Path Parameters
The unique identifier of the relayer
int640 <= value0 <= value0 <= value0 <= value"fastest" | "fast" | "average" | "safeLow"u1280 <= valueInstructions to build transaction from (mutually exclusive with transaction)
Optional RFC3339 timestamp when transaction should expire
Explicitly request fee-bump wrapper Only valid when transaction_xdr contains a signed transaction
Maximum fee in stroops (defaults to 0.1 XLM = 1,000,000 stroops)
int64"none""text""id"int640 <= value"hash""return"Signed Soroban authorization entry (base64 encoded SorobanAuthorizationEntry XDR) Used for Soroban gas abstraction: contains the user's signed auth entry from /build response. When provided, transaction_xdr must also be provided (the FeeForwarder transaction from /build). The relayer will inject this signed auth entry into the transaction before submitting.
Pre-built transaction XDR (base64 encoded, signed or unsigned) Mutually exclusive with operations field. For Soroban gas abstraction: submit the transaction XDR from sponsored/build response with the user's signed auth entry updated inside.
Response Body
curl -X POST "https://loading/api/v1/relayers/string/transactions" \ -H "Content-Type: application/json" \ -d '{ "value": 0 }'{
"data": {
"confirmed_at": "string",
"created_at": "string",
"data": "string",
"from": "string",
"gas_limit": 0,
"gas_price": "string",
"hash": "string",
"id": "string",
"max_fee_per_gas": "string",
"max_priority_fee_per_gas": "string",
"nonce": 0,
"relayer_id": "string",
"sent_at": "string",
"signature": {},
"speed": {},
"status": "canceled",
"status_reason": "string",
"to": "string",
"value": "string"
},
"error": "string",
"metadata": {
"logs": [
{
"level": "log",
"message": "string"
}
],
"traces": [
null
]
},
"pagination": {
"current_page": 0,
"per_page": 0,
"total_items": 0
},
"success": true
}{
"data": null,
"message": "Bad Request",
"success": false
}{
"data": null,
"message": "Unauthorized",
"success": false
}{
"data": null,
"message": "Relayer with ID relayer_id not found",
"success": false
}{
"data": null,
"message": "Too Many Requests",
"success": false
}{
"data": null,
"message": "Internal Server Error",
"success": false
}