---
title: "Get Send Transaction"
method: GET
path: "/sends/{id}"
tags: ["Transactions"]
---

# Get Send Transaction

`GET /sends/{id}`

This is a POST request, submitting data to an API via the request body. This request submits JSON data, and the data is reflected in the response.

A successful POST request typically returns a `200 OK` or `201 Created` response code.

## Path parameters

- `id` string, required

## Response `200`

Get Send Transaction

- object
  - `amount` integer
  - `createdAt` string
  - `currency` string
  - `destinationAddress` string
  - `destinationType` string
  - `destinationVaultId` string
  - `externalId` string
  - `id` string
  - `network` string
  - `networkFee` number
  - `partnerId` string
  - `sequenceId` string
  - `sourceAddress` string
  - `sourceVaultId` string
  - `status` string
  - `token` string
  - `type` string
  - `updatedAt` string

## Other responses

- `500` — Internal Server Error

---

[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/revisions/516d251059cc/schema)
