Struggling with Bybit V5 API Integration
Hey everyone! I've been working on integrating the Bybit V5 API into my Make.com scenario, but I'm hitting a wall with the signature validation. I've spent hours trying different approaches but keep getting this error:
{"retCode":10004,"retMsg":"Signature for this request is not valid.","result":{},"retExtInfo":{},"time":1736460157151}
I've gone through Bybit's documentation thoroughly, which states we need to:
1. Combine the components in this order: timestamp + API key + recv_window + queryString
2. Apply HMAC_SHA256/RSA_SHA256 for signing
3. Add the signature to the request header
Here's what I've already tried:
- Organized all parameters alphabetically
- Used Bybit's time server for accurate timestamps (adding 1000ms buffer)
- Double-checked API key permissions (both read and write are enabled)
Let me show you my current setup - maybe you can spot what I'm missing:
This is my complete scenario:
Here's how I've configured the HTTP request:
These are my parameters:
And the additional request settings:
Has anyone successfully integrated with Bybit V5 API? I'd really appreciate any insights or suggestions on what might be wrong with my setup.
Thanks in advance for your help!