Domena API - Registracija domene API - ICANN Registrar API - White Label Domena Service

Start Building with NiceNIC Domena API v2

API access is free fali every active NiceNIC user. Ne reseller upgrade is required. Configure vašega API credentials, make a safe test request, then add the domena, DNS, billing, compliance ali WHMCS walikflows vašega application needs.

Seznam transakcij na računu

Pridobite zgodovino transakcij računa s podporo za paginacijo.

Vsebina-tip application/json
kategorija user
dejanje transactions

Zahtevani parametri

Ime parametra Vrsta Opis Primer
page Celo število (neobvezno) Številka strani za razčlenjevanje (privzeto: 1) 1

Parametri odgovora

Ime parametra Vrsta Opis
type Niz Vrsta transakcije
about Niz Podrobnosti transakcije
amount Niz Znesek transakcije
time Niz Čas (UTC+8)
currency Niz Vrsta valute

Primer zahteve

                                    
{
    curl https://api.nicenic.net/v2/?category=user&action=transactions&page={page} 
      -H "Authorization: username:api_secret" 
      -H "Content-Type: application/json" 
}

Rezultat vrnitve

0 OK Uspešen odgovor
                                        
{
    "code": 0,
    "msg" : "success",
    "data" : {
        [
            {
                "type": "order_pay",
                "about": "Domain registration fee",
                "amount": "-15.99",
                "time": "2023-04-01 12:00:00",
                "currency": "USD"
            },
            {
                "type": "order_pay",
                "about": "Account deposit",
                "amount": "100.00",
                "time": "2023-04-01 12:00:00",
                "currency": "USD"
            }
            ...
        ]        
    }
}
400 Napačna zahteva
                                        
{
    "code": 400,
    "msg" : "Request parameter error",
}
Avtorske pravice © 2006–2026 NICENIC INTERNATIONAL GROUP CO., LIMITED. Vse pravice pridržane. · U.S. Affiliate: NICENIC LLC