{"info":{"_postman_id":"c0de279d-7f9c-4b20-b251-b1b3ee53d6d7","name":"니모닉 지갑 API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"4984083","collectionId":"c0de279d-7f9c-4b20-b251-b1b3ee53d6d7","publishedId":"Uz5MDYeU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-06-09T02:45:26.000Z"},"item":[{"name":"니모닉 코드 얻기","id":"b9888cbd-c088-4a35-bde1-c6f62cf23931","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:3000/wallet/newMnemonic","urlObject":{"protocol":"http","port":"3000","path":["wallet","newMnemonic"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"64667acb-b56f-44db-8c1b-9207f5cc878f","name":"니모닉 코드 얻기","originalRequest":{"method":"POST","header":[],"url":"http://localhost:3000/wallet/newMnemonic"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"93"},{"key":"ETag","value":"W/\"5d-bmo9uebHT7QrFtV7hpkjG1Cb0I8\""},{"key":"Date","value":"Thu, 09 Jun 2022 02:33:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"mnemonic\": \"trigger frost absorb violin vague law smoke coast display deposit frozen cruel\"\n}"}],"_postman_id":"b9888cbd-c088-4a35-bde1-c6f62cf23931"},{"name":"keystore와 address의 응답 API 테스트","id":"2d8d864d-6b1b-4b02-a91d-aaa4b3d23cea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"mnemonic\": \"flash tenant spider parent quality rhythm denial ceiling now badge tomorrow solid\",\n    \"password\": \"beeimp\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/wallet/newWallet","urlObject":{"protocol":"http","port":"3000","path":["wallet","newWallet"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"66a88b9b-06b7-4e75-9e4e-f4e94daf6483","name":"keystore와 address의 응답 API 테스트","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"mnemonic\": \"trigger frost absorb violin vague law smoke coast display deposit frozen cruel\",\n    \"password\": \"beeimp\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/wallet/newWallet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"193"},{"key":"ETag","value":"W/\"c1-DhtpEucMXnd+5faJydF6EHPlqac\""},{"key":"Date","value":"Thu, 09 Jun 2022 02:33:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"지갑 생성!(/Users/beeimp/Documents/Projects/CodeStates/section-04/beb-sprint-MnemonicWallet/routes/wallet.json)\",\n    \"address\": \"0xac1efb2f1dc7d454f173a1931d2b1d490070a3c6\"\n}"}],"_postman_id":"2d8d864d-6b1b-4b02-a91d-aaa4b3d23cea"},{"name":"파생키","id":"b5f33788-8164-4457-b150-70d520c8d114","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"beeimp\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/wallet/newSubWallet","urlObject":{"protocol":"http","port":"3000","path":["wallet","newSubWallet"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fc791fdf-2515-4fa9-ba7b-82ff71201577","name":"파생키","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"beeimp\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/wallet/newSubWallet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"193"},{"key":"ETag","value":"W/\"c1-T9X/mGCDp0rsA/Rbe+EZHOEWhWk\""},{"key":"Date","value":"Thu, 09 Jun 2022 02:33:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"지갑 생성!(/Users/beeimp/Documents/Projects/CodeStates/section-04/beb-sprint-MnemonicWallet/routes/wallet.json)\",\n    \"address\": \"0xf3dec098801d3816fdda1100c6f4e6c2d04a2a82\"\n}"}],"_postman_id":"b5f33788-8164-4457-b150-70d520c8d114"}]}