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
Key | Datatype | Required | Description |
---|---|---|---|
from | string | Fetching all the transfers from a specified address. | |
to | string | Fetching all the transfers to a specified address. | |
operation_id | string | Fetching all the transfers made in an operation. | |
start_date | string | Start date for fetching transfers within a specific date range. | |
end_date | string | End date for fetching transfers within a specific date range. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"examples":{"example-1":{"value":[{"from":"AU1Fp7uBP2TXxDty2HdTE3ZE3XQ4cNXnG3xuo8TkQLJtyxC7FKhx","to":"AU1iUsXqfqAfhBw7Bc4yMm2nw3AzLdo9f6bsMTm7no3UZpzBvuNR","amount":"0.000000001","context":{"operation_id":"O12Bve9WYNApCDCcJFGy4giJSNTzhEBVoTtyxDFWxMFYF1iJYYbd"}},{"from":"AU1Fp7uBP2TXxDty2HdTE3ZE3XQ4cNXnG3xuo8TkQLJtyxC7FKhx","to":"AU12FoGv3tAQ7pbMVZFL5TRnVwmSGDYcb69vGbG8s9cppSFVAER6n","amount":"0.000000001","context":{"operation_id":"O12uZnkLMsmeiCJpgkP6agX5VYTvsNp7xdNLs3ew5Wrp6ytfiPdZ"}}]}}}