List pledges

This endpoint returns a list of pledges directed to/from the Taurus-NETWORK participant linked to the tenant. You can filter the results by specifying the owner or the target of the pledges.

Query Params
string

Get all the pledges where the ownerParticipantID is the owner of the pledge.

string

Get all the pledges where the targetParticipantID is the target of the pledge.

sharedAddressIDs
array of strings

Filter pledges by specifying a list of shared address IDs backing the pledges.

sharedAddressIDs
string
string

Set this parameter to ASC to get the id sorted in ascending order or DESC to get them in descending order. By default, the order is DESC.

string

Base64-encoded string representing the current window of data

string

The page to request, w.r.t the current page.
Can be one of FIRST, PREVIOUS, NEXT, LAST

string

The size of the page requested. The handling service should impose a hard limit on this

string

A JSON representation of a list of AttributeFilter objects. The filters are combined with an attributeFiltersOperator ('OR' by default). Each AttributeFilter can use different comparison operators: = (default if not specified), <> (not equal), > (greater than), >= (greater than or equal), < (less than), <= (less than or equal)

statuses
array of strings

Filter pledges by specifying a list of statuses. Accepted status values: 'CREATED', 'REJECTED_BY_OWNER', 'APPROVED_BY_OWNER', 'RECEIVED', 'REJECTED_BY_TARGET', 'ACCEPTED_BY_TARGET', 'UNPLEDGE_PENDING', 'UNPLEDGE_SENT', 'UNPLEDGE_RECEIVED', 'UNPLEDGED'.

statuses
string

Specifies how attribute filters are combined. Accepted values: 'OR' (default), 'AND'.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json


  © 2026 Taurus SA. All rights reserved.