cadt
cadt copied to clipboard
FIX: [CADT] CADT not able to handle request from Climate Wallet
Climate Wallet tries making a request to CADT which returns an error.
Here is the request:
http://34.220.1.23:31310/v1/projects?onlyTokenizedProjects=true
And here is the response:
{ "message": "Data Validation error", "errors": [ ""onlyTokenizedProjects" is not allowed" ] }
Note this is CADT, not Core Registry.
Also - the query param should not be "onlyTokenizedUnits" but more like "onlyMarketplaceUnits" that have marketplace identifiers.