{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"fddec2a6-58b1-4022-a7a8-4ee09819c043","name":"Anoncoin Third Party APIs","description":"# Overview\n\n<p>These are the Anoncoin Third Party APIs</p>\n\n<p>Read documentation carefully before you start api integration.</p>\n\n<p>Let us know if you have any suggestion to improve this documentation.</p>\n\n# API Host\n\n<p>Prod Host: <code>https://api.dubdub.tv<br><br>SOLANA RPC:<br></code><i><b>DEV RPC URL:</b></i><i> </i>https://api.devnet.solana.com<i><b><br>PROD RPC URL:</b></i><i> </i>https://api.mainnet-beta.solana.com</p>\n\n# Authentication\n\n<p>All authorized requests should be sent with the following headers:</p>\n\n<p><code>Authorization: API-KEY</code></p>\n\n# How to get the API Key\n\n1. Log in to your account at [https://anoncoin.it](https://anoncoin.it)\n    \n2. Click on your profile avatar in the top-right\n    \n3. Go to API Key\n    \n4. Click Generate API Key\n    \n\n# API Responses\n\n<h4>Sample Response Format for Success</h4>\n\n```\n{\n    \"status\": \"success\"\n    \"message\": \"Success message\"\n    \"data\": {\n        /*data*/\n    },\n    \"request_id\": \"UUID\"\n}\n\n ```\n\n<h4>Sample Response Format for Failed</h4>\n\n```\n{\n    \"status\": \"failed\"\n    \"message\": \"Failed message\"\n    \"error_code\": null,\n    \"data\": null,\n    \"request_id\": \"UUID\"\n}\n\n ```\n\n<h4>Description of API Response Format</h4>\n\n<table><tbody><tr><th>Type</th><th>Description</th><th>Status</th><th>Message</th><th>Data</th><th>Error Code</th></tr><tr><td><div>Success</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>All went well, and (usually) some data was returned.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>success</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div><code>String</code></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div><code>Object</code> or <code>null</code></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>Won't get</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Failed</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>There was a problem with the data submitted, or some pre-condition of the API call wasn't satisfied.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>failed</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div><code>String</code></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div><code>Object</code> or <code>null</code></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div><code>Integer</code> or <code>null</code></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n# HTTP Status Code\n\n<h4>Description of API Server Responses:</h4>\n\n<table><tbody><tr><th>Code</th><th>Name</th><th>Details</th></tr><tr><td><div><code>200</code></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div><code>OK</code></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>the request was successful.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>202</code></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div><code>Accepted</code></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>the request is accepted for processing, but the processing is not complete..</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>400</code></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div><code>Bad Request</code></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>the request could not be understood or was missing required parameters.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>401</code></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div><code>Unauthorized</code></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>authentication failed or user doesn't have permissions for requested operation.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>404</code></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div><code>Not Found</code></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>resource was not found.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>409</code></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div><code>Conflict</code></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>resourse with given id already exist.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>429</code></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div><code>Too Many Requests</code></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>user has sent too many requests in a given amount of time.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>500</code></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div><code>Internal Server Error</code></div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td><td><div>server thrown error during processing.</div><div contenteditable=\"false\"><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"9760632","team":626355,"collectionId":"fddec2a6-58b1-4022-a7a8-4ee09819c043","publishedId":"2sBXVhEr4U","public":true,"publicUrl":"https://documenter-api.postman.tech/view/9760632/2sBXVhEr4U","privateUrl":"https://go.postman.co/documentation/9760632-fddec2a6-58b1-4022-a7a8-4ee09819c043","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"4c40ec"},"documentationLayout":"classic-double-column","customisation":{"metaTags":[{"name":"description","value":""},{"name":"title","value":""}],"appearance":{"default":"light","themes":[{"name":"dark","logo":"https://content.pstmn.io/928d7219-4fe7-43b2-b557-a5c11455fd27/YnJhbmQtaWNvbi0yLnBuZw==","colors":{"top-bar":"212121","right-sidebar":"303030","highlight":"4c40ec"}},{"name":"light","logo":"https://content.pstmn.io/928d7219-4fe7-43b2-b557-a5c11455fd27/YnJhbmQtaWNvbi0yLnBuZw==","colors":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"4c40ec"}}]}},"version":"8.10.1","publishDate":"2026-01-16T19:29:32.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"","description":""},"logos":{"logoLight":"https://content.pstmn.io/928d7219-4fe7-43b2-b557-a5c11455fd27/YnJhbmQtaWNvbi0yLnBuZw==","logoDark":"https://content.pstmn.io/928d7219-4fe7-43b2-b557-a5c11455fd27/YnJhbmQtaWNvbi0yLnBuZw=="}},"statusCode":200},"environments":[],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/8594ddfd6eeb8e13a5df6cff40afae22e199c6965beb6c57c65a36f26840d79a","favicon":""},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"}],"canonicalUrl":"https://documenter.gw.postman.com/view/metadata/2sBXVhEr4U"}