GET v0/subscriptions

Get all active subscriptions for an account

Return all active address subscriptions for the current account.

Request

curl \
  -H 'Authorization: Bearer <YOUR API KEY>' \
  'https://t.tech/v0/subscriptions'

Response

JSON object
subscriptionsarray<JSON object>

A list of all subsriptions that are connected to your account

addressstring

The address that is being monitored for transactions.

callbackUrlstring

The callback URL where notifications will be sent when new transactions are detected for the subscribed address.

chainIdstring

The specific chain-id for the blockchain network the address resides on. (Celestia: “celestia” or “mocha-4”, Eden: “edennet-1-testnet”, or Ethereum: “ethereum” or “sepolia”)

iduuid string

The ID of your subscription.

networkstring

The blockchain network on which the address resides (Celestia, Eden, or Ethereum).

Example Response