Download OpenAPI specification:Download
The platform API is the core component of the Rehive ecosystem. It acts as the backbone for all company, user, account and transaction management in Rehive. In addition it offers a wide set of endpoints to make it easier for developers to build transactional applications and systems.
This documentation provides a full API reference for all endpoints and operations offered by Rehive.
For general usage, help, and recommendations please take a look at the docs portal.
{- "status": "string",
- "data": {
- "count": 0,
- "results": [
- {
- "balance": 0,
- "available_balance": 0,
- "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "account": {
- "reference": "string",
- "name": "string",
- "label": "string",
- "primary": false
}, - "active": false,
- "created": "string",
- "updated": "string"
}
]
}
}