Skip to main content
POST
/
fast-fill
cURL
curl --request POST \
  --url https://api.relay.link/fast-fill \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '
{
  "requestId": "<string>"
}
'
{
  "message": "Request successfully queued for fast fill."
}

Headers

x-api-key
string
required

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

Body

application/json
requestId
string
required

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

solverInputCurrencyAmount
string

The input currency amount that the solver receives on origin

maxFillAmountUsd
number

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.

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

message
string
Example:

"Request successfully queued for fast fill."