AM/TA - Get Tender Requests Details

Details

/external/v1/tender-offers/requestsarrow-up-right

Synopsis

Get Tender Requests Details

get

This route is used to retrieve the details of tender requests, given a set of search filters. This endpoint is paginated, up to 250 records can be retrieved per call. This endpoint can be called by applications with access to scope "readTenderRequest".

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : readTenderRequest
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Query parameters
pageSizenumberOptional

The number of rows being retrieved. Must be a positive integer.

offsetnumberOptional

The offset (i.e. row start index). Must be a positive integer (or 0).

tradeStatusFilterstringOptional

The comma delimited list of statuses to filter the tender request records. Up to 9 entries can be provided.Available values: preSync, active, proposed, matched, pending_settlement, canceled, closed, declined, deleted

Example: active,canceled
tradeIdsFilterstringOptional

The comma delimited list of tender trade ids to filter the tender request records. Up to 250 records can be provided. Each record should not exceed 12 characters.

Example: USCCWSF01I00,USCCWSF01I01
tradeCorrelationIdsFilterstringOptional

The comma delimited list of tender trade correlation ids to filter the tender request records. Up to 50 records can be provided. Each record should not exceed 100 characters.

Example: 1234,5678,7890
tenderOfferCorrelationOrgIdstring · max: 12Optional

The organization identifier linked to the correlation ids provided in the "tenderOfferCorrelationIdsFilter" property. If not provided the organization id will be inferred from the access token.

tradeCorrelationOrgIdstring · max: 12Optional

The organization identifier linked to the correlation ids provided in the "tradeCorrelationIdsFilter" property. If not provided the organization id will be inferred from the access token.

securityIdsFilterstringOptional

The comma delimited list of security ids to filter the tender offer records. Up to 10 records can be provided. Each record should not exceed 12 characters.

Example: USCCWSF01I00,USCCWSF01I01
securityCorrelationIdsFilterstringOptional

The comma delimited list of security correlation ids to filter the tender offer records. Up to 10 records can be provided. Each record should not exceed 100 characters.

Example: 1234,5678,7890
securityCorrelationOrgIdstring · max: 12Optional

The organization identifier linked to the correlation ids provided in the "securityCorrelationIdsFilter" property. If not provided the organization id will be inferred from the access token.

tenderOfferIdsFilterstringOptional

The comma delimited list of tender offer ids to filter the tender requests records. Up to 50 records can be provided. Each record should not exceed 12 characters.

Example: USCCWSF01I00,USCCWSF01I01
tenderOfferCorrelationIdsFilterstringOptional

The comma delimited list of tender offer correlation ids to filter the tender requests records. Up to 50 records can be provided. Each record should not exceed 100 characters.

Example: 1234,5678,7890
Responses
chevron-right
200

Successfully retrieved the tender requests

application/json
tradeIdstringRequired

The unique identifier of the tender request on the blockchain.

Example: TEST1234
securityIdstringRequired

This is the security identifier. It uniquely identifies the offering on which this tender request was submitted.

Example: USS3JKS01I00
tenderOfferIdstringRequired

This is the tender offer identifier. It uniquely identifies the tender offer on which this request was submitted.

Example: USS3JKS01I00
typeall ofRequired

A tender request is a special type of trade where the securities are traded at the tender close price from the investor back to the issuer.

Example: tender
string · enumOptional

A tender request is a special type of trade where the securities are traded at the tender close price from the investor back to the issuer.

Possible values:
statusall ofRequired

The status of the tender request

Example: proposed
string · enumOptional

The status of the tender request

Possible values:
amountnumber · max: 999999999999999Required

The tender request amount.

Example: 100000
pricenumber · max: 999999999999999Required

The tender price.

Example: 10
restrictedbooleanRequired

True if the tender request is restricted, false otherwise

Example: false
postedDatestring · date-timeRequired

The date in which the tender request was posted.

Example: 2024-09-12T00:00:00.000Z
effectiveDatestring · date-timeRequired

The effective date of when the tender request is executed and bought back by the issuer

Example: 2024-09-12T00:00:00.000Z
expirationDatestring · date-timeOptional

The expiration date of the tender request

Example: 2024-09-12T00:00:00.000Z
sellerAccountIdstringRequired

The unique identifier of the account that holds the assets that are being tendered on this request.

Example: US9QIMAOAS1Q
buyerAccountIdstringRequired

The unique identifier of the account being used by the tender offer process which will hold the output asset.

Example: US9QIMAOAS1Q
outputAssetIdstringRequired

This is the id of the asset that gets generated as the outcome of the tender request process.

Example: TEST1234
inputAssetIdsstring[]Required

The ids of the assets that were submitted to create this tender request

Example: ["TEST1234","TEST5678"]
get
/external/v1/tender-offers/requests

Last updated

Was this helpful?