Get a List of Groups
For AI agents: visit https://vault.docs.blockdaemon.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Parameters
order_by
- Type: string
- Enum: Choose what to order by
- Allowed:
crypto,date
order_direction
- Type: string
- Enum: Choose direction of order
- Allowed:
ASC,DESC
HTTP Status Codes
| Status Code | Description |
|---|---|
200 |
OK |
400 |
Bad Request |
401 |
Unauthorized |
403 |
Forbidden |
500 |
Internal Error |
default |
Error |
Updated 3 months ago
API Request Example
Base URLhttps://api.your-wallet.blockdaemon-wallet.com/api/groups
curl --request GET \
--url https://api.your-wallet.blockdaemon-wallet.com/api/groups \
--header 'accept: application/json'
Response Codes
200400401403500default
Updated 3 months ago.