{"info":{"_postman_id":"dbd7954b-6d0e-4c89-8890-36b6e17e7bca","name":"B2U API USER","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3568989","collectionId":"dbd7954b-6d0e-4c89-8890-36b6e17e7bca","publishedId":"2s93ecvpa6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"2663ff"},"publishDate":"2023-05-12T12:55:31.000Z"},"item":[{"name":"Register New User","id":"5c909ec1-8abc-4049-bb3a-8e3dd33d392a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"","type":"text"},{"key":"nonce","value":"","type":"text"},{"key":"signature","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"exemplo@exemplo.com.br\",\r\n    \"password\":\"123456@Abcd\",\r\n    \"pin\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://back.bitcointoyou.com/api/v1/auth/api/signup","description":"<p>Register New User via API</p>\n","urlObject":{"protocol":"https","path":["api","v1","auth","api","signup"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c909ec1-8abc-4049-bb3a-8e3dd33d392a"},{"name":"Verify Step 1","id":"5e3f936a-90e3-4964-acb0-ae29e4dc6ae7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"","type":"text"},{"key":"nonce","value":"","type":"text"},{"key":"signature","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"cpf\":\"12345678912\",\r\n    \"type\":\"pf\",\r\n    \"cnpj\":null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://back.bitcointoyou.com/api/v1/verify/1","description":"<p>Basic User Data</p>\n","urlObject":{"protocol":"https","path":["api","v1","verify","1"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e3f936a-90e3-4964-acb0-ae29e4dc6ae7"},{"name":"Verify Step 2","id":"fbc12327-7c9b-49b7-a5f1-08f2d85cdbe8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"},{"key":"key","value":"","type":"text"},{"key":"nonce","value":"","type":"text"},{"key":"signature","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"cnh_frente","value":"","type":"text"},{"key":"cnh_verso","value":"","type":"text"},{"key":"rg_verso","value":"","type":"text"},{"key":"rg_frente","value":"","type":"text"}]},"url":"https://back.bitcointoyou.com/api/v1/verify/2","description":"<p>Send CNH and/or RG</p>\n","urlObject":{"protocol":"https","path":["api","v1","verify","2"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbc12327-7c9b-49b7-a5f1-08f2d85cdbe8"},{"name":"Verify Step 3","id":"300e84d1-33c0-4d41-a23d-07853daa92ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"},{"key":"key","value":"","type":"text"},{"key":"nonce","value":"","type":"text"},{"key":"signature","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"selfie","value":"","type":"text"},{"key":"selfie2","value":"","type":"text"}]},"url":"https://back.bitcointoyou.com/api/v1/verify/3","description":"<p>Send Selfie alone and selfie holding document (Selfie2)</p>\n","urlObject":{"protocol":"https","path":["api","v1","verify","3"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"300e84d1-33c0-4d41-a23d-07853daa92ab"},{"name":"Withdraw BRL","id":"e9d287ec-838d-4f50-a47b-f86ced113493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"","type":"text"},{"key":"nonce","value":"","type":"text"},{"key":"signature","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userBankID\": 0,\n    \"amount\": \"100\",\n    \"asset\": \"BRL\"\n}","options":{"raw":{"language":"json"}}},"url":"https://back.bitcointoyou.com/api/v1/withdrawn/br","urlObject":{"protocol":"https","path":["api","v1","withdrawn","br"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9d287ec-838d-4f50-a47b-f86ced113493"},{"name":"Add bank account","id":"0b54c246-43ea-461e-929e-ba52bc6a77e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"","type":"text"},{"key":"nonce","value":"","type":"text"},{"key":"signature","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"asset\": \"BRL\",\n    \"PIX\": \"12345678912\",\n    \"typePIX\": \"cpf\",\n    \"codBank\": \"001\",\n    \"bankName\": \"Banco do Brasil\",\n    \"agency\": \"1234\",\n    \"account\": \"1234567-1\",\n    \"typeAccount\": \"Conta Corrente\",\n    \"juridic\": 0,\n    \"status\": \"NEW\"\n}","options":{"raw":{"language":"json"}}},"url":"https://back.bitcointoyou.com/api/v1/bank/add","urlObject":{"protocol":"https","path":["api","v1","bank","add"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b54c246-43ea-461e-929e-ba52bc6a77e5"},{"name":"Get all bank accounts","id":"ac8652af-c27b-4777-ad23-88511bf23441","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"","type":"text"},{"key":"nonce","value":"","type":"text"},{"key":"signature","value":"","type":"text"}],"url":"https://back.bitcointoyou.com/api/v1/bank/get-all","urlObject":{"protocol":"https","path":["api","v1","bank","get-all"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac8652af-c27b-4777-ad23-88511bf23441"},{"name":"Withdraw Crypto","id":"bc43b1b4-7564-4668-bfb5-c286ae3bbdc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"","type":"text"},{"key":"nonce","value":"","type":"text"},{"key":"signature","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": \"100\",\n    \"address\": \"\",\n    \"asset\": \"BRL\",\n    \"tag\": \"\",\n    \"network\": \"\",\n    \"observation\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://back.bitcointoyou.com/api/v1/withdrawn/crypto","urlObject":{"protocol":"https","path":["api","v1","withdrawn","crypto"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc43b1b4-7564-4668-bfb5-c286ae3bbdc7"}]}