Authorise your requests
headers: {
"X-Processing-Key": "text",
"X-Processing-Signature": "text",
"Content-Type": "application/json"
}curl -L \
--request POST \
--header 'X-Processing-Key: text' \
--header 'X-Processing-Signature: text' \
--header 'Content-Type: application/json' \
}'"Content-Type": "application/json"Secret key: AbCdEfG123456
Request body in JSON format:
{"currency":"BTC","foreign_id":"123456"}Last updated
Was this helpful?