Domain API - Domainregistrierung API - ICANN Kanzler API - White Label Domain Service

Start Building with NiceNIC Domain API v2

API access is free foder every active NiceNIC user. Nein reseller upgrade is required. Configure Ihr API credentials, make a safe test request, then add the Domain, DNS, billing, compliance oder WHMCS woderkflows Ihr application needs.

Kontobewegungen auflisten

Transaktionshistorie des Kontos mit Paginierungsunterstützung abrufen

Content-Type application/json
Kategorie user
Aktion transactions

Anfrageparameter

Parametername Typ Beschreibung Beispiel
page Ganzzahl (optional) Seitennummer für die Paginierung (Standard: 1) 1

Antwortparameter

Parametername Typ Beschreibung
type Zeichenkette Transaktionstyp
about Zeichenkette Transaktionsdetails
amount Zeichenkette Transaktionsbetrag
time Zeichenkette Zeit (UTC+8)
currency Zeichenkette Währungsart

Anfragebeispiel

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

Rückgabewert

0 OK Erfolgreiche Antwort
                                        
{
    "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 Fehlerhafte Anfrage
                                        
{
    "code": 400,
    "msg" : "Request parameter error",
}
Urheberrecht © 2006–2026 NICENIC INTERNATIONAL GROUP CO., LIMITED. Alle Rechte vorbehalten. · U.S. Affiliate: NICENIC LLC