Authorization
$paramsArray = ['key' => 'value'];
$requestBody = json_encode($paramsArray);
$signature = hash_hmac('sha512', $requestBody, $apiSecret);"Content-Type": "application/json"Secret key: AbCdEfG123456
Request body in JSON format:
{"currency":"BTC","foreign_id":"123456"}Last updated
Was this helpful?