List all open Web3 connections.
Get open Web3 connections.
GET
TypeScript
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
Unique ID of the End-User wallet to the API request. Required for end-user wallet operations.
Query Parameters
List order; ascending or descending.
Available options:
ASC, DESC Parsed filter object
Property to sort Web3 connections by.
Available options:
id, userId, vaultAccountId, createdAt, feeLevel, appUrl, appName Amount of results to return in the next page.
Required range:
x <= 50Cursor to the next page
Previous
Create a new Web3 connection.Initiate a new Web3 connection.
* Note: After this succeeds, make a request to `PUT /v1/connections/wc/{id}` (below) to approve or reject the new Web3 connection.
Next
TypeScript