v1

latestOpenAPI 3.1.02026-07-13570316.1 KB
Solana

Get Solana Transaction

Retrieve the status and details of a queued Solana transaction using the identifier returned when the transaction was submitted.

Authentication: This endpoint requires backend authentication using the x-secret-key header. The secret key should never be exposed publicly.

get/v1/solana/transactions/:transactionId

Path parameters

transactionIdstring required

Identifier returned when the transaction was queued.

Identifier returned when the transaction was queued.

Response

Transaction status retrieved successfully.

Example response

{
  "result": {
    "chainId": "solana:mainnet",
    "from": "8JBLmveV4YF5AQ7EVnKJgyj6etGgVkPp3tYqQMTu3p5B"
  }
}