# Ledger Requests API

**Canonical:** https://apis.io/apis/ledger/ledger-requests-api/  
**Provider:** Ledger — https://apis.io/providers/ledger/  
**Base URL:** https://api.vault.ledger.com  
**Documentation:** https://developers.ledger.com/docs/ledger-live/exchange

Ledger Requests API is one of 42 APIs that [Ledger](https://apis.io/providers/ledger/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Requests. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, API documentation, a getting-started guide, authentication docs, and rate-limit docs.

A Request represents the intent of creating or changing an object in the system. For example, when you create a transaction, a *Create transaction* request is created. You can observe all the changes in the system via `GET /requests`. Every request has a `target_type` and `target_id` that you can use to fetch the object targeted by this request. For example, you can list all requests waiting for approval: ``` GET /requests?status=PENDING_APPROVAL { "edges": [ { "cursor": 0, "node": { "created_by": 5, "created_on": "2020-09-25T13:52:38.377654+00:00", "expires_at": "2020-10-02T13:52:38.377605+00:00", "id": 20, "status": "PENDING_APPROVAL", "target_id": 13, "target_type": "USER", "type": "REVOKE_USER" } }, { "cursor": 1, "node": { "created_by": 11, "created_on": "2020-09-25T13:52:53.421567+00:00", "expires_at": "2020-10-02T13:52:53.421502+00:00", "id": 21, "status": "PENDING_APPROVAL", "target_id": 3681, "target_type": "TRANSACTION", "type": "CREATE_TRANSACTION" } } ], "page_info": { "count": 2, "has_next_page": false } } ``` Here we have 2 requests waiting for approval. You can have more info on those 2 objects via ``` GET /users/13 GET /transactions/3681 ```

## Machine-readable artifacts (14)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/ledger/refs/heads/main/openapi/ledger-requests-api-openapi.yml
- **APIReference** — https://developers.ledger.com/docs/ledger-live/exchange/swap/redoc-api
- **Documentation** — https://developers.ledger.com/docs/ledger-live/exchange
- **Webhooks** — https://raw.githubusercontent.com/api-evangelist/ledger/refs/heads/main/asyncapi/ledger-exchange-webhooks.yml
- **APIReference** — https://help.enterprise.ledger.com/api-documentation/reference/api-reference
- **Documentation** — https://help.enterprise.ledger.com/api-documentation
- **GettingStarted** — https://help.enterprise.ledger.com/api-documentation/getting-started/getting-started
- **Authentication** — https://help.enterprise.ledger.com/api-documentation/getting-started/authentication
- **RateLimits** — https://help.enterprise.ledger.com/api-documentation/getting-started/rate-limits
- **LLMsTxt** — https://help.enterprise.ledger.com/llms.txt
- **APIReference** — https://help.multisig.ledger.com/reference
- **Documentation** — https://help.multisig.ledger.com/ledger-enterprise-multisig-api-overview
- **LLMsTxt** — https://help.multisig.ledger.com/llms.txt
- **CLI** — https://raw.githubusercontent.com/api-evangelist/ledger/refs/heads/main/cli/ledger-cli.yml

## Other Ledger APIs (12)

- [Ledger Wallet API](https://apis.io/apis/ledger/ledger-wallet-api/)
- [Ledger Device Management Kit](https://apis.io/apis/ledger/ledger-device-management-kit/)
- [Ledger 4337 API](https://apis.io/apis/ledger/ledger-4337-api/)
- [Ledger Accounts API](https://apis.io/apis/ledger/ledger-accounts-api/)
- [Ledger Authentication API](https://apis.io/apis/ledger/ledger-authentication-api/)
- [Ledger Buy Redirect API](https://apis.io/apis/ledger/ledger-buy-redirect-api/)
- [Ledger Capabilities API](https://apis.io/apis/ledger/ledger-capabilities-api/)
- [Ledger Cardano API](https://apis.io/apis/ledger/ledger-cardano-api/)
- [Ledger Compliance API](https://apis.io/apis/ledger/ledger-compliance-api/)
- [Ledger Crypto Currencies API](https://apis.io/apis/ledger/ledger-crypto-currencies-api/)
- [Ledger Currencies API](https://apis.io/apis/ledger/ledger-currencies-api/)
- [Ledger Delegates API](https://apis.io/apis/ledger/ledger-delegates-api/)

## Tags

Requests

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/ledger/ledger-requests-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/ledger/.
