Skip to main content
POST
/
custodians
/
me
/
alerts
/
retry-by-block-number
Replay alert by block number (deprecated)
curl --request POST \
  --url https://api.portalhq.io/api/v3/custodians/me/alerts/retry-by-block-number \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "chainReferenceId": "11155111",
  "blockNumber": 7313326,
  "streamId": "streamId"
}
'
{
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.portalhq.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Portal API Key (Custodian API Key). Pass as a Bearer token in the Authorization header.

Body

application/json
chainReferenceId
string
required

The EVM chain reference ID (e.g. "11155111" for Sepolia).

blockNumber
integer
required

The block number of the transaction(s) to resend.

streamId
string
required

The ID of the stream configured by Portal.

Response

Alert replayed successfully (no content)