Bingex.HTTP.Signature (Bingex v0.1.7)

Handles request signing for the BingX API.

This module provides functions to generate HMAC-SHA256 signatures for authenticated API requests. It serializes parameters and computes the cryptographic hash using a provided secret key.

Summary

Functions

generate(params, key)

hash(raw, key)

serialize(params)