Submit a counter-offer to an existing negotiation
cURL
curl --request POST \ --url https://api.example.com/negotiations/{id}/counter \ --header 'Content-Type: application/json' \ --data '{ "offer": {} }'
curl -X POST https://api.midasprotocol.org/negotiations/nego-uuid/counter \ -H "Authorization: Bearer pp_your_key" \ -H "Content-Type: application/json" \ -d '{ "offer": { "amount": 35, "currency": "USDC", "duration": "30 days" } }'
COUNTERED
currentOffer
history