v1
latestOpenAPI 3.0.32026-07-2650226215.9 KBCashIns
Get a cash-in by ID
Retrieves a single cash-in by ID, including its current status and sub-status, source and destination amounts, fees, and deposit instructions.
get/cash-ins/{cashInId}
Path parameters
cashInIdstring required
Cash-in ID (ci_ prefix).
Response
The request has succeeded.
Example response
{
"id": "ci_44vxe2xk8gfsjehfcw3npt5bg8",
"object": "cashIn",
"type": "fiatToCrypto",
"status": "pending",
"subStatus": "order_reserved",
"customerId": "cst_vfa0nxw6zvyws9g237jrxn4y7k",
"source": {
"asset": "usd",
"indicatedAmount": "200.00",
"amountGross": "200.00",
"amountNet": "200.00",
"feesDeducted": {
"total": "0.00",
"developer": "0.00",
"oms": "0.00",
"gas": "0.00"
}
},
"destination": {
"asset": "usdc",
"network": "polygon",
"amountGross": "200.00",
"amountNet": "200.00",
"feesDeducted": {
"total": "0.00",
"developer": "0.00",
"oms": "0.00",
"gas": "0.00"
},
"wallet": {
"id": "wlt_5h4jzzpr9xre3bamd9ca7qyghn",
"blockchainAddress": "0x7B3a9F2c4D1eA8bF6390cE5d2B7fA104C8e3D9b1"
}
},
"cash": {
"locationId": "loc_01H9Xd",
"locationReference": "R1JFRU5ET1QtMjQzNA=="
},
"location": {
"name": "CVS Pharmacy #4521",
"address": "123 Main St, San Francisco, CA 94105"
},
"rates": {
"pair": "usd/usdc",
"exchangeRate": "1.0000",
"effectiveRate": "1.0000"
},
"depositInstructions": {
"code": "483 291",
"expiresAt": "2026-05-15T18:32:48Z",
"locationName": "CVS Pharmacy #4521",
"locationAddress": "123 Main St, San Francisco, CA 94105"
},
"fixedAmountSide": "source",
"sponsorGas": true,
"sponsorGasCost": "0",
"createdAt": "2026-05-15T17:32:48Z",
"updatedAt": "2026-05-15T17:32:48Z"
}