---
title: "Get All Mempool Transactions"
method: POST
path: "/mempool"
tags: ["Mempool"]
---

# Get All Mempool Transactions

`POST /mempool`

Get all Transaction Identifiers in the mempool

## Request body

- NetworkRequest — A NetworkRequest is utilized to retrieve some data specific exclusively to a NetworkIdentifier.
  - `network_identifier` NetworkIdentifier, required — unresolved $ref
  - `metadata` object

## Response `200`

Expected response to a valid request

- MempoolResponse — A MempoolResponse contains all transaction identifiers in the mempool for a particular network_identifier.
  - `transaction_identifiers` TransactionIdentifier[], required — unresolved $ref

## Other responses

- `500` — unexpected error

---

[API](https://skmtc.dev/coinbase/apis/rosetta.md) · [All operations](https://skmtc.dev/coinbase/apis/rosetta/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coinbase/rosetta/revisions/758497aacc08/schema)
