Get Bitfenix POST Headers

bfx_fetch(body)

Arguments

body

a list containing the POST body.

Value

A list containing POST headers. See details.

Details

  • api_key: User's Bitfenix API key.

  • nonce: The cryptographic nonce used. Generated via: (System time * 1000)

  • body: The JSON stringify'd POST body passed to the function.

  • signature: The authentication signature hashed with your API secret key.