Find
2 min
📝 description retrieves full details of a transaction/withdrawal, including status, amount, destination, and timestamps use this to track the lifecycle of a withdrawal request { "name" "/api/transaction/v1/find", "method" "get", "url" "https //cloudbreak cambyopro com/api/transaction/v1/find", "description" "query transaction by txid, transactioncode or externalid", "tab" "examples", "examples" { "languages" \[ { "id" "fvmdyd8i8oojeldjjsnmh", "language" "curl", "code" "curl request get \\\\\n url https //cloudbreak cambyopro com/api/transaction/v1/find \\\\\n header 'accept application/json' \\\\\n header 'authorization string'", "customlabel" "" }, { "id" "ooa2jqbq2qwsji0gy1o8d", "language" "nodejs", "code" "var request = require('request');\nvar options = {\n 'method' 'get',\n 'url' 'https //cloudbreak cambyopro com/api/transaction/v1/find',\n 'headers' {\n 'accept' 'application/json',\n 'content type' 'application/json',\n 'authorization' 'string'\n }\n};\nrequest(options, function (error, response) {\n if (error) throw new error(error);\n console log(response body);\n});\n", "customlabel" "" }, { "id" "xgjassv0yz1pxxoktfiq0", "language" "javascript", "code" "var myheaders = new headers();\nmyheaders append(\\"accept\\", \\"application/json\\");\nmyheaders append(\\"content type\\", \\"application/json\\");\nmyheaders append(\\"authorization\\", \\"string\\");\n\nvar requestoptions = {\n method 'get',\n headers myheaders,\n redirect 'follow'\n};\n\nfetch(\\"https //cloudbreak cambyopro com/api/transaction/v1/find\\", requestoptions)\n then(response => response text())\n then(result => console log(result))\n catch(error => console log('error', error));", "customlabel" "" }, { "id" "igjjyixhpghagfwmulm t", "language" "python", "code" "import requests\nimport json\n\nurl = \\"https //cloudbreak cambyopro com/api/transaction/v1/find\\"\n\npayload = {}\nheaders = {\n 'accept' 'application/json',\n 'content type' 'application/json',\n 'authorization' 'string'\n}\n\nresponse = requests request(\\"get\\", url, headers=headers, data=payload)\n\nprint(response text)\n", "customlabel" "" }, { "id" "4 ikqkxugy39zc3 cjc 4", "language" "ruby", "code" "require \\"uri\\"\nrequire \\"json\\"\nrequire \\"net/http\"\n\nurl = uri(\\"https //cloudbreak cambyopro com/api/transaction/v1/find\\")\n\nhttps = net http new(url host, url port)\nhttps use ssl = true\n\nrequest = net http get new(url)\nrequest\[\\"accept\\"] = \\"application/json\\"\nrequest\[\\"content type\\"] = \\"application/json\\"\nrequest\[\\"authorization\\"] = \\"string\\"\n\nresponse = https request(request)\nputs response read body\n", "customlabel" "" } ], "selectedlanguageid" "fvmdyd8i8oojeldjjsnmh" }, "results" { "languages" \[ { "id" "8awq k4b2jwsr3cwel30t", "language" "200", "code" "{\n \\"success\\" true,\n \\"message\\" \\"find transaction successful\\",\n \\"count\\" 1,\n \\"rows\\" \[\n {\n \\"transactioncode\\" \\"c0a8 \\",\n \\"externalid\\" \\"ext 123\\",\n \\"txid\\" \\"0xabc \\",\n \\"amount\\" 1 234,\n \\"type\\" \\"debit\\",\n \\"status\\" \\"success\\",\n \\"coin\\" \\"usdt\\",\n \\"wallet\\" \\"minha subconta\\",\n \\"description\\" \\"saque authwallet\\",\n \\"destinationadress\\" \\"0x123 \\",\n \\"networkfee\\" 0 0005,\n \\"createdat\\" \\"2025 01 01t12 00 00z\\"\n }\n ]\n}", "customlabel" "" }, { "id" "ld3evjh2vk qtg0zexitl", "language" "401", "code" "{\n \\"success\\" false,\n \\"message\\" \\"missing bearer token\\"\n}", "customlabel" "" }, { "id" "fyjh5rykjs rk4vkg3oyi", "language" "404", "code" "{\n \\"success\\" false,\n \\"message\\" \\"transaction not found \\"\n}", "customlabel" "" }, { "id" "fidelhsrdurqtn2eiuwsy", "language" "406", "code" "{\n \\"success\\" false,\n \\"message\\" \\"provide one of txid, transactioncode or externalid \\"\n}", "customlabel" "" } ], "selectedlanguageid" "8awq k4b2jwsr3cwel30t" }, "request" { "pathparameters" \[], "queryparameters" \[ { "name" "txid", "kind" "optional", "type" "string", "description" "is the unique hash generated by the blockchain that immutably identifies a transaction ", "" "txid" }, { "name" "transactioncode", "kind" "optional", "type" "string", "description" "internal transaction code generated by the system (typically a uuid) \nused to fetch precise details or track transaction processing ", "" "internal transaction code generated by the system (typically a uuid) \nused to fetch precise details or track transaction processing " }, { "name" "externalid", "kind" "optional", "type" "string", "description" "idempotency key, from 1 to 36 characters \nused to uniquely identify and deduplicate transaction requests ", "" "idempotency key, from 1 to 36 characters \nused to uniquely identify and deduplicate transaction requests " } ], "headerparameters" \[ { "name" "authorization", "kind" "required", "type" "string", "description" "bearer {{accesstoken}}", "" "bearer {{accesstoken}}" } ], "bodydataparameters" \[], "formdataparameters" \[] }, "currentnewparameter" { "label" "query parameter", "value" "queryparameters" }, "hastryitout" true, "autogeneratedanchorslug" "apitransactionv1find", "legacyhash" "vabnn9kdyglobqscz27uj" }