What's Changed
/safe-apps
endpoint now supports url
query parameter
- Support for filtering Safe Apps with a URL was added. #959
- The url needs to be an exact match – ie.: it will not search for URLs which contain as part the given query in its URL
GET /v1/chains/<chain_id>/safe-apps?url=https%3A%2F%2Ftest.com
[
{
"id": 20,
"url": "https://test.com",
"name": "Test App",
...
]
Full Changelog: v3.33.1...v3.34.0