---
title: "Build transaction calls to draw credit"
method: GET
path: "/credit/accounts/{account}/draw"
tags: ["Credit"]
---

# Build transaction calls to draw credit

`GET /credit/accounts/{account}/draw`

Returns the calls needed to draw credit. If the user has sufficient
registered collateral, the drawCredit call is returned.

## Path parameters

- `account` string, required

## Query parameters

- `amount` string, required
- `receiver` string, required

## Response `200`

List of contract calls to execute drawing credit

- CreditDrawCreditResponse
  - `calls` EvmContractCall[], required
    - `chain` string, required
    - `data` integer[], required
    - `to` integer[], required
    - `value` TypesBigInt, required

## Other responses

- `400` — Bad request due to invalid input or insufficient collateral
- `401` — Unauthorized
- `500` — Internal server error

---

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