Build Authorization Transaction Request
data class BuildAuthorizationTransactionRequest(val signature: String, val subsidize: Boolean? = null)
Request body for the POST build-authorization-transaction endpoint.
The chainId goes in the URL path, not in the body.
Parameters
signature
The signed authorization hash (without 0x prefix).
subsidize
When true, the API submits the transaction on-chain and returns the transactionHash.