Fixed amount deposits

The repost on deposit status is implemented via webhooks.

Method: POST

Content-type: application/json

Callback Example

{
    "uuid": "34785685-07ff-4ff3-b6ed-5513f4967cad",
    "amount": 20.0,
    "currency": "USDT",
    "fiatAmount": 25.0,
    "fiatCurrency": "USD",
    "expectedAmount": 25.0000000,
    "rate": 1.000000,
    "status": "DONE",
    "txId": "71a17785-871e-4817-b01f-bd8ce0c1e8bc",
    "targetCurrency": "USDT",
    "externalId": "5ab81e48-384b-4263-8dd8-3c02c8c756c8",
    "customerId": "4572036"
}

Last updated