Transactions

transactions

Methods

Get Transaction -> { id, caip2, created_at, 4 more... }
get/v1/transactions/{transaction_id}

Get a transaction by transaction ID.

path Parameters
transaction_id: string

ID of the transaction.

Response fields
id: string
caip2: string
created_at: number
status: "broadcasted" | "confirmed" | "execution_reverted" | 5 more...
transaction_hash: string
Nullable
wallet_id: string
sponsored: boolean
Optional
Request example
200Example