Transactions
Preview Bundle
This endpoint allows you to preview a bundle of transactions as it would execute on chain and returns results for each transaction.
Headers
X-WalletKit-Project-ID
string
requiredYour WalletKit Project ID can be found on the API Keys page in the WalletKit Dashboard.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
network
enum<string>
requiredAvailable options:
Ethereum
, Polygon
, Base
, Avalanche
, Polkadot
, Vara
from
string
requiredsender of the transaction.
unsigned_transactions
object[]
requireda bundle of transactions to preview.
Response
200 - application/json
network
enum<string>
requiredAvailable options:
Ethereum
, Polygon
, Base
, Avalanche
, Polkadot
, Vara
from
string
requiredto
string
requiredcontract
object
function_name
string | null
arguments
object | null
simulation
object