Platform API (3 (3))

Download OpenAPI specification:Download

The Platform API is the core component of the Rehive ecosystem. It provides authentication for platform users as well as access user-scoped resources.

The Platform Admin API documentation can be found below:

For general usage, help, and recommendations please take a look at the platform docs.

account-currencies

List account currencies

SecurityapiAuth
Request
query Parameters
account
string
account__definition
string
account__name
string
account__name__contains
string
active
boolean
available_balance
number
available_balance__gt
number
available_balance__lt
number
balance
number
balance__gt
number
balance__lt
number
created
string <date-time>
created__gt
string <date-time>
created__gte
string <date-time>
created__lt
string <date-time>
created__lte
string <date-time>
currency
string
exclude__transactions__created__gt
string <date-time>
exclude__transactions__created__lt
string <date-time>
historic
string
orderby
string
page
integer

A page number within the paginated result set.

page_size
integer

Number of results to return per page.

transactions__created__gt
string <date-time>
transactions__created__lt
string <date-time>
updated
string <date-time>
updated__gt
string <date-time>
updated__gte
string <date-time>
updated__lt
string <date-time>
updated__lte
string <date-time>
Responses
200
get/3/account-currencies/
Response samples
application/json
{
  • "status": "success",
  • "data": {
    }
}