curl --request GET \
  --url https://api.senddotssandbox.com/api/metrics/transaction/volume \
  --header 'Authorization: Basic <encoded-value>'
{
  "success": true,
  "volume": 100000
}

Authorizations

Authorization
string
headerrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

period
enum<string>
Available options:
day,
week,
month,
year,
30d
type
enum<string>
Available options:
receive,
send
tz
string

three letter timezone code

Response

200 - application/json
success
boolean
volume
number

Volume in cents