Wallet
Get all AutoPayout rules
This GET endpoint is used to retrieve all autopayout rules currently applied to the provided wallet token. <br> You can use this endpoint to obtain information about the autopayout rules associated with the wallet. <br> To use this endpoint, you need to provide the user_token and wallet_token as required parameters in the URL Path. <br> The response will include a JSON array containing details for each autopayout rule, including the token, destination_token and percentage.
get/payout/wallet/{user_token}/{wallet_token}/autopayout
Response
Succesful operation.
Example response
[
{
"token": "autopayout_3684cc43-fe3b-4994-8ca1-7dc0db94430f",
"destination_token": "dest_d2138fd0-00be-45a8-985f-4f5bde500962",
"percentage": 50
}
]