AlgoRichLabs / api-services

This is an API wrapper of brokers and crypto exchanges.
0 stars 0 forks source link

[ztang]: Fix the OKX Signature Error #5

Closed Aaronlalala closed 2 months ago

Aaronlalala commented 2 months ago

PR Summary

Description:

  1. Avoiding adding a body to the get requests, even the empty one.
  2. Add a get request method, get_position_info, with parameters to test.
  3. Remove async functions from the public trait.
  4. Fix all warnings.

Issue(s) Fixed:

Checklist

Additional Notes