Account API
API for accounts
Permission annotations:
Header parameters
KeystringRequired
SignstringRequired
Body
Object with request data
accountstringRequired
Merchant account ID. Request will be sent for this account
timestampinteger · int64Required
Current unix UTC timestamp in milliseconds. Must not be less than 3 minutes in the past and not greater than 3 minutes in the future
Responses
200
OK
*/*
400
Bad Request
*/*
500
Internal Server Error
*/*
post
POST /api/v1/account HTTP/1.1
Host: api.calypso.finance
Key: text
Sign: text
Content-Type: application/json
Accept: */*
Content-Length: 32
{
"account": "text",
"timestamp": 1
}
{
"account": "text",
"name": "text",
"ownerId": "123e4567-e89b-12d3-a456-426614174000",
"balances": [
{
"currency": "text",
"amount": 1
}
]
}