Overview
OAuth2
- Authentication
Widget
Trading
- Reusable Quotes
- Swap Reusable Quotes
- Reusable Quote Execution
- Swap Reusable Quote Execution
- Rates
- Pairs
Transactions
- Transactions
- Transactional Limits
End Users
- End Users
- End User Management
Onchain Deposits & Withdrawals
- Withdrawals
- Addresses
- Auto Swap Addresses
- Deposits
Sandbox
- IPN Address
- Deposit IPN
- Simulate Fiat Deposit
Banking as a Service
- Beneficiary Fiat Accounts
- Fiat Accounts
- Fiat Withdrawals
- Fiat Deposits
- KYC Requirements
- KYC Submissions
Webhooks
List Withdrawals
Endpoint that lists every withdrawal operation.
curl --request GET \
--url https://sandbox-b2b.ripio.com/api/v1/withdrawals/ \
--header 'Authorization: Bearer <token>'
{
"count": 38,
"next": "http://localhost/api/v1/withdrawals/?page=2",
"previous": null,
"results": [
{
"id": "ac243840-ac04-4b3a-9efb-176554d4a029",
"created_at": "2022-03-30T19:38:39.765190Z",
"confirmation_date": null,
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_12",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "PENDING"
},
{
"id": "1432b566-cd9a-4d41-a9a1-9f5c61c79c80",
"created_at": "2022-03-30T19:46:37.500081Z",
"confirmation_date": null,
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_07",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "ERROR"
},
{
"id": "e6f67436-65d8-4dc2-bc2e-16f2fb305562",
"created_at": "2022-03-30T19:50:39.668401Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_11",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "a4f30591-e392-49f5-bb99-2a3e8f244cdd",
"created_at": "2022-03-30T19:52:21.075665Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_11",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "b2a47f9d-5434-4fb2-8bad-fe78c8f184c6",
"created_at": "2022-03-30T19:53:29.088325Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_03",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "5c4e5963-cfcf-425a-8499-02e8f8713d3d",
"created_at": "2022-03-30T19:55:24.963026Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_09",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "a7fc741c-4875-4e3c-b402-b0bf6be15de3",
"created_at": "2022-03-30T19:55:46.839591Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_00",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "cf00d0ec-0a0a-4f7f-a4c3-d81545127486",
"created_at": "2022-03-30T19:58:44.783641Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_06",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "c675bfcb-091d-4ad4-97cb-ddc7dc798edd",
"created_at": "2022-03-30T20:00:15.157342Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_02",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "9ab46ae4-4b2f-48fb-a495-70d32ca98f08",
"created_at": "2022-03-30T20:01:23.689408Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_23",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "2ca91a53-495c-451c-9624-011ce4c455cf",
"created_at": "2022-03-30T20:02:08.292260Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_03",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "e454cc55-f667-46c5-98f8-54ef6eea3697",
"created_at": "2022-03-30T20:09:09.312063Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_14",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "b47654b1-3c3f-41e0-b5d2-caffcbeb6970",
"created_at": "2022-03-30T20:10:03.361006Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_01",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "d9dd78c8-9715-41bf-8da7-4467ef7319c2",
"created_at": "2022-03-31T10:23:51.835858Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_3",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "7a093807-c185-4131-8b66-2df5c7384541",
"created_at": "2022-03-31T10:37:52.896695Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_3",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "2b2f6af9-0bdd-408b-b6fa-6f21f5dabe5b",
"created_at": "2022-03-31T10:38:09.660408Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_3",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "25b13f48-1a2a-4e66-a63e-27c9c8044347",
"created_at": "2022-03-31T10:40:41.384611Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_3",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "8df65b81-8227-4d03-950d-0d8d5fef9402",
"created_at": "2022-03-31T10:55:41.281023Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_3",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "a17f8c8e-bbc6-4e41-a5a9-3ea6f2174782",
"created_at": "2022-03-31T10:58:30.702198Z",
"confirmation_date": "2022-03-31T10:59:29.025919Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_3",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "ee97030e-8a28-469d-9705-3c35cf63443e",
"created_at": "2022-03-31T10:59:12.025919Z",
"confirmation_date": "2022-03-31T10:59:12.025919Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_3",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
}
]
}
Authorizations
B2B’s White Label API uses OAuth2. Currently there is only one supported authentication flow:
- clientCredentials allows you to access your own B2B account (First-Party Integration) and performs transactions against the public API. This oauth2 flow is well suited for this API, as it allows machine-to-machine communication.
Every call to the API has to be authenticated with an OAuth2 Token. In order to request this token, you will need to have sandbox or production API Keys (client id and client secret) that will be needed to generate a credential in order to negotiate an ephemeral access token.
Every request must be accompianed by an Authorization
header with a value that follows the following schema: Bearer ACCESS_TOKEN
Query Parameters
Filters by name of the network in which the withdrawal transactions were operated.
Filters by status of the withdrawal operations.
Min create_date to filter.
Max create_date to filter.
Min update_date to filter.
Max update_date to filter.
Min confirmation_date to filter.
Max confirmation_date to filter.
Filter withdrawal operations by end_user_id.
Filter withdrawals by currency.
Response
Indicates total count of withdrawals.
123
Indicates next page by URL.
"http://api.example.org/accounts/?page=4"
Indicates previous page by URL.
"http://api.example.org/accounts/?page=2"
List of fetched withdrawals.
UUID used as withdrawal identifier.
Indicates the withdrawal request creation date.
Identifies the withdrawal confirmation date.
Indicates the hash of the blockchain transaction, once completed.
Identifies the user that owns this operation.
Indicates the asset name involved in the withdrawal.
Indicates the amount withdrawed.
Identifies the destination address.
128
Indicates the fee amount charged for the withdrawal.
BITCOIN
, ETHEREUM
Specifies the withdrawal status.
curl --request GET \
--url https://sandbox-b2b.ripio.com/api/v1/withdrawals/ \
--header 'Authorization: Bearer <token>'
{
"count": 38,
"next": "http://localhost/api/v1/withdrawals/?page=2",
"previous": null,
"results": [
{
"id": "ac243840-ac04-4b3a-9efb-176554d4a029",
"created_at": "2022-03-30T19:38:39.765190Z",
"confirmation_date": null,
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_12",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "PENDING"
},
{
"id": "1432b566-cd9a-4d41-a9a1-9f5c61c79c80",
"created_at": "2022-03-30T19:46:37.500081Z",
"confirmation_date": null,
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_07",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "ERROR"
},
{
"id": "e6f67436-65d8-4dc2-bc2e-16f2fb305562",
"created_at": "2022-03-30T19:50:39.668401Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_11",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "a4f30591-e392-49f5-bb99-2a3e8f244cdd",
"created_at": "2022-03-30T19:52:21.075665Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_11",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "b2a47f9d-5434-4fb2-8bad-fe78c8f184c6",
"created_at": "2022-03-30T19:53:29.088325Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_03",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "5c4e5963-cfcf-425a-8499-02e8f8713d3d",
"created_at": "2022-03-30T19:55:24.963026Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_09",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "a7fc741c-4875-4e3c-b402-b0bf6be15de3",
"created_at": "2022-03-30T19:55:46.839591Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_00",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "cf00d0ec-0a0a-4f7f-a4c3-d81545127486",
"created_at": "2022-03-30T19:58:44.783641Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_06",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "c675bfcb-091d-4ad4-97cb-ddc7dc798edd",
"created_at": "2022-03-30T20:00:15.157342Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_02",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "9ab46ae4-4b2f-48fb-a495-70d32ca98f08",
"created_at": "2022-03-30T20:01:23.689408Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_23",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "2ca91a53-495c-451c-9624-011ce4c455cf",
"created_at": "2022-03-30T20:02:08.292260Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_03",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "e454cc55-f667-46c5-98f8-54ef6eea3697",
"created_at": "2022-03-30T20:09:09.312063Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_14",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "b47654b1-3c3f-41e0-b5d2-caffcbeb6970",
"created_at": "2022-03-30T20:10:03.361006Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_01",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "d9dd78c8-9715-41bf-8da7-4467ef7319c2",
"created_at": "2022-03-31T10:23:51.835858Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_3",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "7a093807-c185-4131-8b66-2df5c7384541",
"created_at": "2022-03-31T10:37:52.896695Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_3",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "2b2f6af9-0bdd-408b-b6fa-6f21f5dabe5b",
"created_at": "2022-03-31T10:38:09.660408Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_3",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "25b13f48-1a2a-4e66-a63e-27c9c8044347",
"created_at": "2022-03-31T10:40:41.384611Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_3",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "8df65b81-8227-4d03-950d-0d8d5fef9402",
"created_at": "2022-03-31T10:55:41.281023Z",
"confirmation_date": "2022-03-30T19:38:39.765190Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_3",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "a17f8c8e-bbc6-4e41-a5a9-3ea6f2174782",
"created_at": "2022-03-31T10:58:30.702198Z",
"confirmation_date": "2022-03-31T10:59:29.025919Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_3",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
},
{
"id": "ee97030e-8a28-469d-9705-3c35cf63443e",
"created_at": "2022-03-31T10:59:12.025919Z",
"confirmation_date": "2022-03-31T10:59:12.025919Z",
"txn_hash": "0x0923990f2j7cb207d3766e75730e8426d2fb3b6e896914f80a61943b1a8f29d2",
"end_user_id": "customer_3",
"currency": "ETH",
"amount": 1,
"address": "0x36f672385c060290f4785F1ECFF58aE4aBB2FD15",
"charged_fee": 0,
"network_name": "ETHEREUM",
"status": "COMPLETED"
}
]
}