Pull transactions

POST /query/pullTransactionIds

This API is for BaaS partners to get all transaction IDs within a certain period of time so that they do not miss any inbound transactions when balance change notifications / callback is not received.

circle-info

Allowed query data timespan: past 30 days Allowed query interval: 1 hour Maximum endTime - startTime span: 4 hours

Fields
Type
Description
Required?

startTime

Long

Unix timestamp of the start time

Mandatory

endTime

Long

Unix timestamp of the end time

Mandatory

Response

{
  "transactionID": "00000" //returns list of transaction IDs
}

Last updated