Retrieve a cross-chain token group graph
GET/tokens/groups/:groupId
Get a Cross-Chain Token (CCT) group: every token that belongs to the group across networks,
and how they are connected. Connections are returned as directed edges — a CONNECTED
lane from one member to another. A bidirectional link appears as two edges; a unidirectional
link as one; non-connected members simply have no edge between them.
Request
Responses
- 200
- 404
- 500
The request was successful. Returns a TokenGroup object.
Response Headers
X-Request-ID
Unique request identifier for debugging and support
Token group not found. Returns an Error object.
Response Headers
X-Request-ID
Unique request identifier for debugging and support
Internal server error. Returns an Error object.
Response Headers
X-Request-ID
Unique request identifier for debugging and support