---
title: "GET /requests"
method: GET
path: "/requests"
---

# GET /requests

`GET /requests`

## Query parameters

- `limit` string
- `continuation` string
- `user` string
- `hash` string
- `originChainId` number
- `destinationChainId` number
- `privateChainsToInclude` string
- `id` string
- `startTimestamp` number
- `endTimestamp` number

## Headers

- `x-api-key` string

## Response `200`

Default Response

- object
  - `requests` object[]
    - `id` string
    - `status` 'failure' | 'fallback' | 'depositing' | 'pending' | 'received' | 'success' — Note that fallback is returned in the case of a refund
    - `user` string
    - `recipient` string
    - `data` object
      - `fees` object
        - `gas` string — Estimated gas cost required for execution, in wei
        - `fixed` string — The fixed fee which is always added to execution, in wei
        - `price` string — The dynamic fee which is a result of the chain and the amount, in wei
      - `feesUsd` object
        - `gas` string
        - `fixed` string
        - `price` string
      - `inTxs` object[]
        - `fee` string — Total fees in wei
        - `data` unknown
        - `stateChanges` unknown
        - `hash` string
        - `type` string — The type of transaction, always set to onchain
        - `chainId` number
        - `timestamp` number
      - `currency` string
      - `feeCurrency` string
      - `appFees` object[]
        - `recipient` string
        - `amount` string
      - `metadata` object
        - `sender` string
        - `recipient` string
        - `currencyIn` object
          - `currency` object
            - `chainId` number
            - `address` string
            - `symbol` string
            - `name` string
            - `decimals` number
            - `metadata` object
              - …
          - `amount` string
          - `amountFormatted` string
          - `amountUsd` string
          - `minimumAmount` string
        - `currencyOut` object
          - `currency` object
            - `chainId` number
            - `address` string
            - `symbol` string
            - `name` string
            - `decimals` number
            - `metadata` object
              - …
          - `amount` string
          - `amountFormatted` string
          - `amountUsd` string
          - `minimumAmount` string
        - `rate` string
      - `price` string
      - `usesExternalLiquidity` boolean
      - `timeEstimate` number
      - `outTxs` object[]
        - `fee` string — Total fees in wei
        - `data` unknown
        - `stateChanges` unknown
        - `hash` string
        - `type` string — The type of transaction, always set to onchain
        - `chainId` number
        - `timestamp` number
    - `createdAt` string
    - `updatedAt` string
  - `continuation` string

---

[API](https://skmtc.net/relay/apis/cross-chain-solver.md) · [All operations](https://skmtc.net/relay/apis/cross-chain-solver/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/relay/cross-chain-solver/versions/428d669c2830/schema)
