---
title: "Get Transactions"
method: GET
path: "/sends"
tags: ["Transactions"]
---

# Get Transactions

`GET /sends`

## Query parameters

- `vaultId` string
- `sourceVaultId` string
- `destinationVaultId` string
- `startDate` string, date
- `endDate` string
- `token	` string
- `status` 'created' | 'processing' | 'complete' | 'failed'
- `sourceAddress` string
- `pageSize` string
- `cursor` string

## Response `200`

OK

- object

## Other responses

- `201` — Create Send Transaction
- `400` — Bad Request
- `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)
