{ "opencollection": "1.0.0", "info": { "name": "Anchorage Digital API Reference Addresses Tax Reporting API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "Api-Access-Key", "value": "{{Api-Access-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Tax Reporting", "type": "folder" }, "items": [ { "info": { "name": "List Tax Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.anchorage-staging.com/v2/tax/accounts", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return per query" }, { "name": "afterId", "value": "", "type": "query", "description": "When paginating this is used to provide the starting point for the page to fetch (retrieved from the previous response body)" } ] }, "docs": "List all tax accounts for the client's organization." }, { "info": { "name": "List Deposit Transactions for Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.anchorage-staging.com/v2/tax/accounts/:accountId/transactions", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the tax account" }, { "name": "startDate", "value": "", "type": "query", "description": "The start date (inclusive) in `YYYY-MM-DD` format. Dates are always in UTC [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) 'full-date'." }, { "name": "endDate", "value": "", "type": "query", "description": "The end date (inclusive) in `YYYY-MM-DD` format. Dates are always in UTC [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) 'full-date'." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return per query" }, { "name": "afterId", "value": "", "type": "query", "description": "When paginating this is used to provide the starting point for the page to fetch (retrieved from the previous response body)" }, { "name": "hasCostBasis", "value": "", "type": "query", "description": "Filter deposit transactions by cost basis presence. Set to `true` to return only transactions with cost basis, `false` for transactions without cost basis, or omit to return all transactions regardless of cost basis." } ] }, "docs": "List deposit transactions for a specific tax account." }, { "info": { "name": "Update Deposit Transaction Cost Basis", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.anchorage-staging.com/v2/tax/accounts/:accountId/transactions/:transactionId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the tax account" }, { "name": "transactionId", "value": "", "type": "path", "description": "The ID of the transaction to update" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the cost basis for a specific transaction. Allows customers to submit cost basis for assets that are deposited at Anchorage. Note, one deposit can contain up to 100 individual tax lots." } ] } ], "bundled": true }