Skip to main content
POST
Report a partner quote transaction outcome
Report the lifecycle of a transaction built from a partner quote. Submit SUBMITTED when it is broadcast, then CONFIRMED or REVERTED when its final outcome is known. This endpoint is best-effort telemetry. A 202 response only confirms receipt; AKKA independently treats the chain as the source of truth. Do not include calldata, signatures, API keys, or private user data in reason. Use the quoteId returned by the quote endpoint and the transaction hash produced by the wallet or executor. Reports improve per-partner execution monitoring and help identify unhealthy routes or sources.

Authorizations

apikey
string
header
default:basic-test-key
required

API key. basic-test-key is a shared, rate-limited evaluation credential; use a dedicated key in production.

Body

application/json
quoteId
string
required
chainId
number
required
transactionHash
string
required
status
enum<string>
required
Available options:
SUBMITTED,
CONFIRMED,
REVERTED
reason
string

Response

202 - application/json
accepted
boolean
required
Example:

true