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." }
This API accelerates the destination fill
Required API key for authentication. Contact the team for getting an API Key
Request was successful. It was either queued or found to be already executed.