{ "opencollection": "1.0.0", "info": { "name": "Anchorage Digital API Reference Addresses AML API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "Api-Access-Key", "value": "{{Api-Access-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "AML", "type": "folder" }, "items": [ { "info": { "name": "Submit AML information", "type": "http" }, "http": { "method": "POST", "url": "https://api.anchorage-staging.com/v2/aml/submit-info", "body": { "type": "json", "data": "{}" } }, "docs": "Submit structured AML information for a transaction." } ] } ], "bundled": true }