{ "opencollection": "1.0.0", "info": { "name": "Anchorage Digital API Reference Addresses Stablecoins API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "Api-Access-Key", "value": "{{Api-Access-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Stablecoins", "type": "folder" }, "items": [ { "info": { "name": "Create a Stablecoin Conversion", "type": "http" }, "http": { "method": "POST", "url": "https://api.anchorage-staging.com/v2/stablecoins/conversion", "body": { "type": "json", "data": "{}" } }, "docs": "Permissions required: **Convert Stablecoins**\n\n\nCreate a stablecoin conversion, either issuance or redemption. Issuance is when USD is converted to the stablecoin. Redemption is when the stablecoin asset is converted to USD." }, { "info": { "name": "Get Issue/Redeem History", "type": "http" }, "http": { "method": "GET", "url": "https://api.anchorage-staging.com/v2/stablecoins/history", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return (default 100, max 100)" }, { "name": "lastCreatedAt", "value": "", "type": "query", "description": "Cursor for pagination - timestamp of the last result from the previous page (RFC3339 format)" } ] }, "docs": "Permissions required: **Convert Stablecoins**\n\n\nRetrieve the history of stablecoin issuance and redemption operations for your organization.\nResults are paginated and ordered by creation time (newest first)." }, { "info": { "name": "Get Stablecoin Reserves History", "type": "http" }, "http": { "method": "GET", "url": "https://api.anchorage-staging.com/v2/stablecoins/reserves", "params": [ { "name": "stablecoin", "value": "", "type": "query", "description": "Token symbol to query. Your organization must be entitled to read reserves for this token." }, { "name": "startDate", "value": "", "type": "query", "description": "Return rows with reportDate on or after this date (inclusive), in `YYYY-MM-DD` format. Dates are always in UTC." }, { "name": "endDate", "value": "", "type": "query", "description": "Return rows with reportDate on or before this date (inclusive), in `YYYY-MM-DD` format. Dates are always in UTC." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return (default 100, max 100)" }, { "name": "lastCreatedAt", "value": "", "type": "query", "description": "Cursor for pagination - timestamp of the last result from the previous page (RFC3339 format)" } ] }, "docs": "Permissions required: **Read vault activity**\n\n\nRetrieve the daily reserves reconciliation history for a stablecoin your organization is entitled to.\nResults are paginated and ordered by creation time (newest first)." }, { "info": { "name": "Get Stablecoin Reserves Entitled Stablecoins", "type": "http" }, "http": { "method": "GET", "url": "https://api.anchorage-staging.com/v2/stablecoins/reserves/entitled-stablecoins" }, "docs": "Permissions required: **Read vault activity**\n\n\nList the stablecoins whose reserves history your organization is entitled to view. Pass any returned symbol as the `stablecoin` query parameter to `GET /stablecoins/reserves` to retrieve that stablecoin's daily reserves reconciliation history. Returns an empty array when your organization cannot view reserves history for any stablecoin." } ] } ], "bundled": true }