Transactions
Testing
GET
/payment/transactions
transactions
Last modified:2025-02-06 08:23:16
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api-core.deriv.com/v1/payment/transactions?wallet_id={{E_WALLET_ID}}&id={{E_TRANSACTION_ID}}' \
--header 'Authorization: {{CLIENT_AUTH_TOKEN}}' \
--header 'x-api-key: {{CHAMPION_API_KEY}}' \
--header 'x-client-id: {{RL_EXCLUSION_KEY}}'
Response Response Example
200 - Success
{
"data": [
{
"id": 170,
"amount": 1,
"client_id": 139,
"type": "deposit",
"category": "payment",
"cashier": "crypto",
"account": null,
"staff_identifier": null,
"remark": null,
"payment_time": "2024-11-29T02:53:53.649",
"fee": null,
"wallet_id": 131,
"status": "pending",
"account_id": null,
"metadata": {
"id": 155,
"payment_id": 170,
"tracking_id": "w9h*******************icb0u8",
"transaction_id": "hz0f4ecizu234**************************************aitlfs3i",
"metadata": {
"id": "w9h*******************icb0u8",
"type": "receive",
"amount": "1",
"address": "bc1q3******************************ymemsn",
"currency": "BTC",
"wallet_id": "516*******************c7nb",
"merchant_id": "ahg*******************kn9tf",
"wallet_name": "ApidogTest",
"explorer_url": "https://coinremitter.com/btc/tx/hz0f4ecizu234**************************************aitlfs3i?from=coinremitter",
"address_label": "139-131",
"confirmations": "2",
"transaction_id": "hz0f4ecizu234**************************************aitlfs3i"
}
}
}
],
"meta": {
"endpoint": "/payment/transactions",
"method": "GET",
"timing": 208
}
}
Request
Query Params
wallet_id
string
optional
Example:
{{E_WALLET_ID}}
id
string
required
Example:
{{E_TRANSACTION_ID}}
Header Params
Authorization
string
optional
Example:
{{CLIENT_AUTH_TOKEN}}
x-api-key
string
optional
Example:
{{CHAMPION_API_KEY}}
x-client-id
string
optional
Default:
{{RL_EXCLUSION_KEY}}
Responses
Modified at 2025-02-06 08:23:16