# Infini Fund API

Fund APIs for balance operations (e.g. withdrawals to external wallet addresses). All endpoints use the `/v1/acquiring` prefix.

Requests require [HMAC-SHA256 authentication](/docs/en/4-authorization). To use **Try it**, save Sandbox credentials on [API Credentials](/credentials), or enter Key and Secret under **Security → HMAC**.

Version: 1.0.0

## Servers

Production
```
https://openapi.infini.money/v1/acquiring
```

Sandbox
```
https://openapi-sandbox.infini.money/v1/acquiring
```

## Security

### InfiniHmac

Sandbox API **Key** (keyId) and **Secret** from the Infini dashboard.

Type: http
Scheme: basic

## Download OpenAPI description

[Infini Fund API](https://developer.infini.money/_bundle/apis/fund.yaml)

## Fund

Fund operations

### Query withdraw order status

 - [GET /fund/withdraw](https://developer.infini.money/apis/fund/fund/paths/~1fund~1withdraw/get.md)

### Withdraw fund

 - [POST /fund/withdraw](https://developer.infini.money/apis/fund/fund/paths/~1fund~1withdraw/post.md)

