Wallet
GET
/api/merchant/wallet
Headers
Name
Value
Description
Accept
application/json
CLIENT
client_key
The unique identifier for the client.
SECRET
generated_secret
The expected secret generated using your client key and secret key.
Response
{
"data": [
{
"id": 1,
"number": "1234567890",
"currency": "NGN",
"balance": 9692800,
"blockchain": {
"token_address": "0x78131835d81728969bB1C6C2044C148f6e0f51a1",
"tron_address": "TLv6xnw3MJerby5dGNEo6UA3TX3HhSqBfj",
"ton_address": "UQDIFN_mRjDiLvnCLGLAdItuyoZgufhYYIGLE0OXfAKvIwRv"
},
"bank": {
"number": "1000000005",
"provider": "providus"
}
},
{
"id": 2,
"number": "4698219112",
"currency": "NGN",
"balance": 0,
"blockchain": {
"token_address": "0x_test_evm_address_L1:XE~}}>4",
"tron_address": "TRX_tron_ton_address_f)[{csWH9*",
"ton_address": "UQDZ_test_ton_address_9n[^4/4;bG"
},
"bank": {
"number": "1000000003",
"provider": "providus"
}
}
],
"links": {
"first": "http://127.0.0.1:8000/api/merchant/wallets?page=1",
"last": "http://127.0.0.1:8000/api/merchant/wallets?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://127.0.0.1:8000/api/merchant/wallets?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "http://127.0.0.1:8000/api/merchant/wallets",
"per_page": 10,
"to": 2,
"total": 2
}
}
{
"error": "Insufficient wallet balance."
}
Last updated