Skip to content

ShipSaving Legacy API (v1)

Overview
License
Languages
Servers
Production server
https://api.shipsaving.com

Label Management

Operations

Order Management

Operations

Address Verification

Operations

SCAN Form

Operations

Carrier Management

Operations

Account Management

Operations

Get Account Balance

Request

Retrieves real-time account balance in USD.
Rate limit: 60 requests per minute.

Security
ApiTokenAuth
curl -i -X GET \
  'https://api.shipsaving.com/api/balance?api_token=YOUR_API_KEY_HERE'

Responses

Successful response

Bodyapplication/json
balancestring

Account balance

Example: "173.13"
currencystring

Currency. Only USD is supported.

Example: "usd"
Response
application/json
{ "balance": "173.13", "currency": "usd" }