---
title: "Get some credits from the friendbot"
method: GET
path: "/v1/{id}/friendbot"
tags: ["Entity Endpoints", "Utils"]
---

# Get some credits from the friendbot

`GET /v1/{id}/friendbot`

This endpoint sends 100 credits to the organization account that owns the calling api key. Only on testnet.

## Path parameters

- `id` string, required

## Response `200`

- FriendbotResponseDto
  - `serialization` string, required — The serialization string representing the credit to be transfered
  - `amount` number, required — The amount of credits sent to your address
  - `transactionId` string, required — The onchain transaction hash

---

[API](https://skmtc.net/carbonregistry/apis/carbonregistry-api.md) · [All operations](https://skmtc.net/carbonregistry/apis/carbonregistry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonregistry/carbonregistry-api/revisions/b0f71533dff5/schema)
