get transactionsCopy Pageget httsp://example.com/v1/transactionsRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Query Paramsidarray of stringsfilter transactions by transaction identifieridADD stringnamearray of stringsfilter transactions by the customer's name ( the phonetic name and local name is also applicable)nameADD stringaddressarray of stringsfilter transactions by transaction addressaddressADD stringtx_idarray of stringsfilter transactions by transaction id on blockchaintx_idADD stringcurrency_idarray of stringsfilter transactions by transaction currency idcurrency_idADD stringlast_screenedarray of stringsfilter transactions by a range of last screened(ie. '2021-01-01T00:00:00.000Z,2021-01-02T23:59:59.999Z' means an range between 2021-01-01T00:00:00.000Z and 2021-01-02T23:59:59.999Z inclusive)last_screenedADD stringrisk_score_providerarray of stringsfilter transactions by risk score providerrisk_score_providerADD stringrisk_scorearray of stringsA URL parameter that specifies the range of risk score. This format should be {provider:from,to} (ie.Elliptic:0,10 or Chainalysis V1:low,high).risk_scoreADD stringstatusarray of integersfilter transactions by transaction status(0:Processing,1:Blocked,2:Pending On Beneficiary,3:Transfer To Beneficiary Failed,4:Pending On Originator,5:Transfer To Originator Failed,6:Confirmed,7:Confirm Failed,8:Rejected)statusADD integerstatus_textarrayfilter transactions by transaction status textstatus_textADD valuearray of stringsA URL parameter that specifies the range of value. This format should be {from,to} (ie.value=0.1,10.5 means filtering transactions by value between 0.1 and 10.5 inclusive).valueADD stringsanction_scorearray of stringsA URL parameter that specifies the range of sanction screening score. This format should be {from,to} (ie.sanction_score=0.1,10.5 means filtering transactions by sanction_score between 0.1 and 10.5 inclusive).sanction_scoreADD stringprotocolarrayfilter transactions by transaction protocolprotocolADD created_atarray of stringsfilter data by a range of created data(ie. '2021-01-01T00:00:00.000Z,2021-01-02T23:59:59.999Z' means an range between 2021-01-01T00:00:00.000Z and 2021-01-02T23:59:59.999Z inclusive)created_atADD stringlimitintegerA URL parameter that specifies the maximum number of records to return. This can be any positive integer between 1 and 1000 inclusive. If not specified, the default is 20.offsetintegerSpecifies an offset that allows you to retrieve the next batch of records.Any positive integer.If not specified, the default is 0.orderbyarray of stringsSpecifies sequences to sort data (ie.orderby=id:desc)orderbyADD stringupdated_atarray of stringsfilter data by a range of updated data(ie. '2021-01-01T00:00:00.000Z,2021-01-02T23:59:59.999Z' means an range between 2021-01-01T00:00:00.000Z and 2021-01-02T23:59:59.999Z inclusive)updated_atADD stringResponses 200OK 400Bad Request 401Unauthorized 403Forbidden 500Internal Server ErrorUpdated 6 months ago