Skip to main content
GET
Get the member templates of one multisig alert pack

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Path Parameters

pack_type
string
required

The pack type to retrieve (e.g. squads).

Example:

"squads"

Query Parameters

network
string

Preferred network for rule types registered on several networks: the pack then lists only the template on this network for each such type. Types with no template on this network keep all their templates, so the response always covers every required type.

Maximum string length: 64
Example:

"solana"

Response

200 - application/json
pack_type
string
required

Pack type identifier.

Example:

"squads"

networks
string[]
required

Networks covered by the returned member templates. Narrowed by the network query parameter where a variant exists there.

Example:
members
object[]
required

Member templates, required first.

Last modified on September 9, 2026