v1
latestOpenAPI 3.1.02026-07-13143194365.4 KBonramp
Record settled onramp amount for exact SA transfer
Record the exact settled amount from a completed Coinbase onramp purchase.
Called by the frontend after the user completes the Coinbase onramp UI and the settled crypto amount is known. This transitions the onramp event from pending to confirmed, making it available for the SA→tipping transfer step.
Idempotent: If the event is already consumed, returns current state without error.
Error codes:
- 400: Invalid settled_amount format or not positive
- 404: Event not found or doesn't belong to authenticated account
- 409: Event is stale, or has a conflicting coinbase_transaction_id
post/v1/onramp/settled
Headers
authorizationstring nullable
Bearer JWT issued by Grove.
Bearer JWT issued by Grove.
Request body
Response
Successful Response