Skip to main content
GET
/
wallets
/
{id}
/
grants
List grants for a wallet
curl --request GET \
  --url https://api.alguna.io/wallets/{id}/grants \
  --header 'Alguna-Version: <alguna-version>' \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "amount": "<string>",
      "created_at": "2026-04-01T10:00:00Z",
      "id": "wgr_01H1VECT",
      "status": "approved",
      "updated_at": "2026-04-01T12:30:00Z",
      "wallet_id": "wlt_01H2ABC",
      "description": "<string>",
      "expires_at": "2027-03-24T10:00:00Z",
      "invoice_id": "<string>",
      "payment_id": "<string>"
    }
  ],
  "pagination": {
    "per_page": 20,
    "total_pages": 5
  }
}

Documentation Index

Fetch the complete documentation index at: https://alguna.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Pass your API key as a Bearer token.

Headers

Alguna-Version
enum<string>
required
Available options:
2026-04-01

Path Parameters

id
string
required

Unique identifier for the wallet

Response

Success

data
object[]
required

List of wallet grants

pagination
object
required

Pagination metadata