Edit the amount of a ramp request
Ramp Requests
Edit the amount of a ramp request
Update the incoming amount of a pending ramp request.
PUT
Edit the amount of a ramp request
Updates the incoming amount — fiat for on-ramp, crypto for off-ramp — while the request is still in
AWAITING_APPROVAL. The outgoing amount is recalculated from current exchange rates and fees. Send the current version for optimistic locking.
Concept guide: TransactionsAuthorizations
OAuth2 authentication via Venly Identity Platform
Path Parameters
Unique identifier of the ramp request
Body
application/json
Request to update the incoming amount for an existing ramp request with optimistic locking
Version number for optimistic locking. Must match the current version of the entity. If the version has changed since the client last fetched the resource, the request will fail with HTTP 409.
The new incoming amount to set.
- For ON_RAMP: This is the fiat amount (amount to be sent)
- For OFF_RAMP: This is the crypto amount (amount to be sent)
Required range:
x >= 1e-8Example:
1000.5

