Intents
Raw Transaction
Execute raw EVM transactions using the Okto Gateway. This endpoint handles custom EVM transactions with specified parameters.
Dev Tools Available!
For quick testing purposes, we provide development tools like the Okto Auth Token Generator. This tool helps you generate authentication tokens instantly, making it easier to test our APIs.
POST Request
Endpoint
Headers
Name | Type | Description |
---|---|---|
Content-Type | string | Must be application/json |
Authorization | string | Bearer token for authentication |
Request Body
Tip:Request Parameters
ShowcallData
: The encoded function call data for the raw transactioncallGasLimit
: Gas limit for the actual function callmaxFeePerGas
andmaxPriorityFeePerGas
: Gas fee parametersnonce
: Unique identifier for the transactionpaymaster
: Address of the paymaster contractpaymasterData
: Data required for paymaster operationspaymasterPostOpGasLimit
: Gas limit for post-operation checkspaymasterVerificationGasLimit
: Gas limit for paymaster verificationpreVerificationGas
: Gas required for pre-verification stepssender
: Address of the transaction senderverificationGasLimit
: Gas limit for transaction verificationsignature
: Cryptographic signature of the transaction