Ratio API
Number of APIs: 33
-
v1-Activity - Get an Activity item GET {{baseUrl}}/v1/users/{{userId}}/activity/{{activityId}}
-
v1-Activity - List Activity Items GET {{baseUrl}}/v1/users/{{userId}}/activity?pageToken={{pageToken}}&pageSize=<string>&fromCreateTime=<string>&toCreateTime=<string>&walletId={{walletId}}&cryptoCurrency=<string>&cryptoStatus=<string>&fiatStatus=<string>
-
v1-Auth - Authenticate SMS OTP POST {{baseUrl}}/v1/auth/otp/sms:authenticate
-
v1-Auth - Send an Email OTP POST {{baseUrl}}/v1/auth/otp/email:send
-
v1-Auth - Start a crypto wallet authentication flow POST {{baseUrl}}/v1/auth/cryptoWallet:start
-
v1-Bank - Request Bank Link POST {{baseUrl}}/v1/users/{{userId}}/banks:requestLink
-
v1-Auth - Authenticate a crypto wallet POST {{baseUrl}}/v1/auth/cryptoWallet:authenticate
-
v1-Auth - Send an SMS OTP POST {{baseUrl}}/v1/auth/otp/sms:send
-
v1-Auth - Adds an unverified crypto wallet to a user POST {{baseUrl}}/v1/auth/cryptoWallet:addToUser
-
v1-Bank - Get a Bank Account by ID GET {{baseUrl}}/v1/users/{{userId}}/banks/{{bankId}}