> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.chainstack.com/feedback

```json
{
  "path": "/reference/bitcoin-rpc-methods-postman-collection",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Bitcoin API Postman collection

> Here you will have access to a Postman collection to test the Bitcoin API methods using your Bitcoin endpoint deployed with Chainstack.

## What is Postman?

[Postman](https://www.postman.com/) is a popular collaboration platform for developers that simplifies the process of building, testing, and documenting APIs. It allows developers to send HTTP requests and receive responses in a user-friendly interface, making it easy to debug and test APIs.

This collection allows you to test Bitcoin RPC methods using your Chainstack node conveniently.

<Check>
  ### Get your own node endpoint today

  [Start for free](https://console.chainstack.com/) and get your app to production levels immediately. No credit card required.

  You can sign up with your GitHub, X, Google, or Microsoft account.
</Check>

## Get a Chainstack Bitcoin endpoint

Follow these steps to sign up on Chainstack, deploy a Bitcoin RPC node, and find your endpoint credentials:

<Steps>
  <Step>
    [Sign up with Chainstack](https://console.chainstack.com/user/account/create).
  </Step>

  <Step>
    [Deploy a node](/docs/manage-your-networks).
  </Step>

  <Step>
    [View node access and credentials](/docs/manage-your-node#view-node-access-and-credentials).
  </Step>
</Steps>

## Test Bitcoin RPC methods in Postman

You can test your Bitcoin endpoint with the following Postman collection.

### Run the collection

<Steps>
  <Step>
    Click **Run in Postman**.

    [    <img src="https://mintcdn.com/chainstack/4kCLdVG8vhROt3j-/images/reference/button.svg?fit=max&auto=format&n=4kCLdVG8vhROt3j-&q=85&s=417854aa7ae0a1a626a668cf789d0923" alt="Run in Postman" width="128" height="32" data-path="images/reference/button.svg" />](https://app.getpostman.com/run-collection/26848262-51843be6-aec9-4b04-b0df-46eeb979de1c?action=collection%2Ffork\&collection-url=entityId%3D26848262-51843be6-aec9-4b04-b0df-46eeb979de1c%26entityType%3Dcollection%26workspaceId%3Df1ba12a1-51de-4de6-8a9e-97b26ce685e0)
  </Step>

  <Step>
    Click **Fork collection** and follow the steps to set it up in your environment.
  </Step>

  <Step>
    After the collection is set up, select a method to test, for example, `getbestblockhash`.
  </Step>

  <Step>
    Hover over `{{YOUR_CHAINSTACK_ENDPOINT}}` and click **Add new variable**.
  </Step>

  <Step>
    Add your Chainstack node endpoint to the **Value** field, and select the collection as the **Scope**.
  </Step>
</Steps>

Now your Chainstack endpoint is available for every method. Edit the **Body** parameters if you need and send the request using the **Send** button.
