---
title: "Lookup Crypto Send by sequenceId"
method: GET
path: "/send/crypto/sequence-id/{id}"
---

# Lookup Crypto Send by sequenceId

`GET /send/crypto/sequence-id/{id}`

Retrieve information about a specific receive request using its sequenceId property

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `partnerId` string
  - `cryptoRate` integer
  - `externalWalletAddress` string
  - `status` string
  - `createdAt` string
  - `fiatAmountUSD` integer
  - `source` string
  - `sequenceId` string
  - `cryptoCurrency` string
  - `network` string
  - `cryptoAmount` integer
  - `updatedAt` string
  - `provider` string
  - `id` string
  - `transactionHash` string
  - `walletBalanceUSD` number
  - `type` string

## Other responses

- `404` — 404
- `500` — 500

---

[API](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api.md) · [All operations](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yellowcard/yellow-cards-payment-api/versions/516d251059cc/schema)
