Fetch transfers

GET {{baseUrl}}/transfers?from=<string>&to=<string>&operation_id=<string>&start_date=<dateTime>&end_date=<dateTime>

Fetches all the transfers based on the provided criteria (address, operation ID, date range).

Request Params

KeyDatatypeRequiredDescription
fromstringFetching all the transfers from a specified address.
tostringFetching all the transfers to a specified address.
operation_idstringFetching all the transfers made in an operation.
start_datestringStart date for fetching transfers within a specific date range.
end_datestringEnd date for fetching transfers within a specific date range.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;examples&quot;:{&quot;example-1&quot;:{&quot;value&quot;:[{&quot;from&quot;:&quot;AU1Fp7uBP2TXxDty2HdTE3ZE3XQ4cNXnG3xuo8TkQLJtyxC7FKhx&quot;,&quot;to&quot;:&quot;AU1iUsXqfqAfhBw7Bc4yMm2nw3AzLdo9f6bsMTm7no3UZpzBvuNR&quot;,&quot;amount&quot;:&quot;0.000000001&quot;,&quot;context&quot;:{&quot;operation_id&quot;:&quot;O12Bve9WYNApCDCcJFGy4giJSNTzhEBVoTtyxDFWxMFYF1iJYYbd&quot;}},{&quot;from&quot;:&quot;AU1Fp7uBP2TXxDty2HdTE3ZE3XQ4cNXnG3xuo8TkQLJtyxC7FKhx&quot;,&quot;to&quot;:&quot;AU12FoGv3tAQ7pbMVZFL5TRnVwmSGDYcb69vGbG8s9cppSFVAER6n&quot;,&quot;amount&quot;:&quot;0.000000001&quot;,&quot;context&quot;:{&quot;operation_id&quot;:&quot;O12uZnkLMsmeiCJpgkP6agX5VYTvsNp7xdNLs3ew5Wrp6ytfiPdZ&quot;}}]}}}