Fix wrong request type
For /market_activities/query and /contracts/query, the request should be POST instead of GET .
4 structure changes including:
2 Breaking changes
2 Additions
2 Removals
Removed
2
Breaking
GET /open/v1/{network_id}/market_activities/query
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /open/v1/{network_id}/wallet/{wallet}/contracts/query
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
2
POST /open/v1/{network_id}/market_activities/query
POST /open/v1/{network_id}/wallet/{wallet}/contracts/query