Logo
Fireblocks API Documentation

Get list of signing keys

GET {{baseUrl}}/key_link/signing_keys

Returns the list of signing keys in the workspace Please note that this endpoint is available only for Key Link enabled workspaces. Note: This endpoint is currently in beta and might be subject to changes. If you want to participate and learn more about the Fireblocks Key Link, please contact your Fireblocks Customer Success Manager or send an email to CSM@fireblocks.com.

 

Body PARAM

Key Datatype Required Description 
pageCursor
string Cursor to the next page
pageSize
number Amount of results to return in the next page
sortBy
string Field(s) to use for sorting
order
string Is the order ascending or descending
vaultAccountId
string Return keys assigned to a specific vault
agentUserId
string Return keys associated with a specific agent user
algorithm
string Return only keys with a specific algorithm
enabled
string
Curl
curl -X GET 'https://api.fireblocks.io/v1/key_link/signing_keys?pageCursor=<string>&pageSize=10&sortBy=createdAt&order=ASC&vaultAccountId=<number>&agentUserId=<string>&algorithm=EDDSA_ED25519&enabled=<boolean>&available=<boolean>' -H 'Accept: application/json'

ENDPOINTS