Changes to Lists all transactions for a specific relayer with pagination.
GET /api/v1/relayers/{relayer_id}/transactions/
Every recorded change to this endpoint, newest first. Back to the operation
Changed in 4 of the 18 revisions of this API.324
What changed
- ▲
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
- ▲