Get a transaction (ownership-checked)
Authorization
cookieAuth JWT access token set by /auth/google/callback or /auth/refresh
In: cookie
Path Parameters
uuidResponse Body
application/json
application/json
application/json
curl -X GET "https://example.com/wallet/transactions/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "intentId": "9b966aba-7d18-4a93-b6a8-43845b096776", "chain": "string", "network": "string", "txHash": "string", "status": "prepared", "createdAt": "2019-08-24T14:15:22Z"}Get the current wallet GET
Returns the wallet associated with the authenticated PID. The wallet belongs to the PID, never to a specific login provider — unlinking Google does not affect it. Only public association fields are exposed (chain, address, status). No key material is ever stored or returned (PRD §9).
Quote the realtime network fee for a generic execute POST
Returns the backend's realtime network-cost estimate for the exact call shape (target, metas, data length) plus the fixed protocol percentage for the active fee policy. The client signs call_hash + policy (never amounts) and echoes the quoted network fee as the drift reference.