Skip to main content

ResendRequest (35=2)

Request to the other side to resend missed messages when a sequence gap is detected or when initiating a session.

info

ResendRequest only works for messages from the last 24 hours. If BeginSeqNo and EndSeqNo reference older messages, Bitvavo responds with a SequenceReset message.

Structure

Requires:

Message body

TagNameTypeRequiredDescription
7BeginSeqNoSeqNumYStarting sequence number of the range to resend.
16EndSeqNoSeqNumYEnding sequence number of the range to resend. Use 0 to request all messages after the BeginSeqNo.
For a single message, BeginSeqNo = EndSeqNo.

See also