{"info":{"_postman_id":"dd0d4c78-1b59-4c28-9376-7605289e74b8","name":"ChainIn Server API Documentation","description":"<html><head></head><body><p><strong>Backend Framework:</strong></p>\n<ul>\n<li>Node.JS</li>\n<li>Express.JS</li>\n<li>Tableland - A Decentralised Cloud Database</li>\n</ul>\n<p><b>Things to note:</b></p>\n<ul>\n<li>API calls can only be called via <strong>whitelisted IP addresses</strong><ul>\n<li>Check your <strong>IPv4 Address</strong> via <a href=\"https://whatismyipaddress.com/\">https://whatismyipaddress.com/</a> and let me know 😆</li>\n</ul>\n</li>\n<li>ALL <strong>POST, PUT</strong> and <strong>DELETE</strong> requests require gas fees (so please use them sparingly 🥹)</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"31443216","collectionId":"dd0d4c78-1b59-4c28-9376-7605289e74b8","publishedId":"2s9YkgCjsv","public":true,"customColor":{"top-bar":"E6E6E6","right-sidebar":"303030","highlight":"8AA4CA"},"publishDate":"2023-12-08T05:43:57.000Z"},"item":[{"name":"User","item":[{"name":"v1/user","id":"34ee0bde-b169-476d-b966-318d4f55f8ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://chain-server-api.onrender.com/v1/user","description":"<p>Create a new <em><strong>user</strong></em> <strong>(POST)</strong></p>\n","urlObject":{"protocol":"https","path":["v1","user"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"f9e50829-f244-4584-b523-c18f4eeae509","name":"v1/user","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"wallet_address\": \"0xaB04C858BA34D5A6A69A613B8D14B99665F08B95\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"email_address\": \"johndoe@gmail.com\",\n    \"biography\": \"Chainlink Constellation Hacker\"\n}","options":{"raw":{"language":"json"}}},"url":"https://chain-server-api.onrender.com/v1/user"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"wallet_address\": \"0xaB04C858BA34D5A6A69A613B8D14B99665F08B95\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"email_address\": \"johndoe@gmail.com\",\n    \"biography\": \"Chainlink Constellation Hacker\"\n}"}],"_postman_id":"34ee0bde-b169-476d-b966-318d4f55f8ca"},{"name":"v1/user","id":"87b323a4-3d1a-4687-8eee-896ab6125443","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/user","description":"<p>Get ALL <em><strong>users</strong></em> <strong>(GET)</strong></p>\n","urlObject":{"protocol":"https","path":["v1","user"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"2f0abaf2-0e6e-4ae1-82e6-fe40f77cb098","name":"v1/user","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://chain-server-api.onrender.com/v1/user"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"biography\": \"Chainlink Constellation Hacker\",\n        \"email_address\": \"johndoe@gmail.com\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"wallet_address\": \"0xaB04C858BA34D5A6A69A613B8D14B99665F08B95\"\n    }\n]"}],"_postman_id":"87b323a4-3d1a-4687-8eee-896ab6125443"},{"name":"v1/user/:wallet_address","id":"4db64032-7412-4ad9-ab31-6512452276a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/user/${wallet_address}","description":"<p>Get <em><strong>user</strong></em> by <strong>wallet_address (GET)</strong></p>\n","urlObject":{"protocol":"https","path":["v1","user","${wallet_address}"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"dd489df2-edc4-4b79-8667-f495c2961461","name":"v1/user/:wallet_address","originalRequest":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/user/0xaB04C858BA34D5A6A69A613B8D14B99665F08B95"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"biography\": \"Chainlink Constellation Hacker\",\n    \"email_address\": \"johndoe@gmail.com\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"wallet_address\": \"0xaB04C858BA34D5A6A69A613B8D14B99665F08B95\"\n}"}],"_postman_id":"4db64032-7412-4ad9-ab31-6512452276a8"},{"name":"v1/user/:wallet_address","id":"d9eb8d60-5fc4-4d5f-b624-57455818cd29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://chain-server-api.onrender.com/v1/user/${wallet_address}","description":"<p>Update <em><strong>user</strong></em> by <strong>wallet_address</strong> <strong>(PUT)</strong></p>\n","urlObject":{"protocol":"https","path":["v1","user","${wallet_address}"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"518b1848-37fa-4799-bab8-902c55540467","name":"v1/user/:wallet_address","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"biography\": \"Full Stack Developer for Chainlink Constellation Hacker\",\n    \"email_address\": \"johndoe@gmail.com\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe Rae Mi Fa So\",\n    \"wallet_address\": \"0xaB04C858BA34D5A6A69A613B8D14B99665F08B95\"\n}","options":{"raw":{"language":"json"}}},"url":"https://chain-server-api.onrender.com/v1/user/0xaB04C858BA34D5A6A69A613B8D14B99665F08B95"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"wallet_address\": \"0xaB04C858BA34D5A6A69A613B8D14B99665F08B95\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe Rae Mi Fa So\",\n    \"email_address\": \"johndoe@gmail.com\",\n    \"biography\": \"Full Stack Developer for Chainlink Constellation Hacker\"\n}"}],"_postman_id":"d9eb8d60-5fc4-4d5f-b624-57455818cd29"},{"name":"v1/user/:wallet_address","id":"86cd4811-199e-47fb-b4f0-29326edc38c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://chain-server-api.onrender.com/v1/user/${wallet_address}","description":"<p>Delete <em><strong>user</strong></em> by <strong>wallet_address (DELETE)</strong></p>\n","urlObject":{"protocol":"https","path":["v1","user","${wallet_address}"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"43f9d87f-8eed-483c-8b99-e230ed04bb35","name":"v1/user/:wallet_address","originalRequest":{"method":"DELETE","header":[],"url":"https://chain-server-api.onrender.com/v1/user/0xaB04C858BA34D5A6A69A613B8D14B99665F08B95"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"wallet_address\": \"0xaB04C858BA34D5A6A69A613B8D14B99665F08B95\"\n}"}],"_postman_id":"86cd4811-199e-47fb-b4f0-29326edc38c2"}],"id":"29e5fe85-fcbf-43fd-aa8d-0ed04d09114f","description":"<p><strong>API calls for</strong> <em><strong>users</strong></em></p>\n<ul>\n<li>Create new <em><strong>user</strong></em> <strong>(POST)</strong></li>\n<li>Get ALL <em><strong>users</strong></em> <strong>(GET)</strong></li>\n<li>Get <em><strong>user</strong></em> by <strong>wallet_address</strong> <strong>(GET)</strong></li>\n<li>Update <em><strong>user</strong></em> by <strong>wallet_address</strong> <strong>(PUT)</strong></li>\n<li>Delete <em><strong>user</strong></em> by <strong>wallet_address (DELETE)</strong></li>\n</ul>\n<img src=\"https://content.pstmn.io/0addfef9-7405-49cc-88ae-949122d6d997/U2NyZWVuc2hvdCAyMDIzLTEyLTAyIGF0IDEuNTMuMjXigK9QTS5wbmc=\" />","_postman_id":"29e5fe85-fcbf-43fd-aa8d-0ed04d09114f"},{"name":"Organisation","item":[{"name":"v1/organisation","id":"975c492f-6e02-40aa-95a4-96d4c06128e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://chain-server-api.onrender.com/v1/organisation","description":"<p>Create new <em><strong>organisation</strong></em> <strong>(POST)</strong></p>\n","urlObject":{"protocol":"https","path":["v1","organisation"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"b52cf732-3685-45b8-8016-9fdec31a3c0a","name":"v1/organisation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"organisation_name\": \"Ngee Ann Polytechnic\",\n    \"organisation_symbol\": \"NP\",\n    \"description\": \"Inaugurated in 1963 as Ngee Ann College with only 116 students, Ngee Ann Polytechnic (NP) has grown from its humble beginnings to establish itself as one of Singapore's leading institutions of higher learning. Today, the polytechnic has a full-time enrolment of more than 14,800 students.\",\n    \"picture_url\": \"https://media.licdn.com/dms/image/D560BAQEc-IoUGeW79Q/company-logo_200_200/0/1697524879652/ngee_ann_polytechnic_logo?e=1709164800&v=beta&t=M7dshoTxZA5h4narfZClfVllLMhDA2EnfMJzeJ9yfrI\",\n    \"website_url\": \"https://www.np.edu.sg/\",\n    \"creator_wallet_address\": \"0x1dF6bE628F34a964AcFb695CD9F5417DBc95ff42\",\n    \"nft_contract_address\": \"0x111\",\n    \"organisation_type\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://chain-server-api.onrender.com/v1/organisation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"creator_wallet_address\": \"0x1dF6bE628F34a964AcFb695CD9F5417DBc95ff42\",\n        \"description\": \"Inaugurated in 1963 as Ngee Ann College with only 116 students, Ngee Ann Polytechnic (NP) has grown from its humble beginnings to establish itself as one of Singapore's leading institutions of higher learning. Today, the polytechnic has a full-time enrolment of more than 14,800 students.\",\n        \"nft_contract_address\": \"0x111\",\n        \"organisation_id\": 1,\n        \"organisation_name\": \"Ngee Ann Polytechnic\",\n        \"organisation_symbol\": \"NP\",\n        \"organisation_type\": 2,\n        \"picture_url\": \"https://media.licdn.com/dms/image/D560BAQEc-IoUGeW79Q/company-logo_200_200/0/1697524879652/ngee_ann_polytechnic_logo?e=1709164800&v=beta&t=M7dshoTxZA5h4narfZClfVllLMhDA2EnfMJzeJ9yfrI\",\n        \"website_url\": \"https://www.np.edu.sg/\"\n    }\n]"}],"_postman_id":"975c492f-6e02-40aa-95a4-96d4c06128e9"},{"name":"v1/organisation","id":"31a2651b-318a-495d-a47e-fb90abef5f50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/organisation","description":"<p>Get ALL <em><strong>organisations</strong></em> <strong>(GET)</strong></p>\n","urlObject":{"protocol":"https","path":["v1","organisation"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"e01b5f57-028f-4fd3-b722-f2138f233478","name":"v1/organisation","originalRequest":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/organisation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"creator_wallet_address\": \"0x1dF6bE628F34a964AcFb695CD9F5417DBc95ff42\",\n        \"description\": \"Chainlink Labs is the leading provider of secure and reliable Web3 services that have enabled trillions of dollars in transaction value across DeFi, insurance, gaming, NFTs, and other major industries. Chainlink Web3 services enhance smart contracts by connecting them to real-world data sources and off-chain computation across any blockchain and provide global enterprises with a universal gateway to all blockchains. Chainlink Labs is dedicated to the development and integration of Chainlink as the industry-standard Web3 services platform connecting the world to blockchains.\\n\\nAt Chainlink Labs, we empower the broader Chainlink community and build world-class Web3 solutions with global enterprises such as AWS, Google, T-Systems, and leading development teams at the forefront of the smart contract ecosystem, including Aave, Compound, Synthetix, GMX, and many more. Through a fusion of cutting-edge academic research and an industry focus on user needs, our mission is to build a world powered by truth.\",\n        \"nft_contract_address\": \"0x4D41Ff056a6E5DB557d7B10a06B801bCAC731a33\",\n        \"organisation_id\": 23,\n        \"organisation_name\": \"Chainlink Labs\",\n        \"organisation_symbol\": \"LINK\",\n        \"organisation_type\": 1,\n        \"picture_url\": \"https://media.licdn.com/dms/image/C4E0BAQHo9H79-s-T4w/company-logo_200_200/0/1630625055364/chainlink_labs_logo?e=1710374400&v=beta&t=illTYMPWZ2IOcAANXErhr3ARLXmsxRH-FTXF4LfIDBs\",\n        \"website_url\": \"https://chainlinklabs.com/\"\n    },\n    {\n        \"creator_wallet_address\": \"0x1dF6bE628F34a964AcFb695CD9F5417DBc95ff42\",\n        \"description\": \"The permissionless, serverless SQL database.\\n\\nTableland is a multi-chain relational database network, powered by smart contracts + SQL. Mutable data with immutable rules, allowing developers to build dynamic & composable web3-native experiences.\",\n        \"nft_contract_address\": \"0x65EfcC4ad4751229E4D3280DbFaf03FcE406BD6f\",\n        \"organisation_id\": 24,\n        \"organisation_name\": \"Tableland\",\n        \"organisation_symbol\": \"TBL\",\n        \"organisation_type\": 1,\n        \"picture_url\": \"https://media.licdn.com/dms/image/C560BAQEyOK2QRr8Okg/company-logo_200_200/0/1670423307484/welcome_to_tableland_logo?e=1710374400&v=beta&t=fBqBGe1-yV2BOckThrKklOyeop_EmHaT98sWqCyD3h8\",\n        \"website_url\": \"https://tableland.xyz/\"\n    },\n    {\n        \"creator_wallet_address\": \"0x1dF6bE628F34a964AcFb695CD9F5417DBc95ff42\",\n        \"description\": \"The Graph is building a protocol for building decentralized applications quickly on Ethereum and IPFS using GraphQL.\\n\\nOn The Graph, queries are processed on a decentralized network that ensures that data remains open and that dApps can continue to run no matter what. Users don’t have to trust teams to operate servers and developers can deploy to trustworthy public infrastructure they don’t have to manage.\",\n        \"nft_contract_address\": \"0x0Ff35A6c50f62Ec321c36480dDA85605c75A3B8C\",\n        \"organisation_id\": 25,\n        \"organisation_name\": \"The Graph\",\n        \"organisation_symbol\": \"GRT\",\n        \"organisation_type\": 1,\n        \"picture_url\": \"https://media.licdn.com/dms/image/D4E0BAQGSrCvS-V3Akw/company-logo_200_200/0/1699558229547/thegraph_logo?e=1710374400&v=beta&t=0m7e6sEMbeU4Ao-4sNGxSnhQu5B9MCaBLR_6oT9mWis\",\n        \"website_url\": \"https://thegraph.com/\"\n    },\n    {\n        \"creator_wallet_address\": \"0x1dF6bE628F34a964AcFb695CD9F5417DBc95ff42\",\n        \"description\": \"Polygon Labs develops Ethereum scaling solutions for Polygon protocols. Polygon Labs engages with other ecosystem developers to help make available scalable, affordable, secure and sustainable blockchain infrastructure for Web3. Polygon Labs has initially developed a growing suite of protocols for developers to gain easy access to major scaling solutions, including layer 2s (zero-knowledge rollups and optimistic rollups), sidechains, hybrid chains, app-specific chains, enterprise chains, and data availability protocols. Scaling solutions that Polygon Labs initially developed have seen widespread adoption with tens of thousands of decentralized apps, unique addresses exceeding 207M, over TK million smart contracts and TK total transactions processed since inception. The network is home for some of the biggest Web3 projects and well-known enterprises. Polygon Labs is carbon neutral with the goal of leading Web3 in becoming carbon negative. \",\n        \"nft_contract_address\": \"0x28A69E72167744Df5f558927Ad996faff517b4A0\",\n        \"organisation_id\": 26,\n        \"organisation_name\": \"Polygon Labs\",\n        \"organisation_symbol\": \"POL\",\n        \"organisation_type\": 1,\n        \"picture_url\": \"https://media.licdn.com/dms/image/C560BAQFpyydkHWPacQ/company-logo_200_200/0/1673625666640/polygonlabs_logo?e=1710374400&v=beta&t=UUydvMBEGVSVU05qQEt3tVOci8WEtiy8C84g3l7sPjo\",\n        \"website_url\": \"https://polygon.technology/\"\n    }\n]"}],"_postman_id":"31a2651b-318a-495d-a47e-fb90abef5f50"},{"name":"v1/organisation/id/:organisation_id","id":"3c69ba31-1fd3-4b55-a8fd-32b12d501cb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/organisation/id/${organisation_id}","urlObject":{"protocol":"https","path":["v1","organisation","id","${organisation_id}"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"c03b6476-4cdb-46ef-99a4-9c6bee39f57d","name":"v1/organisation/id/:organisation_id","originalRequest":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/organisation/id/23"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"duration\": 1633.1613659858704\n    },\n    \"success\": true,\n    \"results\": [\n        {\n            \"creator_wallet_address\": \"0x1dF6bE628F34a964AcFb695CD9F5417DBc95ff42\",\n            \"description\": \"Chainlink Labs is the leading provider of secure and reliable Web3 services that have enabled trillions of dollars in transaction value across DeFi, insurance, gaming, NFTs, and other major industries. Chainlink Web3 services enhance smart contracts by connecting them to real-world data sources and off-chain computation across any blockchain and provide global enterprises with a universal gateway to all blockchains. Chainlink Labs is dedicated to the development and integration of Chainlink as the industry-standard Web3 services platform connecting the world to blockchains.\\n\\nAt Chainlink Labs, we empower the broader Chainlink community and build world-class Web3 solutions with global enterprises such as AWS, Google, T-Systems, and leading development teams at the forefront of the smart contract ecosystem, including Aave, Compound, Synthetix, GMX, and many more. Through a fusion of cutting-edge academic research and an industry focus on user needs, our mission is to build a world powered by truth.\",\n            \"nft_contract_address\": \"0x4D41Ff056a6E5DB557d7B10a06B801bCAC731a33\",\n            \"organisation_id\": 23,\n            \"organisation_name\": \"Chainlink Labs\",\n            \"organisation_symbol\": \"LINK\",\n            \"organisation_type\": 1,\n            \"picture_url\": \"https://media.licdn.com/dms/image/C4E0BAQHo9H79-s-T4w/company-logo_200_200/0/1630625055364/chainlink_labs_logo?e=1710374400&v=beta&t=illTYMPWZ2IOcAANXErhr3ARLXmsxRH-FTXF4LfIDBs\",\n            \"website_url\": \"https://chainlinklabs.com/\"\n        }\n    ]\n}"}],"_postman_id":"3c69ba31-1fd3-4b55-a8fd-32b12d501cb2"},{"name":"v1/organisation/name/:organisation_name","id":"387d4291-61bc-4fec-a099-c18da95d30b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/organisation/name/${organisation_name}","description":"<p>Get <em><strong>organisation</strong></em> by <strong>organisation_name (GET)</strong></p>\n","urlObject":{"protocol":"https","path":["v1","organisation","name","${organisation_name}"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"6f5e7970-256d-44d7-89dd-0cfb318df101","name":"v1/organisation/name/:organisation_name","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://chain-server-api.onrender.com/v1/organisation/name/Ngee%20Ann%20Polytechnic"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"duration\": 819.5265240073204\n    },\n    \"success\": true,\n    \"results\": [\n        {\n            \"creator_wallet_address\": \"0x1dF6bE628F34a964AcFb695CD9F5417DBc95ff42\",\n            \"description\": \"Chainlink Labs is the leading provider of secure and reliable Web3 services that have enabled trillions of dollars in transaction value across DeFi, insurance, gaming, NFTs, and other major industries. Chainlink Web3 services enhance smart contracts by connecting them to real-world data sources and off-chain computation across any blockchain and provide global enterprises with a universal gateway to all blockchains. Chainlink Labs is dedicated to the development and integration of Chainlink as the industry-standard Web3 services platform connecting the world to blockchains.\\n\\nAt Chainlink Labs, we empower the broader Chainlink community and build world-class Web3 solutions with global enterprises such as AWS, Google, T-Systems, and leading development teams at the forefront of the smart contract ecosystem, including Aave, Compound, Synthetix, GMX, and many more. Through a fusion of cutting-edge academic research and an industry focus on user needs, our mission is to build a world powered by truth.\",\n            \"nft_contract_address\": \"0x4D41Ff056a6E5DB557d7B10a06B801bCAC731a33\",\n            \"organisation_id\": 23,\n            \"organisation_name\": \"Chainlink Labs\",\n            \"organisation_symbol\": \"LINK\",\n            \"organisation_type\": 1,\n            \"picture_url\": \"https://media.licdn.com/dms/image/C4E0BAQHo9H79-s-T4w/company-logo_200_200/0/1630625055364/chainlink_labs_logo?e=1710374400&v=beta&t=illTYMPWZ2IOcAANXErhr3ARLXmsxRH-FTXF4LfIDBs\",\n            \"website_url\": \"https://chainlinklabs.com/\"\n        }\n    ]\n}"}],"_postman_id":"387d4291-61bc-4fec-a099-c18da95d30b6"},{"name":"v1/organisation/symbol/:organisation_symbol","id":"878d0032-118d-417d-bfc5-34e49409e740","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/organisation/${organisation_symbol}","description":"<p>Get <em><strong>organisation</strong></em> by <strong>organisation_symbol</strong> <strong>(GET)</strong></p>\n","urlObject":{"protocol":"https","path":["v1","organisation","${organisation_symbol}"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"27d1df0f-3e1f-4a4f-9132-5934e85398c9","name":"v1/organisation/symbol/:organisation_symbol","originalRequest":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/organisation/symbol/NP"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"duration\": 808.8140180036426\n    },\n    \"success\": true,\n    \"results\": [\n        {\n            \"creator_wallet_address\": \"0x1dF6bE628F34a964AcFb695CD9F5417DBc95ff42\",\n            \"description\": \"Inaugurated in 1963 as Ngee Ann College with only 116 students, Ngee Ann Polytechnic (NP) has grown from its humble beginnings to establish itself as one of Singapore's leading institutions of higher learning. Today, the polytechnic has a full-time enrolment of more than 14,800 students.\",\n            \"nft_contract_address\": \"0x111\",\n            \"organisation_id\": 1,\n            \"organisation_name\": \"Ngee Ann Polytechnic\",\n            \"organisation_symbol\": \"NP\",\n            \"organisation_type\": 2,\n            \"picture_url\": \"https://media.licdn.com/dms/image/D560BAQEc-IoUGeW79Q/company-logo_200_200/0/1697524879652/ngee_ann_polytechnic_logo?e=1709164800&v=beta&t=M7dshoTxZA5h4narfZClfVllLMhDA2EnfMJzeJ9yfrI\",\n            \"website_url\": \"https://www.np.edu.sg/\"\n        }\n    ]\n}"}],"_postman_id":"878d0032-118d-417d-bfc5-34e49409e740"},{"name":"v1/organisation/:organisation_id","id":"af4f01ba-9a37-4fbb-bf01-4277c14857b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://chain-server-api.onrender.com/v1/organisation/${organisation_id}","description":"<p>Update <em><strong>organisation</strong></em> by <strong>organisation_id</strong> <strong>(PUT)</strong></p>\n","urlObject":{"protocol":"https","path":["v1","organisation","${organisation_id}"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"dde30b8f-e328-41fb-a591-1f665864b0ff","name":"v1/organisation/:organisation_id","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"organisation_name\": \"Ngee Ann Polytechnic\",\n    \"organisation_symbol\": \"NP\",\n    \"description\": \"Inaugurated in 1963 as Ngee Ann College with only 116 students, Ngee Ann Polytechnic (NP) has grown from its humble beginnings to establish itself as one of Singapore's leading institutions of higher learning. Today, the polytechnic has a full-time enrolment of more than 14,800 students.\",\n    \"picture_url\": \"https://media.licdn.com/dms/image/D560BAQEc-IoUGeW79Q/company-logo_200_200/0/1697524879652/ngee_ann_polytechnic_logo?e=1709164800&v=beta&t=M7dshoTxZA5h4narfZClfVllLMhDA2EnfMJzeJ9yfrI\",\n    \"website_url\": \"https://www.np.edu.sg/\",\n    \"creator_wallet_address\": \"0x1dF6bE628F34a964AcFb695CD9F5417DBc95ff42\",\n    \"nft_contract_address\": \"0x111888888\",\n    \"organisation_type\": \"2\"\n}","options":{"raw":{"language":"json"}}},"url":"https://chain-server-api.onrender.com/v1/organisation/1"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"creator_wallet_address\": \"0x1dF6bE628F34a964AcFb695CD9F5417DBc95ff42\",\n    \"description\": \"Inaugurated in 1963 as Ngee Ann College with only 116 students, Ngee Ann Polytechnic (NP) has grown from its humble beginnings to establish itself as one of Singapore's leading institutions of higher learning. Today, the polytechnic has a full-time enrolment of more than 14,800 students.\",\n    \"nft_contract_address\": \"0x111888888\",\n    \"organisation_id\": 1,\n    \"organisation_name\": \"Ngee Ann Polytechnic\",\n    \"organisation_symbol\": \"NP\",\n    \"organisation_type\": 2,\n    \"picture_url\": \"https://media.licdn.com/dms/image/D560BAQEc-IoUGeW79Q/company-logo_200_200/0/1697524879652/ngee_ann_polytechnic_logo?e=1709164800&v=beta&t=M7dshoTxZA5h4narfZClfVllLMhDA2EnfMJzeJ9yfrI\",\n    \"website_url\": \"https://www.np.edu.sg/\"\n}"}],"_postman_id":"af4f01ba-9a37-4fbb-bf01-4277c14857b2"},{"name":"v1/organisation/:organisation_id","id":"59d935f1-2d05-4be4-9114-91e7ca8fcc71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://chain-server-api.onrender.com/v1/organisation/${organisation_id}","description":"<p>Delete <em><strong>organisation</strong></em> by <strong>organisation_id (DELETE)</strong></p>\n","urlObject":{"protocol":"https","path":["v1","organisation","${organisation_id}"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"fef0ddb7-6c04-4aac-ab5a-9715b2b075b6","name":"v1/organisation/:organisation_id","originalRequest":{"method":"DELETE","header":[],"url":"https://chain-server-api.onrender.com/v1/organisation/7"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"59d935f1-2d05-4be4-9114-91e7ca8fcc71"}],"id":"df617b00-5b38-446c-94b7-2762c36b1045","description":"<p><strong>API calls for</strong> <em><strong>organisations</strong></em></p>\n<ul>\n<li><p>Create new <em><strong>organisation</strong></em> <strong>(POST)</strong></p>\n</li>\n<li><p>Get ALL <em><strong>organisations</strong></em> <strong>(GET)</strong></p>\n</li>\n<li><p>Get organisation by <strong>organisation_id (GET)</strong></p>\n</li>\n<li><p>Get <em><strong>organisation</strong></em> by <strong>organisation_name (GET)</strong></p>\n</li>\n<li><p>Get <em><strong>organisation</strong></em> by <strong>organisation_symbol</strong> <strong>(GET)</strong></p>\n</li>\n<li><p>Update <em><strong>organisation</strong></em> by <strong>organisation_id</strong> <strong>(PUT)</strong></p>\n</li>\n<li><p>Delete <em><strong>organisation</strong></em> by <strong>organisation_id (DELETE)</strong></p>\n</li>\n</ul>\n<img src=\"https://content.pstmn.io/6b0ac8da-b2d7-463d-a0ac-fde427753fc6/U2NyZWVuc2hvdCAyMDIzLTEyLTA2IGF0IDEwLjMyLjI54oCvQU0ucG5n\" />","_postman_id":"df617b00-5b38-446c-94b7-2762c36b1045"},{"name":"Listing","item":[{"name":"v1/listing","id":"71e3e812-e320-4246-a8a2-502e84aa0cda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://chain-server-api.onrender.com/v1/listing","description":"<p>Create new <em><strong>listing</strong></em> <strong>(POST)</strong></p>\n","urlObject":{"protocol":"https","path":["v1","listing"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"cfcf815b-2da5-4e25-9772-c9bcfcd6c185","name":"v1/listing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"organisation_id\": 2,\n    \"listing_title\": \"Smart Contract Developer\",\n    \"employment_status\": \"Full-time\",\n    \"location\": \"Singapore\",\n    \"description\": \"Develop Smart Contracts for Ngee Ann Polytechnic\"\n}","options":{"raw":{"language":"json"}}},"url":"https://chain-server-api.onrender.com/v1/listing"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"description\": \"Develop Smart Contracts for Ngee Ann Polytechnic\",\n    \"employment_status\": \"Full-time\",\n    \"listing_id\": 2,\n    \"listing_title\": \"Smart Contract Developer\",\n    \"location\": \"Singapore\",\n    \"organisation_id\": 2\n}"}],"_postman_id":"71e3e812-e320-4246-a8a2-502e84aa0cda"},{"name":"v1/listing","id":"ae8a4cb9-d341-4d5d-90bd-5fcd7f81f02d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/listing","description":"<p>Get ALL <em><strong>listings</strong></em> <strong>(GET)</strong></p>\n","urlObject":{"protocol":"https","path":["v1","listing"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"17b1763a-f741-491d-b298-9d478ac0936c","name":"v1/listing","originalRequest":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/listing"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"description\": \"Textile's mission is to accelerate the exchange of information on the Internet. We are a small, fully remote team aligned in our vision to change the relationship between technology and data.\\n\\nTextile's web products and services are written primarily in Golang and TypeScript, and communicate with Textile's core gRPC services. You will own the end user experience and have full ownership over the product stack, from research and development to implementation and production monitoring.\",\n        \"employment_status\": \"Full-time\",\n        \"listing_id\": 8,\n        \"listing_title\": \"Fullstack Engineer\",\n        \"location\": \"San Francisco, CA\",\n        \"organisation_creator\": \"0x1dF6bE628F34a964AcFb695CD9F5417DBc95ff42\",\n        \"organisation_id\": 24,\n        \"organisation_logo\": \"https://media.licdn.com/dms/image/C560BAQEyOK2QRr8Okg/company-logo_200_200/0/1670423307484/welcome_to_tableland_logo?e=1710374400&v=beta&t=fBqBGe1-yV2BOckThrKklOyeop_EmHaT98sWqCyD3h8\",\n        \"organisation_name\": \"Tableland\"\n    },\n    {\n        \"description\": \"Chainlink Labs is seeking Research Interns to support its mission of building the world’s most secure and flexible decentralized oracle technologies. Research Engineers will work directly with top domain experts in applied cryptography, mechanism design (cryptoeconomics), distributed systems, and other disciplines to identify and solve key research challenges and build production solutions that keep Chainlink at the forefront of oracle system deployment and fuel the success of the smart contract ecosystem.\",\n        \"employment_status\": \"Internship\",\n        \"listing_id\": 9,\n        \"listing_title\": \"Research Internship\",\n        \"location\": \"Zug, Zug, Switzerland\",\n        \"organisation_creator\": \"0x1dF6bE628F34a964AcFb695CD9F5417DBc95ff42\",\n        \"organisation_id\": 23,\n        \"organisation_logo\": \"https://media.licdn.com/dms/image/C4E0BAQHo9H79-s-T4w/company-logo_200_200/0/1630625055364/chainlink_labs_logo?e=1710374400&v=beta&t=illTYMPWZ2IOcAANXErhr3ARLXmsxRH-FTXF4LfIDBs\",\n        \"organisation_name\": \"Chainlink Labs\"\n    },\n    {\n        \"description\": \"Chainlink Labs seeks to power smart contracts on all blockchain ecosystems. We believe in a multi-blockchain universe, where users are able to leverage the strengths of different blockchains for their particular needs.\\n\\nAs a software engineer on the Blockchain Integrations team, you will own the integrations of upcoming blockchains into the Chainlink platform, working directly and building relations with the founding engineers while gaining expertise in each new innovative ecosystem. You will be the driving force behind building this critical infrastructure for cross-chain connectivity while working with a globally distributed team. You will report to the engineering lead on the team.\",\n        \"employment_status\": \"Full Time\",\n        \"listing_id\": 10,\n        \"listing_title\": \"Software Engineer Blockchain Integrations (Golang required)\",\n        \"location\": \"United Kingdom\",\n        \"organisation_creator\": \"0x1dF6bE628F34a964AcFb695CD9F5417DBc95ff42\",\n        \"organisation_id\": 23,\n        \"organisation_logo\": \"https://media.licdn.com/dms/image/C4E0BAQHo9H79-s-T4w/company-logo_200_200/0/1630625055364/chainlink_labs_logo?e=1710374400&v=beta&t=illTYMPWZ2IOcAANXErhr3ARLXmsxRH-FTXF4LfIDBs\",\n        \"organisation_name\": \"Chainlink Labs\"\n    },\n    {\n        \"description\": \"Textile's mission is to accelerate the exchange of information on the Internet. We are a small, fully remote team aligned in our vision to change the relationship between technology and data.\\n\\nTextile is building Tableland (see docs), a network and relational metadata protocol for EVM chains like Ethereum. Your role will be to help spearhead the protocol itself, including validator design and smart contracts, staking and rewards, token simulations, and more.\",\n        \"employment_status\": \"Contract\",\n        \"listing_id\": 11,\n        \"listing_title\": \"Protocol Engineer\",\n        \"location\": \"Mill Valley, CA\",\n        \"organisation_creator\": \"0x1dF6bE628F34a964AcFb695CD9F5417DBc95ff42\",\n        \"organisation_id\": 24,\n        \"organisation_logo\": \"https://media.licdn.com/dms/image/C560BAQEyOK2QRr8Okg/company-logo_200_200/0/1670423307484/welcome_to_tableland_logo?e=1710374400&v=beta&t=fBqBGe1-yV2BOckThrKklOyeop_EmHaT98sWqCyD3h8\",\n        \"organisation_name\": \"Tableland\"\n    },\n    {\n        \"description\": \"We are looking for a motivated self-starter and driven individual who can thrive in a dynamic and sometimes undefined environment, and who doesn’t mind reaching out and getting to know people/projects that he/she has never met. A person that is passionate about Web3 and familiar with The Graph. Someone who is committed to using business expertise to support business growth, ensure an excellent experience for users of The Graph, and being okay with not getting a yes the first time...and not giving up. This person must be excited about driving the organization's growth and success. Someone who is personable, enjoys meeting new people and developing partnerships with top business leaders, both in the blockchain and traditional worlds alike. Ideally, this person will be permanently located in San Francisco, CA or in the surrounding area.\",\n        \"employment_status\": \"Full-Time\",\n        \"listing_id\": 12,\n        \"listing_title\": \"Business Development\",\n        \"location\": \"-\",\n        \"organisation_creator\": \"0x1dF6bE628F34a964AcFb695CD9F5417DBc95ff42\",\n        \"organisation_id\": 25,\n        \"organisation_logo\": \"https://media.licdn.com/dms/image/D4E0BAQGSrCvS-V3Akw/company-logo_200_200/0/1699558229547/thegraph_logo?e=1710374400&v=beta&t=0m7e6sEMbeU4Ao-4sNGxSnhQu5B9MCaBLR_6oT9mWis\",\n        \"organisation_name\": \"The Graph\"\n    },\n    {\n        \"description\": \"As DeFi Solutions Manager, you will report into the DeFi lead, and work cross-functionally, both internally and externally, to identify unique opportunities for growth, and manage end-to-end implementation and iteration. This person would work closely with DeFi and Engineering to help coordinate the ideation, design, and implementation of public goods with community developers for the Polygon ecosystem. The ideal candidate has worked in DeFi, is a developer/has developer experience with smart contracts, and preferably has an intimate understanding of DeFi mechanism and tech design.\",\n        \"employment_status\": \"Full-Time\",\n        \"listing_id\": 13,\n        \"listing_title\": \"DeFi Solutions Architect (Remote)\",\n        \"location\": \"United Arab Emirates\",\n        \"organisation_creator\": \"0x1dF6bE628F34a964AcFb695CD9F5417DBc95ff42\",\n        \"organisation_id\": 26,\n        \"organisation_logo\": \"https://media.licdn.com/dms/image/C560BAQFpyydkHWPacQ/company-logo_200_200/0/1673625666640/polygonlabs_logo?e=1710374400&v=beta&t=UUydvMBEGVSVU05qQEt3tVOci8WEtiy8C84g3l7sPjo\",\n        \"organisation_name\": \"Polygon Labs\"\n    }\n]"}],"_postman_id":"ae8a4cb9-d341-4d5d-90bd-5fcd7f81f02d"},{"name":"v1/listing/id/:listing_id","id":"83d38639-6f6c-4d19-94c1-74902c0b9061","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/listing/id/${listing_id}","description":"<p>Get <em><strong>listing</strong></em> by <strong>listing_id (GET)</strong></p>\n","urlObject":{"protocol":"https","path":["v1","listing","id","${listing_id}"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"5399117d-20b5-4f1f-8a27-0f8d86ad0678","name":"v1/listing/id/:listing_id","originalRequest":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/listing/id/8"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"duration\": 814.3872800171375\n    },\n    \"success\": true,\n    \"results\": [\n        {\n            \"description\": \"Textile's mission is to accelerate the exchange of information on the Internet. We are a small, fully remote team aligned in our vision to change the relationship between technology and data.\\n\\nTextile's web products and services are written primarily in Golang and TypeScript, and communicate with Textile's core gRPC services. You will own the end user experience and have full ownership over the product stack, from research and development to implementation and production monitoring.\",\n            \"employment_status\": \"Full-time\",\n            \"listing_id\": 8,\n            \"listing_title\": \"Fullstack Engineer\",\n            \"location\": \"San Francisco, CA\",\n            \"organisation_creator\": \"0x1dF6bE628F34a964AcFb695CD9F5417DBc95ff42\",\n            \"organisation_id\": 24,\n            \"organisation_logo\": \"https://media.licdn.com/dms/image/C560BAQEyOK2QRr8Okg/company-logo_200_200/0/1670423307484/welcome_to_tableland_logo?e=1710374400&v=beta&t=fBqBGe1-yV2BOckThrKklOyeop_EmHaT98sWqCyD3h8\",\n            \"organisation_name\": \"Tableland\"\n        }\n    ]\n}"}],"_postman_id":"83d38639-6f6c-4d19-94c1-74902c0b9061"},{"name":"v1/listing/title/:listing_title","id":"d9fde61d-ce98-42c8-aa4c-5a27f155a7ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/listing/title/${listing_title}","description":"<p>Get <em><strong>listing</strong></em> by <strong>listing_title</strong> <strong>(GET)</strong></p>\n","urlObject":{"protocol":"https","path":["v1","listing","title","${listing_title}"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"87d9b0e9-4440-45cc-b750-7069f67d13e3","name":"v1/listing/title/:listing_title","originalRequest":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/listing/title/Full%20Stack%20Engineer"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"duration\": 838.1835379898548\n    },\n    \"success\": true,\n    \"results\": [\n        {\n            \"description\": \"Chainlink Labs is seeking Research Interns to support its mission of building the world’s most secure and flexible decentralized oracle technologies. Research Engineers will work directly with top domain experts in applied cryptography, mechanism design (cryptoeconomics), distributed systems, and other disciplines to identify and solve key research challenges and build production solutions that keep Chainlink at the forefront of oracle system deployment and fuel the success of the smart contract ecosystem.\",\n            \"employment_status\": \"Internship\",\n            \"listing_id\": 9,\n            \"listing_title\": \"Research Internship\",\n            \"location\": \"Zug, Zug, Switzerland\",\n            \"organisation_creator\": \"0x1dF6bE628F34a964AcFb695CD9F5417DBc95ff42\",\n            \"organisation_id\": 23,\n            \"organisation_logo\": \"https://media.licdn.com/dms/image/C4E0BAQHo9H79-s-T4w/company-logo_200_200/0/1630625055364/chainlink_labs_logo?e=1710374400&v=beta&t=illTYMPWZ2IOcAANXErhr3ARLXmsxRH-FTXF4LfIDBs\",\n            \"organisation_name\": \"Chainlink Labs\"\n        }\n    ]\n}"}],"_postman_id":"d9fde61d-ce98-42c8-aa4c-5a27f155a7ba"},{"name":"v1/listing/organisation/:organisation_id","id":"e8aff1c7-452c-4a97-a119-119e57e2a350","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/listing/organisation/${organisation_id}","description":"<p>Get <em><strong>listing</strong></em> by <strong>organisation_name (GET)</strong></p>\n","urlObject":{"protocol":"https","path":["v1","listing","organisation","${organisation_id}"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"9c6ce269-8f41-4f58-bfe9-6b08d388a24a","name":"v1/listing/organisation/:organisation_name","originalRequest":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/listing/organisation/25"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"duration\": 1567.503024995327\n    },\n    \"success\": true,\n    \"results\": [\n        {\n            \"description\": \"We are looking for a motivated self-starter and driven individual who can thrive in a dynamic and sometimes undefined environment, and who doesn’t mind reaching out and getting to know people/projects that he/she has never met. A person that is passionate about Web3 and familiar with The Graph. Someone who is committed to using business expertise to support business growth, ensure an excellent experience for users of The Graph, and being okay with not getting a yes the first time...and not giving up. This person must be excited about driving the organization's growth and success. Someone who is personable, enjoys meeting new people and developing partnerships with top business leaders, both in the blockchain and traditional worlds alike. Ideally, this person will be permanently located in San Francisco, CA or in the surrounding area.\",\n            \"employment_status\": \"Full-Time\",\n            \"listing_id\": 12,\n            \"listing_title\": \"Business Development\",\n            \"location\": \"-\",\n            \"organisation_creator\": \"0x1dF6bE628F34a964AcFb695CD9F5417DBc95ff42\",\n            \"organisation_id\": 25,\n            \"organisation_logo\": \"https://media.licdn.com/dms/image/D4E0BAQGSrCvS-V3Akw/company-logo_200_200/0/1699558229547/thegraph_logo?e=1710374400&v=beta&t=0m7e6sEMbeU4Ao-4sNGxSnhQu5B9MCaBLR_6oT9mWis\",\n            \"organisation_name\": \"The Graph\"\n        }\n    ]\n}"}],"_postman_id":"e8aff1c7-452c-4a97-a119-119e57e2a350"},{"name":"v1/listing/:listing_id","id":"b06cda36-d4d3-4ff8-860a-a079c6e0d25a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://chain-server-api.onrender.com/v1/listing/${listing_id}","description":"<p>Update <em><strong>listing</strong></em> by <strong>listing_id</strong> <strong>(PUT)</strong></p>\n","urlObject":{"protocol":"https","path":["v1","listing","${listing_id}"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"970a1e4e-342f-4a93-9c47-f66f29d89034","name":"v1/listing/:listing_id","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"organisation_id\": 1,\n    \"organisation_name\": \"Ngee Ann Polytechnic\",\n    \"listing_title\": \"Full Stack Developer\",\n    \"employment_status\": \"Full-time\",\n    \"location\": \"Singapore\",\n    \"description\": \"Develop Smart Contracts for Ngee Ann Polytechnic\"\n}","options":{"raw":{"language":"json"}}},"url":"https://chain-server-api.onrender.com/v1/listing/1"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"description\": \"Develop Smart Contracts for Ngee Ann Polytechnic\",\n    \"employment_status\": \"Full-time\",\n    \"listing_id\": 1,\n    \"listing_title\": \"Full Stack Developer\",\n    \"location\": \"Singapore\",\n    \"organisation_id\": 1,\n    \"organisation_name\": \"Ngee Ann Polytechnic\"\n}"}],"_postman_id":"b06cda36-d4d3-4ff8-860a-a079c6e0d25a"},{"name":"v1/listing/:listing_id","id":"93c98f9e-37f0-448e-9d8c-ceb13a3d7a45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://chain-server-api.onrender.com/v1/listing/${listing_id}","description":"<p>Delete <em><strong>listing</strong></em> by <strong>listing_id (DELETE)</strong></p>\n","urlObject":{"protocol":"https","path":["v1","listing","${listing_id}"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"13865303-db24-47e7-8200-dc82cb98014c","name":"v1/listing/:listing_id","originalRequest":{"method":"DELETE","header":[],"url":"https://chain-server-api.onrender.com/v1/listing/1"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"93c98f9e-37f0-448e-9d8c-ceb13a3d7a45"}],"id":"f8e598df-0c3a-44da-999c-449434bc0ed3","description":"<p><strong>API calls for</strong> <em><strong>job listings</strong></em></p>\n<ul>\n<li>Create new <em><strong>listing</strong></em> <strong>(POST)</strong></li>\n<li>Get ALL <em><strong>listings</strong></em> <strong>(GET)</strong></li>\n<li>Get <em><strong>listing</strong></em> by <strong>listing_id (GET)</strong></li>\n<li>Get <em><strong>listing</strong></em> by <strong>listing_title</strong> <strong>(GET)</strong></li>\n<li>Get <em><strong>listing</strong></em> by <strong>organisation_name (GET)</strong></li>\n<li>Update <em><strong>listing</strong></em> by <strong>listing_id</strong> <strong>(PUT)</strong></li>\n<li>Delete <em><strong>listing</strong></em> by <strong>listing_id (DELETE)</strong></li>\n</ul>\n<img src=\"https://content.pstmn.io/04c7107b-1236-4f70-b2b0-52c39f7b5bff/U2NyZWVuc2hvdCAyMDIzLTEyLTAzIGF0IDIuMTYuMDLigK9QTS5wbmc=\" />","_postman_id":"f8e598df-0c3a-44da-999c-449434bc0ed3"},{"name":"Application","item":[{"name":"v1/application","id":"dede260c-b93d-4a2f-a7c9-fbdb65f98e32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://chain-server-api.onrender.com/v1/application","urlObject":{"protocol":"https","path":["v1","application"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"05fa9816-e7b9-4dd8-a1f4-5182ab2264fe","name":"v1/application","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"subgraph_id\": \"0x200d90a896438fb0e21361edd271c2cbb34637f7fffada0ea20613e0de08f86a1d000000\",\n    \"applicant_wallet_address\": \"0x5f9e06fd34a67637315e7dce6866a4d3783e014e\",\n    \"listing_id\": 1,\n    \"profile_url\": \"profile/0x5f9e06fd34a67637315e7dce6866a4d3783e014e\"\n}","options":{"raw":{"language":"json"}}},"url":"https://chain-server-api.onrender.com/v1/application"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"subgraph_id\": \"0x200d90a896438fb0e21361edd271c2cbb34637f7fffada0ea20613e0de08f86a1d000000\",\n    \"applicant_wallet_address\": \"0x5f9e06fd34a67637315e7dce6866a4d3783e014e\",\n    \"listing_id\": 1,\n    \"profile_url\": \"profile/0x5f9e06fd34a67637315e7dce6866a4d3783e014e\"\n}"}],"_postman_id":"dede260c-b93d-4a2f-a7c9-fbdb65f98e32"},{"name":"v1/application","id":"3481da08-5165-4bff-90b2-8d3d9c53b152","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/application","urlObject":{"protocol":"https","path":["v1","application"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"bc475dca-6a07-4488-ba2a-21906b9195e2","name":"v1/application","originalRequest":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/application"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"applicant_wallet_address\": \"0x5f9e06fd34a67637315e7dce6866a4d3783e014e\",\n        \"listing_id\": 1,\n        \"profile_url\": \"profile/0x5f9e06fd34a67637315e7dce6866a4d3783e014e\",\n        \"subgraph_id\": \"0x200d90a896438fb0e21361edd271c2cbb34637f7fffada0ea20613e0de08f86a1d000000\"\n    }\n]"}],"_postman_id":"3481da08-5165-4bff-90b2-8d3d9c53b152"},{"name":"v1/application/subgraph/:subgraph_id","id":"2cac9b90-04e4-4965-9b63-440d9556be0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/application/subgraph/${subgraph_id}","urlObject":{"protocol":"https","path":["v1","application","subgraph","${subgraph_id}"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"bb364d6f-0347-4bc6-a7dc-412a7152de0d","name":"v1/application/subgraph/:subgraph_id","originalRequest":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/application/subgraph/0x200d90a896438fb0e21361edd271c2cbb34637f7fffada0ea20613e0de08f86a1d000000"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicant_wallet_address\": \"0x5f9e06fd34a67637315e7dce6866a4d3783e014e\",\n    \"listing_id\": 16,\n    \"listing_title\": \"Rust Engineer\",\n    \"organisation_id\": 29,\n    \"profile_url\": \"profile/0x5f9e06fd34a67637315e7dce6866a4d3783e014e\",\n    \"subgraph_id\": \"0x200d90a896438fb0e21361edd271c2cbb34637f7fffada0ea20613e0de08f86a1d000000\"\n}"}],"_postman_id":"2cac9b90-04e4-4965-9b63-440d9556be0a"},{"name":"v1/application/user/:applicant_wallet_address","id":"af801521-10d1-46f1-8fc3-01237e50d2a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/application/user/${applicant_wallet_address}","urlObject":{"protocol":"https","path":["v1","application","user","${applicant_wallet_address}"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"6f6ebffe-2575-443a-839c-9eefb78d85f6","name":"v1/application/user/:applicant_wallet_address","originalRequest":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/application/user/0x5f9e06fd34a67637315e7dce6866a4d3783e014e"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicant_wallet_address\": \"0x5f9e06fd34a67637315e7dce6866a4d3783e014e\",\n    \"listing_id\": 16,\n    \"listing_title\": \"Rust Engineer\",\n    \"organisation_id\": 29,\n    \"profile_url\": \"profile/0x5f9e06fd34a67637315e7dce6866a4d3783e014e\",\n    \"subgraph_id\": \"0x200d90a896438fb0e21361edd271c2cbb34637f7fffada0ea20613e0de08f86a1d000000\"\n}"}],"_postman_id":"af801521-10d1-46f1-8fc3-01237e50d2a5"},{"name":"v1/application/listing/:listing_id","id":"ebf16362-4cce-4fa4-8c82-647f2cc91f93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/application/listing/${listing_id}","urlObject":{"protocol":"https","path":["v1","application","listing","${listing_id}"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"a5e8cd70-ff8b-47f2-8211-750bd9492bbe","name":"v1/application/listing/:listing_id","originalRequest":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/application/listing/1"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicant_wallet_address\": \"0x5f9e06fd34a67637315e7dce6866a4d3783e014e\",\n    \"listing_id\": 16,\n    \"listing_title\": \"Rust Engineer\",\n    \"organisation_id\": 29,\n    \"profile_url\": \"profile/0x5f9e06fd34a67637315e7dce6866a4d3783e014e\",\n    \"subgraph_id\": \"0x200d90a896438fb0e21361edd271c2cbb34637f7fffada0ea20613e0de08f86a1d000000\"\n}"}],"_postman_id":"ebf16362-4cce-4fa4-8c82-647f2cc91f93"},{"name":"v1/application/organisation/:organisation_id","id":"7bc9d4a4-b3e4-47b5-96a4-42025f996c7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/application/organisation/${organisation_id}","urlObject":{"protocol":"https","path":["v1","application","organisation","${organisation_id}"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"9e30c169-0498-4660-8bcb-b877785a7684","name":"v1/application/organisation/:organisation_id","originalRequest":{"method":"GET","header":[],"url":"https://chain-server-api.onrender.com/v1/application/organisation/29"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicant_wallet_address\": \"0x5f9e06fd34a67637315e7dce6866a4d3783e014e\",\n    \"listing_id\": 16,\n    \"listing_title\": \"Rust Engineer\",\n    \"organisation_id\": 29,\n    \"profile_url\": \"profile/0x5f9e06fd34a67637315e7dce6866a4d3783e014e\",\n    \"subgraph_id\": \"0x200d90a896438fb0e21361edd271c2cbb34637f7fffada0ea20613e0de08f86a1d000000\"\n}"}],"_postman_id":"7bc9d4a4-b3e4-47b5-96a4-42025f996c7c"},{"name":"v1/application/:subgraph_id","id":"c1c81949-13f9-4f38-81cb-38c9ea3b93f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://chain-server-api.onrender.com/v1/application/${subgraph_id}","urlObject":{"protocol":"https","path":["v1","application","${subgraph_id}"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"1005dbc3-ebe0-4383-bb86-34f1254cc934","name":"v1/application/:subgraph_id","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"applicant_wallet_address\": \"0x5f9e06fd34a67637315e7dce6866a4d3783e014e\",\n    \"listing_id\": 16,\n    \"profile_url\": \"profile/0x5f9e06fd34a67637315e7dce6866a4d3783e014e\"\n}","options":{"raw":{"language":"json"}}},"url":"https://chain-server-api.onrender.com/v1/application/0x200d90a896438fb0e21361edd271c2cbb34637f7fffada0ea20613e0de08f86a1d000000"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"subgraph_id\": \"0x200d90a896438fb0e21361edd271c2cbb34637f7fffada0ea20613e0de08f86a1d000000\",\n    \"applicant_wallet_address\": \"0x5f9e06fd34a67637315e7dce6866a4d3783e014e\",\n    \"listing_id\": 16,\n    \"profile_url\": \"profile/0x5f9e06fd34a67637315e7dce6866a4d3783e014e\"\n}"}],"_postman_id":"c1c81949-13f9-4f38-81cb-38c9ea3b93f2"},{"name":"v1/application/:subgraph_id","id":"72b43227-93fb-4383-827b-6d0201b93427","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://chain-server-api.onrender.com/v1/application/${subgraph_id}","urlObject":{"protocol":"https","path":["v1","application","${subgraph_id}"],"host":["chain-server-api","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"1d44d630-4c7f-4dc0-9096-5b1aa34bba9f","name":"v1/application/:subgraph_id","originalRequest":{"method":"DELETE","header":[],"url":"https://chain-server-api.onrender.com/v1/application/0x200d90a896438fb0e21361edd271c2cbb34637f7fffada0ea20613e0de08f86a1d000000"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"subgraph_id\": \"0x200d90a896438fb0e21361edd271c2cbb34637f7fffada0ea20613e0de08f86a1d000000\"\n}"}],"_postman_id":"72b43227-93fb-4383-827b-6d0201b93427"}],"id":"c270a220-0192-4672-8a72-eda1b4d104aa","description":"<p><strong>API calls for</strong> <em><strong>job applications</strong></em></p>\n<ul>\n<li><p>Create new <em><strong>application</strong></em> <strong>(POST)</strong></p>\n</li>\n<li><p>Get ALL <em><strong>applications</strong></em> <strong>(GET)</strong></p>\n</li>\n<li><p>Get <em><strong>application</strong></em> by <strong>subgraph_id (GET)</strong></p>\n</li>\n<li><p>Get <em><strong>application</strong></em> by <strong>applicant_wallet_address</strong> <strong>(GET)</strong></p>\n</li>\n<li><p>Get <em><strong>application</strong></em> by <strong>listing_id (GET)</strong></p>\n</li>\n<li><p>Get <em><strong>application</strong></em> by <strong>organisation_id (GET)</strong></p>\n</li>\n<li><p>Update <em><strong>application</strong></em> by <strong>subgraph_id</strong> <strong>(PUT)</strong></p>\n</li>\n<li><p>Delete <em><strong>application</strong></em> by <strong>subgraph_id (DELETE)</strong></p>\n</li>\n</ul>\n<img src=\"https://content.pstmn.io/aa710c0a-83e0-499d-97fb-8644575914eb/U2NyZWVuc2hvdCAyMDIzLTEyLTA3IGF0IDIuMjguNTjigK9QTS5wbmc=\" />","_postman_id":"c270a220-0192-4672-8a72-eda1b4d104aa"}]}