Logo
Fireblocks API Documentation

Find Ticket

GET {{baseUrl}}/smart-transfers

Finds Smart Transfer tickets that match the submitted criteria

 

Body PARAM

Key Datatype Required Description 
q
string Search string - counterparty name or asset or ticketId. Optional
networkId
string NetworkId that is used in the ticket . Optional
createdByMe
string Filter created tickets by created by self or by others. Optional
expiresAfter
string Lower bound of search range. Optional
expiresBefore
string Upper bound of search range. Optional
type
string Type of transfer. ASYNC executes transfers as they are funded, ATOMIC executes all terms (legs) as one atomic transfer
externalRefId
string External ref. ID that workspace can use to identify ticket outside of Fireblocks system.
after
string ID of the record after whic
Curl
curl -X GET 'https://api.fireblocks.io/v1/smart-transfers?q=<string>&networkId=<string>&createdByMe=<boolean>&expiresAfter=<dateTime>&expiresBefore=<dateTime>&type=ASYNC&externalRefId=<string>&after=<string>&limit=<number>' -H 'Accept: application/json'

ENDPOINTS