v0/blobGET
v0/blobPOST
v0/blob/get_allPOST
v0/blob/get_commitmentPOST
v0/blob/statusGET
v0/data_root_inclusion_proofGET
v0/gas_priceGET
v0/headerGET
v0/subscriptionsDELETE
v0/subscriptionsGET
v0/subscriptionsPOST

GET v0/subscriptions
Get all active subscriptions for an account

Return all active address subscriptions for the current account.

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 “mainnet” or “mocha-4”, Eden “eden-1-testnet”)

iduuid string

The ID of your subscription.

networkstring

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

Example Response
Request

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