Lists all transactions for a specific relayer with pagination.
Path parameters
The unique identifier of the relayer
Query parameters
Page number for pagination (starts at 1)
Number of items per page (default: 10)
Response
Relayer transactions retrieved successfully
Changes
Changed in 4 of the 18 revisions of this API.324
- ▲
the
data/items/oneOf[StellarTransactionResponse]/sequence_numberresponse's property type/format changed frominteger/int64tostring/for status200response-property-type-changed
- ○
the
data/items/oneOf[StellarTransactionResponse]/sequence_numberresponse's property pattern^-?[0-9]+$was added for the status200response-property-pattern-added
- ▲
- ○
added the optional property
data/items/oneOf[StellarTransactionResponse]/transaction_result_xdrto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
data/items/oneOf[SolanaTransactionResponse]/instructionsto the response with the200statusresponse-optional-property-added
- ○
- ▲
the response property
data/items/oneOf[SolanaTransactionResponse]/status_reasonbecame nullable for the status200response-property-became-nullable
- ▲
the
data/items/oneOf[StellarTransactionResponse]/sequence_numberresponse's property type/format changed fromstring/tointeger/int64for status200response-property-type-changed
- ●
removed the optional property
data/items/oneOf[SolanaTransactionResponse]/instructionsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/oneOf[StellarTransactionResponse]/transaction_result_xdrfrom the response with the200statusresponse-optional-property-removed
- ○
the
data/items/oneOf[StellarTransactionResponse]/sequence_numberresponse's property pattern^-?[0-9]+$was removed for the status200response-property-pattern-removed
This revision also has 43 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲