Skip to main content
GET
Find subscriptions

Authorizations

Authorization
string
header
required

To test endpoints here, paste your API key from the Dashboard into the username field and leave the password empty.

Query Parameters

filter[chain_ids]
string[]

Comma-separated chain ids. Finds subscriptions on the specified chains. Only chains reporting both supports_transactions and supports_positions in the flags of GET /v1/chains/ are accepted here. Naming a chain that fails that gate returns 400 rather than an empty result, with detail reading chain <id> does not support transactions. That detail names the endpoint's capability rather than the flag that failed, so bob is refused with chain bob does not support transactions even though it reports supports_transactions. What it lacks is supports_positions. When the filter is omitted, the search covers every chain that passes the gate, and chains that fail it are left out silently, with no error and no meta signal.

Response

Response for requested wallet's transactions subscription

data
object[]
required