User Wallet Balance
Enabling user wallet balance
This endpoint fetches the user's wallet balance
Gets user wallet balance
GET
https://example.com/wp-json/rimplenet/v1/user-wallet-balance
Request Body
wallet_id*
String
This is the wallet id you are retrieving the balance for.
user_id*
int
This is the user id you are retrieving the balance for
Returning wallet balance
GET
https://example.com/wp-json/rimplenet/v1/user-wallet-balance?wallet_id=usd&user_id=1
Request Body
wallet_id*
String
This is the wallet id you are retrieving the balance for.
user_id
int
This is the user id you are retrieving the balance for.
Returning formatted wallet balance
GET
https://example.com/wp-json/rimplenet/v1/user-wallet-balance?wallet_id=ngn,usd&formatted=yes
Request Body
wallet_id*
String
This is the wallet id you are retrieving the balance for.(required)
user_id
int
This is the user id you are retrieving the balance for.
Last updated