Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Version 3.23.0

Compare
Choose a tag to compare
@fmrsabino fmrsabino released this 18 May 09:56

What's Changed

New incoming-transfers, module and multisig endpoints (in preview)

Added the following endpoints safe-global/safe-client-gateway#850:

  • /v1/chains/<chain_id>/safes/<safe_address>/incoming-transfers – returns the incoming transfers for a given safe (forwards to /safes/{address}/incoming-transfers/ of the safe-transaction-service)
  • /v1/chains/<chain_id>/safes/<safe_address>/module-transactions – returns the module transactions for a given safe (forwards to /safes/{address}/module-transactions/ of the safe-transaction-service)
  • /v1/chains/<chain_id>/safes/<safe_address>/multisig-transactions – returns the multisig-transaction for a given safe (forwards to /safes/{address}/multisig-transactions/ of the safe-transaction-service)

Other changes

Full Changelog: safe-global/safe-client-gateway@v3.22.0...v3.23.0