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

Headers

api-key
string
required

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

Body

application/json

Response

200
application/json

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