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>",
  "solverInputCurrencyAmount": "<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

Response

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

message
string
Example:

"Request successfully queued for fast fill."

I