curl --request GET \
--url 'https://doc-api.oppiwallet.com/api/v1/balance/6698aec7f188ae24c673da1c' \
--header 'signatureToken: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...' \
--header 'Content-Type: application/json'
{
"balance": 0.564333586
}
This API is used for get user wallet balance.
curl --request GET \
--url 'https://doc-api.oppiwallet.com/api/v1/balance/6698aec7f188ae24c673da1c' \
--header 'signatureToken: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...' \
--header 'Content-Type: application/json'
{
"balance": 0.564333586
}
Documentation Index
Fetch the complete documentation index at: https://docs.oppiwallet.com/llms.txt
Use this file to discover all available pages before exploring further.
application/json.curl --request GET \
--url 'https://doc-api.oppiwallet.com/api/v1/balance/6698aec7f188ae24c673da1c' \
--header 'signatureToken: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...' \
--header 'Content-Type: application/json'
{
"balance": 0.564333586
}