v1
latestOpenAPI 3.1.02026-07-13143194365.4 KBonramp
Check whether there is an open onramp event awaiting transfer
Check if the authenticated user has an open (unconsumed) onramp event.
The frontend polls this endpoint after the user returns from the Coinbase onramp UI to determine whether a SA→tipping transfer is needed.
Parameters:
- event_id (optional): When provided, returns only the specified event (event-scoped). When omitted, falls back to the latest open event for the account.
Response:
- pending=true with event details when there is an actionable event
- pending=false when no open events exist
Polling pattern: Frontend polls every ~5 seconds after onramp redirect return.
get/v1/onramp/pending-transfer
Query parameters
event_idstring nullable
Specific onramp event ID to check. When omitted, returns the latest open event.
Specific onramp event ID to check. When omitted, returns the latest open event.
Headers
authorizationstring nullable
Bearer JWT issued by Grove.
Bearer JWT issued by Grove.
Response
Successful Response