Deposit Tokens
curl -i -X PATCH \
http://localhost:5001/api/v1/channels/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/<partner_address> \
-H 'Content-Type: application/json' \
--data-raw '{"total_deposit":"4000"}'Last updated
Was this helpful?
curl -i -X PATCH \
http://localhost:5001/api/v1/channels/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/<partner_address> \
-H 'Content-Type: application/json' \
--data-raw '{"total_deposit":"4000"}'Last updated
Was this helpful?
Was this helpful?