Send Report via Email
POST https://api.cryptomus.com/v2/user-api/aml/check/request/{id}/report/send Copy
Response example
1{
2 "state": 0,
3 "result": []
4}
CopyPossible Error Codes
HTTP Code | Message |
---|---|
400 | Invalid format or missing field |
401 | Authorization error |
404 | Report or resource not found |
429 | Request limit exceeded |
500 | Internal server error |
Message
Invalid format or missing fieldHTTP Code
400Message
Authorization errorHTTP Code
401Message
Report or resource not foundHTTP Code
404Message
Request limit exceededHTTP Code
429Message
Internal server errorHTTP Code
500
Usage Examples (curl)
curl -X GET https://api.cryptomus.com/v2/user-api/aml/check/balance
-H "Authorization: Bearer <API_KEY>"
Copycurl -X POST https://api.cryptomus.com/v2/user-api/aml/check/request
-H "Authorization: Bearer <API_KEY>"
-H "Content-Type: application/json"
-d '{"currency_code":"BTC","network_code":"btc","txid":"0x..."}'
Copy