Crypto Wallet
Get Payouts
Retrieves the crypto wallets payout history.
get/v1/shops/{shopId}/payouts
Response
Example response
{
"current_page": 1,
"data": [
{
"id": 1,
"shop_id": 1,
"method": "BTC",
"currency": "BTC",
"amount": "0.00150000",
"amount_usd": "100.00",
"recipient": "bc1qexampleaddressxxxxxxxxxxxxxxxxxxxxxx",
"transaction_id": "3c9a1de26f7b8e4a5d21c07b9ef83a64d15b2ce480f76a9b3e8d5c1f0a2b4d6e",
"status": 1,
"created_at": "2026-08-28T18:23:02.000000Z",
"updated_at": "2026-08-28T18:23:02.000000Z",
"deleted_at": null
}
],
"first_page_url": "http://api.sellauth.test/v1/shops/1/payouts?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://api.sellauth.test/v1/shops/1/payouts?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://api.sellauth.test/v1/shops/1/payouts?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"next_page_url": null,
"path": "http://api.sellauth.test/v1/shops/1/payouts",
"per_page": 20,
"prev_page_url": null,
"to": 1,
"total": 1
}Changes
No recorded changes to this endpoint across all 1 revision of this API.