---
title: "Returns information about Solana transactions in a given block range"
method: GET
path: "/api/OrderEvents/solanaDepositsAndWithdrawals"
tags: ["OrderEvents"]
---

# Returns information about Solana transactions in a given block range

`GET /api/OrderEvents/solanaDepositsAndWithdrawals`

## Query parameters

- `fromBlock` integer
- `toBlock` integer

## Response `200`

OK

- SolanaCreateOrderEventDTO[]
  - `blockNumber` integer — Number of the block the event was emitted it
  - `blockTimestamp` integer — Timestamp of the block the event was emitted it
  - `txHash` string, nullable — Hash of the transaction
  - `from` string, nullable — Maker's address
  - `to` string, nullable — Receiver's address
  - `token` string, nullable — GiveToken address
  - `amount` string, nullable — Give amount
  - `isDeposit` boolean — True if current event is unlock event, false if it is unlock event
  - `giveAmountUSD` number, double, nullable — USD equivalent for GiveAmount

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Content
- `500` — Internal Server Error

---

[API](https://skmtc.net/debridge/apis/debridge-liquidity-network-dln-api.md) · [All operations](https://skmtc.net/debridge/apis/debridge-liquidity-network-dln-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debridge/debridge-liquidity-network-dln-api/revisions/ec461847e46f/schema)
