# openapi.yaml


## Download OpenAPI description

[openapi.yaml](https://developer.infini.money/_bundle/openapi.yaml)

## Currency

### This is a method for get  all cryptocurrencies available for creating orders

 - [GET /currency](https://developer.infini.money/openapi/currency/paths/~1currency/get.md)

## Fund

### Withdraw fund

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

## Order

### Get a new order

 - [GET /order](https://developer.infini.money/openapi/order/paths/~1order/get.md)

### Create a new order

 - [POST /order](https://developer.infini.money/openapi/order/paths/~1order/post.md)

### list order

 - [GET /order/list](https://developer.infini.money/openapi/order/paths/~1order~1list/get.md)

### Reissue order token

 - [POST /order/token/reissue](https://developer.infini.money/openapi/order/paths/~1order~1token~1reissue/post.md)

## Payment

### Query payment

 - [GET /payment](https://developer.infini.money/openapi/payment/paths/~1payment/get.md)

### Create a new payment

 - [POST /payment](https://developer.infini.money/openapi/payment/paths/~1payment/post.md)

### Query Order's payments

 - [GET /payment/list](https://developer.infini.money/openapi/payment/paths/~1payment~1list/get.md)

