Find
2 min
📝 description retrieves full details for a single order (status, amounts, timestamps, and other metadata) by its identifier the response helps confirm whether an order was created, executed, settled, or failed { "name" "/api/trade/v1/find", "method" "get", "url" "https //cloudbreak cambyopro com/api/trade/v1/find", "description" "search order status by code ", "tab" "examples", "examples" { "languages" \[ { "id" "pbho5 iqgyeqqj2ezqvjx", "language" "curl", "code" "curl request get \\\\\n url 'https //cloudbreak cambyopro com/api/trade/v1/find?quoteid=string' \\\\\n header 'accept application/json' \\\\\n header 'authorization string'", "customlabel" "" }, { "id" "12bbaqt489mpv qifrafe", "language" "nodejs", "code" "var request = require('request');\nvar options = {\n 'method' 'get',\n 'url' 'https //cloudbreak cambyopro com/api/trade/v1/find?quoteid=string',\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" "fgzpeeyz ek42hsu ut5c", "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/trade/v1/find?quoteid=string\\", requestoptions)\n then(response => response text())\n then(result => console log(result))\n catch(error => console log('error', error));", "customlabel" "" }, { "id" "552sx tvh6pr79w ht4fv", "language" "python", "code" "import requests\nimport json\n\nurl = \\"https //cloudbreak cambyopro com/api/trade/v1/find?quoteid=string\\"\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" "qknqdahztfnrenhwxigfo", "language" "ruby", "code" "require \\"uri\\"\nrequire \\"json\\"\nrequire \\"net/http\"\n\nurl = uri(\\"https //cloudbreak cambyopro com/api/trade/v1/find?quoteid=string\\")\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" "pbho5 iqgyeqqj2ezqvjx" }, "results" { "languages" \[ { "id" "8awq k4b2jwsr3cwel30t", "language" "200", "code" "{\n \\"success\\" true,\n \\"quoteid\\" \\"8654307\\",\n \\"status\\" \\"processing\\",\n \\"crypto amount\\" 100,\n \\"brl amount\\" 572 8,\n \\"product price\\" 5 728,\n \\"currency amount\\" \\"usdt\\",\n \\"side\\" \\"buy\\",\n \\"updatedat\\" \\"2025 01 01t12 00 00z\\",\n \\"createdat\\" \\"2025 01 01t12 00 00z\\"\n}", "customlabel" "" }, { "id" "n8o1zweyhszfjadakum c", "language" "401", "code" "{\n \\"success\\" false,\n \\"message\\" \\"missing bearer token\\"\n}", "customlabel" "" }, { "id" "muzhztozbfnrsu6mlrdft", "language" "404", "code" "{\n \\"success\\" false,\n \\"message\\" \\"order not found \\"\n}", "customlabel" "" } ], "selectedlanguageid" "8awq k4b2jwsr3cwel30t" }, "request" { "pathparameters" \[], "queryparameters" \[ { "name" "quoteid", "kind" "required", "type" "string", "description" "quote id reported in your order", "" "quote id reported in your order" } ], "headerparameters" \[ { "name" "authorization", "kind" "required", "type" "string", "description" "bearer {{accesstoken}}", "" "bearer {{accesstoken}}" } ], "bodydataparameters" \[], "formdataparameters" \[] }, "currentnewparameter" { "label" "query parameter", "value" "queryparameters" }, "hastryitout" true, "autogeneratedanchorslug" "apitradev1find", "legacyhash" "gdbjn8jvu5fg78r ac 2m" }