Skip to main content
PUT
/
connections
/
wc
/
{id}
TypeScript
const response: Promise<FireblocksResponse<void>> = fireblocks.web3Connections.submit(web3ConnectionsApiSubmitRequest);

Documentation Index

Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Idempotency-Key
string

A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.

X-End-User-Wallet-Id
string<uuid>

Unique ID of the End-User wallet to the API request. Required for end-user wallet operations.

Path Parameters

id
string
required

The ID of the initiated Web3 connection to approve.

Body

application/json
approve
boolean
required

Approval of the initiated Web3 connection.

Example:

true

Response

Connection submitted successfully