Introduction
This page contains guide to Verify Betting ID Number on hyronicwallet.com.
https://hyronicwallet.com/api/beting/bet-validation?beting_site=1&beting_id=1122/bet
ENDPOINT -- URL
Verify Betting ID Number
Send a post request to the below endpoint, You can use the PHP integration code below....
$curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_URL => 'https://hyronicwallet.com/api/beting/bet-validation?beting_site=1&beting_id=1122/bet', CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => '', CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 0, CURLOPT_FOLLOWLOCATION => true, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => 'GET',
REQUEST TYPE -- GET
CURLOPT_HTTPHEADER => array( 'Content-Type: application/json', 'Authorization: Token {{Access Code}}' ), )); $response = curl_exec($curl); curl_close($curl); echo $response;
Send a post request to the below endpoint.
Expected response:
{
"status" = "success",
"name": "NCWallet"
} REQUEST TYPE -- GET