v1

latestOpenAPI 3.0.32026-07-2639188178.2 KB
subscriptions to transactions

Update chain IDs within subscription

This endpoint updates the list of chain IDs associated with a specific subscription.

NOTE:

  • Consider all IDs as abstract strings, without making any assumptions about their format or relying on such assumptions.
  • The chain IDs provided will replace the existing chain IDs associated with the subscription.
patch/v1/tx-subscriptions/{subscription_id}/chain_ids

Path parameters

subscription_idstring required
Example:77e77447-1586-40e8-a75b-467ef939a0b1

ID of the subscription

Request body

chain_idsstring[]

The list of new chain IDs to replace the current associated chain IDs in the subscription.

Example request

{
  "chain_ids": [
    "ethereum"
  ]
}

Response

Successfully updated chain IDs