Warning:
Last updated 10 months ago
Was this helpful?
Make sure to keep the private key safe in RAIRcloud. If exposed users can withdraw the full amount of deposited tokens.
Generate withdraw hash for current user.
/api/credits/withdraw
curl -L \ --request POST \ --url 'api.rair.market/api/credits/withdraw' \ --header 'Content-Type: application/json:' \ --data '{"blockchain":"text","tokenAddress":"text","amount":1}'
No body