> For the complete documentation index, see [llms.txt](https://capitalsage.gitbook.io/sagecloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://capitalsage.gitbook.io/sagecloud/betting/fetch-billers.md).

# Fetch Billers

This endpoint allows you to fund your betting account

## Get Betting Providers

<mark style="color:blue;">`GET`</mark> `https://sagecloud.ng/api/v2/betting/billers`

#### Headers

| Name                                            | Type   | Description            |
| ----------------------------------------------- | ------ | ---------------------- |
| Authorization<mark style="color:red;">\*</mark> | string | Check the Headers page |

{% tabs %}
{% tab title="200 " %}

```
{
    "success": true,
    "data": [
        "Bet9ja",
        "BangBet",
        "NairaBet",
        "SupaBet",
        "CloudBet",
        "BetLion",
        "1xBet",
        "MerryBet",
        "BetWay",
        "BetLand",
        "BetKing",
        "LiveScoreBet",
        "NaijaBet"
    ]
}

```

{% endtab %}
{% endtabs %}
