Getting transaction data to execute
The TxnData type combines transaction metadata with network-specific transaction details for different blockchain networks (EVM, Solana, Cosmos, Tron)
Endpoint: GET /nextTx
GET /nextTx Query params
/nextTx?
routeId=
&stepId=Response
{
routeId: string;
stepId: string;
txnData: TxnData | null;
skipTxn?: boolean;
}Field
Type
Description
Field
Type
Required
Description
Field
Type
Required
Description
Field
Type
Required
Description
Field
Type
Required
Description
Example
Last updated