Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Ripio User API

The User API from Ripio — 6 operation(s) for user.

Ripio User API is one of 11 APIs that Ripio publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include User. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 6 operations across 6 paths, and defines 22 schemas. It is described by OpenAPI 3.0.0, at version v4.0.

Requests are made against a single base URL, https://api.ripiotrade.co/v4/.

6 operations 6 paths 22 schemas 6 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
v4.0
Base URL
https://api.ripiotrade.co/v4/
Authentication
apiToken
Contact
Jorn Filho
Resource Areas
1

Authentication & Security 1

Ripio User API declares 1 security scheme for authenticating requests. It defines a apiToken scheme (API Credentials).

  • API Credentials — You can create API Credentials on: . After creating the API Credentials, you'll need to save in a safe place two pieces of information, an API Token and a Secr…

Paths & Operations 6

Across 6 paths, the API surfaces 6 operations — 6 GET. Each is listed below with its method, path, parameters, and response codes.

User 6
GET
/user/balances
Balances
ListBalances 1 param → 200
GET
/user/balances/{date}
Balance On Date
GetUserBalanceOnDate 1 param → 200
GET
/user/trading-fees
Trading Fees
GetUserPairFee 1 param → 200
GET
/user/statement
Statement
GetStatement 4 params → 200
GET
/user/statement/{currency_code}
Statement by Currency
GetStatementByCode 5 params → 200
GET
/user/trades
Get User Trades
GetUserTrades 8 params → 200

Schemas 22

The contract defines 22 schemas that model the data the API accepts and returns. The most detailed are UserPreparedTradeV4 (14 properties), UserStatementItem (5 properties), UserTradesDataV4 (4 properties), PaginationV4 (4 properties). Each schema is shown below with its type and property counts.

StartDateTimeNoMinParamV4
string
Initial datetime filter in ISO-8601 format
PaginationV4
object
4 properties 4 required
UserTradesDataV4
object
4 properties 2 required
EndDateTimeParamV4
string
Final datetime filter in ISO-8601 format (the interval between the initial and final datetime shouldn't be greater than 6 months)
EndDateTimeNoMinParamV4
string
Final datetime filter in ISO-8601 format
UserTradesResponseV4
object
3 properties 3 required
UserPreparedTradeV4
object
14 properties 14 required
EndDateNoMinParamV4
string
Final date filter in ISO-8601 format
BalanceOnDateResponseDataV4
object
3 properties 3 required
BalanceOnDateResponseV4
object
3 properties 3 required
BalanceResponseDataV4
object
4 properties 4 required
UserStatementResponse
object
3 properties 3 required
UserPairFeeResponse
object
3 properties 3 required
PageSizeParamV4
number
Number of records per page
UserStatementItem
object
5 properties 5 required
StartDateParamV4
string
Initial date filter in ISO-8601 format (shouldn't be before 2017-10-01)
DateParamV4
string
Date filter in ISO-8601 format
StartDateTimeParamV4
string
Start of datetime range (ISO-8601 format, default is 6 months ago, minimum is 2017-10-01)
UserPairFeeData
object
3 properties 3 required
UserStatementData
object
2 properties 2 required
CurrentPageParamV4
number
Page number for pagination
BalanceResponseV4
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ripio-user-api-openapi.yml Raw ↑

Other APIs Ripio publishes across the network.

Ripio Book API
Ripio Cryptocurrency Deposits API
Ripio Cryptocurrency Withdrawals API
Ripio General endpoints API
Ripio Orders API
Ripio Public API
Ripio Ticker API
Ripio Ticket API
Ripio Transactions API
Ripio Wallets API