Pasino Api Documentation
Pasino Api Documentation
Introduction
Thank you for your interest in our API. Here at Pasino.com, we have the best service to help
you develop trust-worthy betting software and bots.
Before you’re able to access our API endpoints, you must have an API key. To obtain the API
key, please get in touch with our staff via email or our Telegram group.
Acceptable Use
▪ As the API keys allow you to bypass captchas, please do not use it to bruteforce accounts
or attack accounts at our website.
▪ Respect the usage limits. Usage limits help to keep our API accessible to everyone. Your
end-users must not exceed 100 bets per second.
▪ Do not use the API to spam or overwhelm our server with dust bets.
▪ Do not imply endorsements or a stronger connection between Pasino.com and your
application.
By using our API, you are bound to our Terms and Conditions, Community Rules and Privacy
Policy. We reserve the right to forfeit your API access at any time with or without any notice.
HTTP Endpoints
To automate the process of signing up and login at Pasino, you can use the following HTTP
endpoints.
Please set the following headers as all the communications will take place in POST and
JSON. Hence, all the data POSTed will be in JSON.
Content-Type: application/json
Method: POST
Register
REQUEST TABLE
URL https://api.pasino.com/api/register
Parameter Sample Value
user_name helloworld
user_email [email protected]
password s3cureP@ssw0rd
agreement 1
referrer 12363
api_key 207f5c1d8a3ec09f296b468caaa73f5900e1b2
login_token 34cd711ea6edb213c6afbe9a317b187ee347efdff6576fd236f
Please handle the response of the API calls based on the value of the boolean field success.
If you want the user to sign up under you, please specify a referrer. referrer is your user ID.
Login
REQUEST TABLE
URL https://api.pasino.com/api/login
Parameter Sample Value
user helloworld
password s3cureP@ssw0rd
api_key 207f5c1d8a3ec09f296b468caaa73f5900e1b2
token 34cd711ea6edb213c6afbe9a317b187ee347efdff6576fd236f
REQUEST TABLE
URL https://api.pasino.com/account/get-socket-token
Parameter Sample Value
token 34cd711ea6edb213c6afbe9a317b187ee347efdff6576fd236f
REQUEST TABLE
URL https://api.pasino.com/deposit/get-deposit-information
Parameter Sample Value
token 34cd711ea6edb213c6afbe9a317b187ee347efdff6576fd236f
coin BTC
If the address is NULL or empty, that means your request for a deposit address is accepted. You
should then make an API call once again after 10 seconds and an address will be returned. Addresses
are allocated on demand, so the first request for a new account would always return a NULL address.
So, a subsequent request is required.
Withdraw
REQUEST TABLE
URL https://api.pasino.com/withdraw/place-withdrawal
Parameter Sample Value
token 34cd711ea6edb213c6afbe9a317b187ee347efdff6576fd236f
coin BTC
method DIRECT or FAUCETPAY
address 19yGWjCbeFQfMiKxqBP2EpsQW5w4qnWHvW
amount 0.0000001
Tip / Transfer
REQUEST TABLE
URL https://api.pasino.com/transfer/send-transfer
Parameter Sample Value
token 34cd711ea6edb213c6afbe9a317b187ee347efdff6576fd236f
coin BTC
user_name helloworld
amount 0.0000001
To play bets on Dice, we utilize websockets. WebSockets enable us to handle bets at a higher
rate than the traditional HTTP requests. Just like the HTTP API, the interactions in the
WebSocket API also take place in JSON.
Authentication
This is to authenticate an account with the socket API.
REQUEST
Parameter Sample Value
method initialization
socket_token d690c7380c05c0e5a79be83fc15275ccf6b91e67
ASSOCIATED RESPONSE
Parameter Sample Value
action authenticated
user_id 51221
user_name helloworld
referrer 3259
REQUEST
Parameter Sample Value
method get_coin_parameters
coin BTC
ASSOCIATED RESPONSE
Parameter Sample Value
action update_coin_parameters
price 42213.00000000
minimum_bet 0.00000010
maximum_bet 0.05000000
maximum_profit 0.25000000
Get Balance
This is to get the account balance for a particular coin.
REQUEST
Parameter Sample Value
method get_balance
coin BTC
ASSOCIATED RESPONSE
Parameter Sample Value
action update_balance
user_balance 0.00061755
Place Bet
This method is to place a bet from your account.
REQUEST
Parameter Sample Value
method place_bet
bet_amt 1.00000000
coin TRX
client_seed b89f9a8690e463320c88955352cb95db
type 1
payout 1.26666
winning_chance 75
profit 0. 26666000
$bet_amt = 1;
$desired_payout = 2;