Deposits (deprecated)
POST /deposits
GET /deposits/:id
GET /depositsThe deposit object
deposit object{
"id": "3305af3a-e3c8-4f73-a46b-58c0d6376825",
"identityId": "971c3241-9876-471e-b0b3-40040893efd0",
"amount": "12",
"currency": "USD",
"blockchainAddress": "0x359f194ce353b1415abff5fcb07baf59f0bda0de",
"transferMethodInformation": {
"transferType": "wire"
},
"status": "pending",
"reference": null,
"createdAt": "2021-02-17T18:02:50.365Z",
"updatedAt": "2021-02-17T18:02:50.365Z"
}POST /deposits
Request Body
Name
Type
Description
Example Call
GET /deposits/:id
Example Call
GET /deposits
Example Call
Last updated