v1

latestOpenAPI 3.1.02026-07-26590236.8 KB

Mock Deposit (Sandbox only) - Stablecoins

post/deposit/mock/crypto

Request body

address_idstring required
currency'USDT' | 'USDC' required
networkstring required

ERC20,BASE,TRC20

amountinteger required

Amount should be in subunits, e.g. $1 should be sent as 100.

chain_hashstring required

Response

200

messagestring
{"stackTrail":"paths:/deposit/mock/crypto:post:responses:200:content:application/json:schema:properties:meta","oasType":"schema","type":"unknown"}
statusstring

Example response

{
  "data": {
    "id": "bafa41755aa411f1b06f0edb5e3a61d3",
    "object_type": "account",
    "account_id": "04f94eb8db7411f097d00edb5e3a61d3",
    "account_type": "wallet_account",
    "address_id": "569948db5aa411f1b06f0edb5e3a61d3",
    "type": "crypto",
    "currency": "USD",
    "currency_source": "USDT",
    "amount": 6500,
    "amount_source": 6500,
    "amount_settled": 6477,
    "settlement_type": "conversion",
    "settlement_rate": 0.9965,
    "payer": {
      "network": "TRC20",
      "chain_hash": "test_tx_hash_001"
    },
    "status": "successful",
    "created_at": "2026-05-28T14:51:38Z",
    "updated_at": "2026-05-28T14:51:38Z"
  },
  "message": "Crypto deposit mocked successfully",
  "status": "success"
}