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

  1. 97fada1b200111
  2. 2abd60a9c2d81
  3. d1f71894e6711
  4. 5487da58bf15221

What changed

    • the data/items/oneOf[StellarTransactionResponse]/sequence_number response's property type/format changed from integer/int64 to string/ for status 200

      response-property-type-changed

    • the data/items/oneOf[StellarTransactionResponse]/sequence_number response's property pattern ^-?[0-9]+$ was added for the status 200

      response-property-pattern-added

    • added the optional property data/items/oneOf[StellarTransactionResponse]/transaction_result_xdr to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/oneOf[SolanaTransactionResponse]/instructions to the response with the 200 status

      response-optional-property-added

  • 5487da58bf15221See the full diff
    • the response property data/items/oneOf[SolanaTransactionResponse]/status_reason became nullable for the status 200

      response-property-became-nullable

    • the data/items/oneOf[StellarTransactionResponse]/sequence_number response's property type/format changed from string/ to integer/int64 for status 200

      response-property-type-changed

    • removed the optional property data/items/oneOf[SolanaTransactionResponse]/instructions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/oneOf[StellarTransactionResponse]/transaction_result_xdr from the response with the 200 status

      response-optional-property-removed

    • the data/items/oneOf[StellarTransactionResponse]/sequence_number response's property pattern ^-?[0-9]+$ was removed for the status 200

      response-property-pattern-removed

    This revision also has 43 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog