Logo
Fireblocks API Documentation

List all open Web3 connections.

GET {{baseUrl}}/connections

Get open Web3 connections.

 

Body PARAM

Key Datatype Required Description 
order
string List order; ascending or descending.
id
string Parsed filter object
userId
string Parsed filter object
vaultAccountId
string Parsed filter object
connectionMethod
string Parsed filter object
feeLevel
string Parsed filter object
appUrl
string Parsed filter object
appName
string Parsed filter object
Curl
curl -X GET 'https://api.fireblocks.io/v1/connections?order=ASC&id=<string>&userId=<string>&vaultAccountId=<number>&connectionMethod=<string>&feeLevel=<string>&appUrl=<string>&appName=<string>&sort=createdAt&pageSize=10&next=<string>' -H 'Accept: application/json'

ENDPOINTS