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 Wallets API

API to check addresses of wallets.

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

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

This API exposes 3 operations across 3 paths, and defines 7 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/.

3 operations 3 paths 7 schemas 3 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 Wallets 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 3

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

Wallets 3

API to check addresses of wallets.

GET
/wallets/is-internal
Is internal
IsInternalWallet 2 params → 200
GET
/wallets
Wallets
GetUserWallets → 200
GET
/wallets/{currency_code}/{network}
Get User Wallet
GetUserWalletAndCreateIfNotExists 2 params → 200

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are WalletResponseDataV4 (5 properties), GetUserWalletAndCreateIfNotExistsV4 (5 properties), GetUserWalletAndCreateIfNotExistsResponseV4 (3 properties), IsInternalWalletResponseV4 (3 properties). Each schema is shown below with its type and property counts.

AddressParamV4
string
Wallet address
WalletResponseV4
object
3 properties 3 required
IsInternalWalletResponseV4
object
3 properties 3 required
IsInternalV4
object
1 property 1 required
GetUserWalletAndCreateIfNotExistsResponseV4
object
3 properties 3 required
GetUserWalletAndCreateIfNotExistsV4
object
5 properties 5 required
WalletResponseDataV4
object
5 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ripio-wallets-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 User API