Description | Currently, the Wire Gateway API has only one /transfer endpoint to submit a single transaction. The exchange actually submits transactions in batches by making several HTTP requests per batch and, in turn, the Wire Gateway implementation makes several database transactions per batch. We should add a batch transfer endpoint so that many transfers can be initiated in a single HTTP request and database transaction. The Wire Gateway implementation could also perform internal request batching, but we'd still have many HTTP requests. |
---|