Transactions
Blockchain transactions
The Transaction Object
Name
Type
Description
Lists all Transactions
Query Parameters
Name
Type
Description
{
"data": [
{
"id": 284,
"amount": "21.000000000000000000",
"blockchainFee": "0.000012000000000000",
"address": "rMUq****BPrm",
"txnHash": "2758****2A3D",
"tag": "4280318148",
"status": "Confirmed",
"createdAt": "2022-11-11T08:16:00.000000Z"
},
{
"id": 285,
"amount": "0.001010000000000000",
"blockchainFee": "0.000000000000000000",
"address": "bc1q****sxsu",
"txnHash": "714e****a087",
"tag": null,
"status": "Received",
"createdAt": "2022-11-11T08:19:13.000000Z"
},
{
"id": 286,
"amount": "0.001010000000000000",
"blockchainFee": "0.000000000000000000",
"address": "bc1q****8rav",
"txnHash": "ab47****591f",
"tag": null,
"status": "Received",
"createdAt": "2022-11-11T11:59:02.000000Z"
},
{
"id": 288,
"amount": "0.001030000000000000",
"blockchainFee": "0.000000000000000000",
"address": "bc1q****nf0x",
"txnHash": "a6c9b****7a8d",
"tag": null,
"status": "Confirmed",
"createdAt": "2022-11-11T12:55:02.000000Z"
}
],
"links": {
"first": "/api/v2/transactions?page=1",
"last": "/api/v2/transactions?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "/api/v2/transactions?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "/api/v2/transactions",
"per_page": 20,
"to": 4,
"total": 4
}
}Get Transaction by id
Path Parameters
Name
Type
Description
Last updated