Transaction API
Designed to simplify the process of sending transactions by abstracting away the complexity typically encountered in the Solana network.
The Ironforge Transaction API is designed to simplify the process of sending transactions by abstracting away much of the complexity typically encountered. The Transaction API ensures high reliability and include features like extended rpc configuration and retrying transactions to ensure transactions are successfully confirmed.
Key Features
-
High Reliability - The Transaction API supports features like extended-rpc-configuration and retrying transactions to ensure transactions are successfully confirmed.
-
Transaction Lifecycle Management - The Transaction API manages the lifecycle of a transaction from creation to confirmation. This includes Webhook support to notify your application when a transaction has been confirmed.
Endpoints
POST /signed
Used to send a signed transaction to the Transaction API. The Transaction API will then broadcast the transaction to the network and return the transaction hash once the commitment it's reach.
POST /signed/webhook
Used to send a signed transaction to the Transaction API. The Transaction API will then broadcast the transaction to the network and will send the hash via webhook to the specified URL once the commitment it's reach.
Learn more about setting up webhooks in Ironforge here.
Playground
You can try out the Transaction API in the Playground.