Relayers

Lists all transactions for a specific relayer with pagination.

get/api/v1/relayers/{relayer_id}/transactions/

Path parameters

relayer_idstring required

The unique identifier of the relayer

Query parameters

pageinteger

Page number for pagination (starts at 1)

per_pageinteger

Number of items per page (default: 10)

Response

Relayer transactions retrieved successfully

errorstring
successboolean required

Changes

Changed in 4 of the 18 revisions of this API.324

    • 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