v5

latestOpenAPI 3.0.32026-08-04500331.0 KB

post/fast-fill

Headers

x-api-keystring required

Required API key for authentication. Contact the team for getting an API Key

Request body

requestIdstring required

The request ID of the request that needs to be fast filled

solverInputCurrencyAmountstring

The input currency amount that the solver receives on origin

maxFillAmountUsdnumber

Optional per-request USD limit. If the computed fill value exceeds this amount, the request is rejected. Must be lower than or equal to the app's available USDC balance.

Response

Request was successful. It was either queued or found to be already executed.

messagestring

Example response

{
  "message": "Request successfully queued for fast fill."
}