v1

latestOpenAPI 3.1.02026-07-26590236.8 KB

Fetch Deposit

get/deposit/{deposit_id}

Path parameters

deposit_idstring required

Response

200

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

Example response

{
  "data": {
    "id": "d101a04c696011eda78fe041a4724e32",
    "account_id": "c311174468f511eda78fe041a4724e32",
    "type": "fiat",
    "currency": "USD",
    "amount": 100000,
    "amount_settled": 99000,
    "fee": 1000,
    "status": "successful",
    "created_at": "2022-11-21T06:53:26Z",
    "updated_at": "2022-11-21T06:53:26Z"
  },
  "message": "Deposit retrieved successfully",
  "status": "success"
}