Getting Started
Overview
REST Resources

Wallet Balance API



HTTP request

GET https://api.geophrase.com/business/wallet-balance/





Example request
curl --location 'https://api.geophrase.com/business/wallet-balance/' \
--header 'X-API-Key: {API Key}

Request headers

Header NameValue

X-API-Key

Required
{API key}


Response

Returns status code 200.



Example Response
{
    "balance": 6250.0
}

Error response

Returns 4xx HTTP status code and an error response.


Status CodeDescription

403

Consider these reasons:

  • Missing or incorrect X-API-Key header



Next step

Billing Mechanism

© theFront. 2025, Maccarian. All rights reserved