{"info":{"_postman_id":"fddec2a6-58b1-4022-a7a8-4ee09819c043","name":"Anoncoin Third Party APIs","description":"<html><head></head><body><h1 id=\"overview\">Overview</h1>\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<h1 id=\"api-host\">API Host</h1>\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<h1 id=\"authentication\">Authentication</h1>\n<p>All authorized requests should be sent with the following headers:</p>\n\n<p><code>Authorization: API-KEY</code></p>\n\n<h1 id=\"how-to-get-the-api-key\">How to get the API Key</h1>\n<ol>\n<li><p>Log in to your account at <a href=\"https://anoncoin.it\">https://anoncoin.it</a></p>\n</li>\n<li><p>Click on your profile avatar in the top-right</p>\n</li>\n<li><p>Go to API Key</p>\n</li>\n<li><p>Click Generate API Key</p>\n</li>\n</ol>\n<h1 id=\"api-responses\">API Responses</h1>\n<h4>Sample Response Format for Success</h4>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"status\": \"success\"\n    \"message\": \"Success message\"\n    \"data\": {\n        /*data*/\n    },\n    \"request_id\": \"UUID\"\n}\n\n</code></pre><h4>Sample Response Format for Failed</h4>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"status\": \"failed\"\n    \"message\": \"Failed message\"\n    \"error_code\": null,\n    \"data\": null,\n    \"request_id\": \"UUID\"\n}\n\n</code></pre><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><div><div><div></div></div></div><div></div></div></td><td><div>All went well, and (usually) some data was returned.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div><code>String</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div><code>Object</code> or <code>null</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Won't get</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Failed</div><div><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><div><div><div></div></div></div><div></div></div></td><td><div>failed</div><div><div><div><div></div></div></div><div></div></div></td><td><div><code>String</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div><code>Object</code> or <code>null</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div><code>Integer</code> or <code>null</code></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h1 id=\"http-status-code\">HTTP Status Code</h1>\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><div><div><div></div></div></div><div></div></div></td><td><div><code>OK</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>the request was successful.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>202</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div><code>Accepted</code></div><div><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><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>400</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div><code>Bad Request</code></div><div><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><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>401</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div><code>Unauthorized</code></div><div><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><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>404</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div><code>Not Found</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>resource was not found.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>409</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div><code>Conflict</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>resourse with given id already exist.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>429</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div><code>Too Many Requests</code></div><div><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><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>500</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div><code>Internal Server Error</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>server thrown error during processing.</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"API Host","slug":"api-host"},{"content":"Authentication","slug":"authentication"},{"content":"How to get the API Key","slug":"how-to-get-the-api-key"},{"content":"API Responses","slug":"api-responses"},{"content":"HTTP Status Code","slug":"http-status-code"}],"owner":"9760632","collectionId":"fddec2a6-58b1-4022-a7a8-4ee09819c043","publishedId":"2sBXVhEr4U","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"4c40ec"},"publishDate":"2026-01-16T19:29:32.000Z"},"item":[{"name":"Create Token","id":"21ed15e7-8a90-40ae-b4dd-ca2c970cce1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"anoncoin:6hCHSF0a90zlJycRbNdj5raRH0SDIjeBDWpbFqjE6WEMySqN4N","description":"<p>Anoncoin API Key</p>\n"},{"key":"x-partner-id","value":"69ea53365d542a56a8d1563a","description":"<p>(Optional) Partner's can reach out to us to get the Partner ID</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"tickerName","value":"MONGO1","type":"text"},{"key":"tickerSymbol","value":"MONGO1","type":"text"},{"key":"description","value":"Real Mongo1","type":"text"},{"key":"twitterLink","value":"https://x.com/abc","type":"text","disabled":true},{"key":"telegramLink","value":"https://t.me/abc","type":"text","disabled":true},{"key":"validateOnly","value":"true","type":"text","description":"<p>Pass this as true when you want to run validation only, default: false</p>\n","uuid":"90bfc33b-19f0-4e06-96c8-87d5147e28f3","disabled":true},{"key":"feePayerWalletAddress","value":"E7HggSfntjbXaPgwrk2Ar6Hy5kQpDKkyXJSpgFgZvx9B","type":"text","description":"<p>Only for whitelisted users: \nPass this field (wallet address) if you want to claim fee externally</p>\n","disabled":true},{"key":"files","type":"file","src":"/Users/mukeshjeengar/Desktop/MONKO.png"},{"key":"externalLink","value":"https://example.com/xyz","description":"<p>Only for whitelisted users: \nPass this field (external link) if you want to store external link</p>\n","type":"text","uuid":"38162240-a9b8-42d5-b75d-6471acf7d2cd"},{"key":"lockTicker","value":"true","description":"<p>Only for whitelisted users: \nPass this field if you want to lock the ticker for 1 hour</p>\n","type":"text","uuid":"9996c9fa-01e3-4e7a-af36-dddd99f626e7"}]},"url":"{{HOST}}/thirdParty/v1/createToken","description":"<p>Creates a new token on the Solana blockchain.</p>\n<h2 id=\"response\">Response</h2>\n<h3 id=\"success-response-when-validateonly-is-false-or-not-provided\">Success Response (when validateOnly is false or not provided)</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"mintAddress\": \"token mint address\",\n    \"meteoraConfigKey\": \"meteora config key used to create token\",\n    \"signedTransaction\": \"signed transaction in base 58 encoded string\",\n    \"blockhash\": \"blockhash in signed transaction\",\n    \"lastValidBlockHeight\": \"blockhash valid till block height\",\n    \"blockhashExpiresInSeconds\": \"blockhash expiry in seconds [number]\"\n}\n\n</code></pre>\n<h4 id=\"response-fields\">Response Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>mintAddress</strong></td>\n<td>The Solana token mint address for the new token</td>\n</tr>\n<tr>\n<td><strong>meteoraConfigKey</strong></td>\n<td>Meteora config key used to create token.</td>\n</tr>\n<tr>\n<td><strong>signedTransaction</strong></td>\n<td>The signed transaction in base58 encoded string format, ready to be broadcast to the Solana network</td>\n</tr>\n<tr>\n<td><strong>blockhash</strong></td>\n<td>The blockhash used for the transaction</td>\n</tr>\n<tr>\n<td><strong>lastValidBlockHeight</strong></td>\n<td>The block height until which the transaction remains valid</td>\n</tr>\n<tr>\n<td><strong>blockhashExpiresInSeconds</strong></td>\n<td>Time in seconds until the blockhash expires (typically 50-60 seconds)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["thirdParty","v1","createToken"],"host":["{{HOST}}"],"query":[],"variable":[]}},"response":[{"id":"ac3d8b55-d71e-4c7a-a0fb-882a8d3ef154","name":"Success - Validation Passed","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"anoncoin:xxxx"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","src":"postman-cloud:///1eec0f62-7619-4b20-abf3-de18b41eb4eb"},{"key":"tickerName","value":"Thanos","type":"text"},{"key":"tickerSymbol","value":"BOLD52","type":"text"},{"key":"description","value":"Destroyed half of the world","type":"text"},{"key":"twitterLink","value":"https://x.com/abc","type":"text"},{"key":"telegramLink","value":"https://t.me/abc","type":"text"},{"key":"validateOnly","value":"true","type":"text","uuid":"90bfc33b-19f0-4e06-96c8-87d5147e28f3"}]},"url":"localhost:9010/thirdParty/v1/createToken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"date"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"118"},{"key":"ETag","value":"W/\"76-O0OBEgIrvPgsLh3G6uw9UHHPHk8\""},{"key":"Date","value":"Fri, 16 Jan 2026 19:21:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Token validation successful\",\n    \"data\": null,\n    \"requestId\": \"88994de0-f310-11f0-9f26-1b1f1981f29e\"\n}"},{"id":"c6424798-f6e6-49d2-9e17-37777c0b2efb","name":"Success - Create Token","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"anoncoin:xxxx"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","src":"postman-cloud:///1eec0f62-7619-4b20-abf3-de18b41eb4eb"},{"key":"tickerName","value":"Thanos","type":"text"},{"key":"tickerSymbol","value":"BOLD51","type":"text"},{"key":"description","value":"Destroyed half of the world","type":"text"},{"key":"twitterLink","value":"https://x.com/abc","type":"text"},{"key":"telegramLink","value":"https://t.me/abc","type":"text"},{"key":"validateOnly","value":"true","type":"text","uuid":"90bfc33b-19f0-4e06-96c8-87d5147e28f3","disabled":true}]},"url":"{{HOST}}/thirdParty/v1/createToken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"date"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"ETag","value":"W/\"6e4-PXXcBaRpgYO/COGHkenmoFzH8jc\""},{"key":"Content-Encoding","value":"br"},{"key":"Date","value":"Fri, 16 Jan 2026 19:15:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Token transaction created successfully\",\n    \"data\": {\n        \"mintAddress\": \"DKTd8fN2cRyLTVKZPV4tDnSgTGGeMsqwFDAC2X82YDUB\",\n        \"meteoraConfigKey\": \"3EP2jpbQv8Uf3Ri9HxUFaes7VcmLBK9hH2eiqmL5weTt\",\n        \"signedTransaction\": \"4ayPq9i72YWMLAkz6hmk56kkikQ3of1m1tNW5aTpG2PfrafD95nTMTN47r4ZhazRWwfgPzvVWD5LHry2wENNeo99ULoAZuTZ5mtV4ejVRFXe1PXvDkaqmX7Tn8k32zBvKsvWGqQ5vbPnEPumKX7MrVkdCH9hvWQuc7DPUz2FAJUs1u685Jy8JvFwrwoicLXCDxDyp3mLakvAQhQ4Gn8kaabFoc8SGeEFm8QNg5gN3cJkS7ptCHPZZHX73UD71a2PFsdh62YriZKxKuPc45WmvVeyUiSvMu4NTrePwExBCtZwNxYv8YrWK9wpzpEx9hX8HyVNC5BRzaMyfBfwn1FfwtWgjxC2YSYyeovFqSx4Y4Wruc6ywT9FM5mHnUNXEBKbDmNzFobD8omZXHLQvSupqaypU1Wyf6UsSj7DDGfSwNzCpeptefVuyfzs3MtqxBQZi5UrefgbBdxhfaEUNayNvPcsn7GMyAwJQSBpaQjc3qzyvGfM2Uz9WctAkj5PPzhyNXpfKHXYHg9VzYTJxNyrgaovWG6KfZ61JBBS42DMRSTmBC4KjA2rwxF2sZJKVMuzpD19tS3BaeSPFiM2Qer9Eqvpkg9FhD9zPsFYCMBY95c9A7DDbmrXYvQuW5vYuq6TjBzUkiLXPDGZUHNnHTsbNBFHSgCBpdGqBEPznRyhNX4qMV3zMSgQ9Y8TjwPwVfUzez8x8THEPhxMauSJmMfFaskM1GfBEN8ejomXv32AbFPovs3nZNCuKh61DBEnbG3uJNcjwvv6fWK5wP2YY6VEvXq8C7xA4fbgU8j6PBMrq1R7pbR4oWM4QYpagLCiW2C69Z6WRe6LRnBZYM917KxkwcStyxUKqC7Pa7PL8XaPcJd29aeEZESBnXyJERTgx3Ftt5yFavHyMEEWUVkGemDatuys3HEA5gdrnB4mVHTGLYDfs5mS9RiobeR3W5Kz8X7cQPdfeURTFNdVnabuRgbL8uML6xs4cDE4BRxLFUU1mkAmac5ze4XyuwSqFCC2AjKnA9eCPuwCPEeu8paCDwfZf3nfXS1fq2rVVHSSfdJ8wP1De7Uq4FDyDH5QzpDWyZifm1QhVTyQUcA9cGNhmw8QaAVx31\",\n        \"blockhash\": \"AyCmKPVHfm2E1NhLChq2GgjRW48Qd2gJMq6MR1w5vTCo\",\n        \"lastValidBlockHeight\": 438351945,\n        \"blockhashExpiresInSeconds\": 59\n    },\n    \"requestId\": \"72f200a0-26b3-11f1-af11-012a5eb3689c\"\n}"},{"id":"e0f5c923-3798-4cf4-b484-b6eb5edb9f72","name":"Failed - Validation Error","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"anoncoin:xxxx"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","src":"postman-cloud:///1eec0f62-7619-4b20-abf3-de18b41eb4eb"},{"key":"tickerName","value":"Thanos","type":"text"},{"key":"tickerSymbol","value":"BOLD51","type":"text"},{"key":"description","value":"Destroyed half of the world","type":"text"},{"key":"twitterLink","value":"https://x.com/abc","type":"text"},{"key":"telegramLink","value":"https://t.me/abc","type":"text"},{"key":"validateOnly","value":"true","type":"text","uuid":"90bfc33b-19f0-4e06-96c8-87d5147e28f3"}]},"url":"{{HOST}}/thirdParty/v1/createToken"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"date"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"136"},{"key":"ETag","value":"W/\"88-ds5U/FzG69r0WI0CERwamOuKCMw\""},{"key":"Date","value":"Fri, 16 Jan 2026 19:17:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"tickerSymbol already exists\",\n    \"data\": null,\n    \"errorCode\": null,\n    \"requestId\": \"0a06a7c0-f310-11f0-9f26-1b1f1981f29e\"\n}"}],"_postman_id":"21ed15e7-8a90-40ae-b4dd-ca2c970cce1e"}]}