Get Single Wallet

This endpoint fetches the specified wallet

Gets single wallet

GET https://example.com/wp-json/rimplenet/v1/wallets

{
    "status_code": 200,
    "status": true,
    "message": "Wallet Retrieved",
    "data": {
        "post_id": 134,
        "wallet_id": "NGN",
        "wallet_name": "Naira",
        "wallet_symbol": "#",
        "wallet_max_wdr_amount": "999999999",
        "wallet_min_wdr_amount": "0",
        "wallet_symbol_position": "left",
        "wallet_decimal": "2",
        "wallet_note": "Nit",
        "wallet_type": "fiat"
    }
}

To view request params, click on the arrow (>) at the right hand side of the endpoint url to expand or collapse

{
    "status_code": 200,
    "status": true,
    "message": "Wallet Retrieved",
    "data": {
        "post_id": 134,
        "wallet_id": "NGN",
        "wallet_name": "Naira",
        "wallet_symbol": "#",
        "wallet_max_wdr_amount": "999999999",
        "wallet_min_wdr_amount": "0",
        "wallet_symbol_position": "left",
        "wallet_decimal": "2",
        "wallet_note": "Nit",
        "wallet_type": "fiat"
    }
}

Last updated