{"info":{"name":"CryptoMajor API","description":"Multi-provider crypto wallet and swap API service","version":"1.0.0","schema":"https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{api_token}}","type":"string"}]},"variable":[{"key":"base_url","value":"http:\/\/localhost\/api","type":"string"},{"key":"api_token","value":"your_api_token_here","type":"string"}],"item":[{"name":"Wallet Management","item":[{"name":"Create Wallet","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"network\":\"ethereum\",\"create_backup\":true}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}\/wallets","host":["{{base_url}}"],"path":["wallets"]}}},{"name":"Get Balance","request":{"method":"GET","header":[],"url":{"raw":"{{base_url}}\/wallets\/0x1234567890abcdef\/balance","host":["{{base_url}}"],"path":["wallets","0x1234567890abcdef","balance"]}}}]},{"name":"Swap Operations","item":[{"name":"Get Swap Quote","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"from_token\":\"ETH\",\"to_token\":\"BTC\",\"amount\":\"1\",\"from_network\":\"ethereum\",\"to_network\":\"bitcoin\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}\/swap\/quote","host":["{{base_url}}"],"path":["swap","quote"]}}}]}]}