v1

latestOpenAPI 3.1.02026-07-13143194365.4 KB
account

Get account funding history

Retrieve the funding history for the authenticated account.

Returns a paginated list of all funding events (x402 payments) for this account, ordered by most recent first.

Authentication: Authorization: Bearer <CLIENT_JWT>

Query parameters:

  • limit: Maximum number of events to return (default: 50, max: 100)
  • offset: Number of events to skip for pagination (default: 0)
get/v1/account/fund_history

Query parameters

limitinteger

Maximum number of events to return

Maximum number of events to return

offsetinteger

Number of events to skip for pagination

Number of events to skip for pagination

Headers

authorizationstring nullable

Bearer JWT issued by Grove that identifies the account.

Bearer JWT issued by Grove that identifies the account.

Response

Successful Response

account_idstring required
total_countinteger required